@charset "utf-8";

/*base html　基本設定　
------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.5em;
	color:#000000;
	background-attachment:fixed;
	background-image:url(../img/bck_01.gif);
	background-position:50% 50%;
	background-repeat:repeat;
}

hr{
	display:none;
}

a{
	color:#666;
	text-decoration:none;
	cursor:help;
}
a:link{}
a:visited{}
a:hover{
}

/*base design　サイト全体の大まかなデザイン
------------------------------------------------------------*/
div#wrap{
	width:600px;
	margin:0px auto;
	padding:0px 8px;
	background-color:#FFF;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
}

/*head　ヘッダー
------------------------------------------------------------*/
div#head{
	padding:10px auto 10px;
	margin-bottom:10px;
}
div#head h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:108px;
	line-height:108px;
	font-weight:normal;
	color:#000;
	text-align:center;
}

/*menu　メニュー
------------------------------------------------------------*/
div#menu{}
#menu ul{}
#menu li{}

/*contents　コンテンツ
------------------------------------------------------------*/
div#contents{
	
}
div#contents h2{
	display:none;
}
div#contents h3{
	height:20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:20px;
	margin:10px 0px 0px 0px;
	padding-left:5px;
	border-left:solid 5px #000000;
	border-bottom:solid 1px #000000;
}
div#contents ul{
	list-style-type:none;
	margin-bottom:5px;
}
div#contents li{
	display:inline;
	margin-right:5px;
}
div#contents .text{
	padding:0px 10px;
}
div#contents .text li{
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.pegetop{
	text-align:right;
}

/*foot　フッター
------------------------------------------------------------*/
div#foot{
	border-top:solid #666 1px;
	text-align:center;
	font-size:14px;
	margin-top:50px;
	padding-top:15px;
	padding-bottom:15px;
}
#foot ul{
	list-style-type:none;
}
#foot li{
	display:inline;
	padding-left:5px;
}
address{}
