@charset "Shift_JIS";


/*--------------------------------------------

Name: Pati006
Version: 1.2
Date: 2007-08-20
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　全体
--------------------------------------------*/
* {	
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-style: normal;	
	font-weight: normal;	
	font-size: 100%;
}
html,
body {	
	height: 100%;
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
body {
	color: #666; /* 全体のフォントカラー */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%; /* 全体のフォントサイズ */;
	text-align: center;		
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　レイアウト
--------------------------------------------*/
div#container {
	margin: 0 auto;
	padding-bottom: 10px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	width: 450px;
	height: auto;
	min-height: 100%;
	background-color: #fff;
	text-align: center;

}
	/* IE6以下用 */
	* html div#container {
		height: 100%;
	}
/*	　ヘッダー
--------------------------------------------*/
h1 {
	padding: 17px 0 20px 0;
	border-bottom: 1px dashed #999;
	line-height: 1.3;
	color: #999;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 36px;
	align: center;
}
/*	　段落・引用・強調
--------------------------------------------*/
p {
	margin-bottom: 0.8em;
	padding: 0 10px;
}
p.img {
	margin-top: 18px;
	padding-bottom: 11px;
}
p.error {
	margin-top: 25px;
	padding-bottom: 18px;
}
blockquote {
	margin: 1em 0 1.5em;
	padding: 0 10px;
	width: 350px;
	background-color: #fff;
}
blockquote p {
	margin-bottom: 0;
	color: #333;
}
em {
	font-weight: bold;
}
/*	　リンク
--------------------------------------------*/
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
/*	　フォーム
--------------------------------------------*/
form {
	margin: 0.4em 0 2em;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select,
textarea {
	margin-bottom: 0.5em;
	border: solid #999 1px;
	line-height: 1.2;
	color: #666;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #999;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
textarea {
	width: 348px;
}
input:hover,
textarea:hover,
input:hover {
	background-color: #eee;
}
input:focus,
textarea:focus,
textarea:focus {
	background-color: #eee;
}
input.check {
	margin-right: 0.5em;
	border: none;
	vertical-align: middle;
	background: none;
}
input.submit {
	margin-left: 1.5em;
	padding: 0 0.5em;
	border: none;
	vertical-align: middle;
	background-color: #fbcdc7;	
	cursor: pointer;
}
/*	　著作権
--------------------------------------------*/
address {
	padding-top: 1em;
	border-top: 1px dashed #999;
	color: #666;
}
address a:link {
	color: #666;
	text-decoration: none;
}
address a:visited {
	color: #666;
	text-decoration: none;
}
address a:hover {
	border-bottom: 1px dashed #666;
	color: #666;
	text-decoration: none;
}
address a:active {
	border-bottom: 1px dashed #666;
	color: #666;
	text-decoration: none;
}