@charset "shift_jis";


/*--------------------------------------------

Name: Pati001
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 {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
body {	
	color: #000; /* 全体のフォントカラー */
	background: #fff url('img/bg.gif') repeat-x 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
	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;
	width: 450px;
	text-align: left;
}
/*	　見出し・段落・引用・強調
--------------------------------------------*/
h1 {
	padding-top: 17px;	
	line-height: 1;	
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
p.img {
	margin-top: 25px;
	padding-bottom: 18px;
}
p.error {
	margin-top: 25px;
	padding-bottom: 18px;
}
blockquote {	
	margin: 1em 0 1.5em;
	width: 450px;
	color: #333;
	background-color: #fff;
}
blockquote p {
	margin-bottom: 0;
}
em {
	font-weight: bold;
}
/*	　リンク
--------------------------------------------*/
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
}
/*	　フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select,
textarea {
	border: solid #000 1px;	
	line-height: 1.2;
	color: #000;	
	background-color: #fff;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fff;
}
textarea {
	width: 350px;
}
input:hover,
select:hover,
textarea:hover {
	background-color: #eee;
}
input:focus,
select: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;	
	color: #fff;
	background-color: #000;	
	cursor: pointer;
}
/*	　著作権
--------------------------------------------*/
address {
	margin: 2em 0 15px;
	color: #333;	
	font-size: 94%;
	text-align: right;
}
address a:link {
	color: #333;
	text-decoration: none;
}
address a:visited {
	color: #333;
	text-decoration: none;
}
address a:hover {
	color: #333;
	text-decoration: underline;
}
address a:active {
	color: #333;
	text-decoration: underline;
}