@charset "Shift_JIS";

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

Name: Pati002
Version: 2.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: #ffd700;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #ffd700;
	scrollbar-darkshadow-color: #ffd700;
	scrollbar-face-color: #ffd700;
	scrollbar-highlight-color: #ffd700;
	scrollbar-shadow-color: #ffd700;
	scrollbar-track-color: #ffd700;
}
body {	
	color: #333 ; /* 全体のフォントカラー */
	background: #fff;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　左側ボックス
--------------------------------------------*/
div#thanx{
	margin: 40px 0 0 0;
	width: 260px;
}
h1 {
	margin-top: 40px;
	line-height: 0.9;	
	color: #ffd700;	
	font-family: Impact, Verdana, sans-serif;
	font-weight: bold;
	font-size: 70px;
	text-align: left;
}
/*	　右側ボックス
--------------------------------------------*/
div#text {
    margin: 0;
    width: 450px;
}
/*	　段落・引用・リスト・強調
--------------------------------------------*/
p {
	text-align: left;
	margin-bottom: 0.5em;
}
p.img {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 1em;
}
p.info {
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 10px;
}
p.error {
	margin-top: 40px;
	padding-bottom: 1.5em;
}
blockquote {
	margin: 0.6em 0 1.5em;
	width: 450px;
	text-align: left;
}
blockquote p {
	margin-bottom: 0;
	background: #ffd700 url('img/bg.gif') repeat;
}
em {
	font-weight: bold;
    font-size: 120%;
}
/* テーブル */
table {
	border-collapse: separate;
}
td {
	padding: 0 0.8em;
	background-color: #fff;
}
/*	　リンク
--------------------------------------------*/
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;	
	background-color: #ffd700;
	text-decoration: none;
}
a:active {
	color: #333;	
	background-color: #ffd700;
	text-decoration: none;
}
/*	　フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select,
textarea {
	margin-bottom: 5px;
	padding: 3px;
	border: none;
	line-height: 1.2;
	color: #333;
	background: #ffd700;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	background: #ffd700 url('img/bg.gif') repeat;
}
textarea {
	width: 310px;
}
input.check {
	margin-right: 0.5em;
	border: none;
	vertical-align: middle;
	background: none;
}
input.submit {
	margin-left: 1.5em;
	padding: 0 0.5em;
	border: 1px #ffd700 solid;
	vertical-align: middle;
	color: #ffd700;
	background: #333;	
	cursor: help;
}
/*	　著作権
--------------------------------------------*/
address {
	margin: 1.8em 0 20px 0;
	padding-bottom: 15px;
	width: 450px;	
	clear: both;
	list-style-type: none;
	color: #333;
	text-align: right;
}
address a:link {
	color: #333;
	text-decoration: none;
}
address a:visited {
	color: #333;
	text-decoration: none;
}
address a:hover {
	color: #333;	
	background-color: #ffd700;
	text-decoration: none;
}
address a:active {
	color: #333;	
	background-color: #ffd700;
	text-decoration: none;
}