@charset "Shift_JIS";


/*--------------------------------------------

Name: Pati005
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: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #fff;
}
body {
    margin: auto;
	color: #000; /* 全体のフォントカラー */
	background: #fff;
	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: 20px auto 0;
	width: 530px; /* 画像の幅+20px */
	text-align: right;
}
/*	　ヘッダー
--------------------------------------------*/
h1 {
	padding-right: 0.1em;
	display: inline;
	line-height: 1;
	color: #000;
	font-family: "Arial Black", Verdana, sans-serif;
	font-size: 55px;
	text-align: right;
	letter-spacing: -5px;
}
/*	　段落・引用・強調
--------------------------------------------*/
p {
	margin-bottom: 1em;
	text-align: right;
}
p.img {
	margin-top: -8px;
	padding: 0 0.1em 1em 0;
}
p.img img {
    border: 10px solid #000;
}
p.error {
	margin-top: 25px;
	padding-bottom: 18px;
}
blockquote {
	margin: 1em 0 1.5em;
	width: 470px;
	text-align: right;
}
blockquote p {
	margin-bottom: 0;
}
em {
	display: inline;
	background-color: #ff559d;
	color: #000;
	text-align: right;
}
/*	　リンク
--------------------------------------------*/
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;
}
/*	　フォーム
--------------------------------------------*/
form {
	margin: 0.4em 0 2em;
	text-align: left;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select,
textarea {
	border: solid #000 1px;
	line-height: 1.2;
	color: #fff;
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000;
}
textarea {
	width: 350px;
}
input:hover,
textarea:hover,
input:hover {
	color: #000;
	background-color: #fff;
}
input:focus,
textarea:focus,
textarea:focus {
	color: #000;
	background-color: #fff;

}
input.check {
	margin-right: 0.5em;
	border: none;
	vertical-align: middle;
	color: #000;
	background: none;
}
input.submit {
	margin-left: 1.5em;
	padding: 0 0.5em;
	vertical-align: middle;
	color:  #cff;
	background-color: #000;	
	cursor: pointer;
}
/*	　著作権
--------------------------------------------*/
address {
	margin: 2em 0 15px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
address a:link  {   
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
address a:visited  {   
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
address a:hover {    
	color: #F39;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
address a:active {    
	color: #F39;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}