@charset "shift_jis";

/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}

/* ===== Basic Style ===== */

body{
	color:#333333;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	
}
img{
	border:0;
	vertical-align: bottom;
}

ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
#wrapper	{
	text-align:left;
	clear: both;
}
#all {
	margin-right: auto;
	margin-left: auto;
}

a	{
	color: #666666;
	text-decoration: none;
}
a:link	{
	color: #666666;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}
.cboth	{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/* クリア
----------------------------- */
.clear {
	clear: both;
}
.clearfix {
	display: inline-table;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* MacIE以外に適用 \*/
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;overflow: hidden;
}/* */

/* ===== Header Area ===== */
#header	{
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;
	position:relative;
}
#header h1{
	float:left;
	width:350px;
	overflow:hidden;
	font-size: 1px;
}
#header h1 a{
	display:block;
	width:350px;
	height:70px;
	text-decoration:none;
	text-indent:-9999px;
	background-image: url(../img/logo.gif);
}
#header #heads	{
	float: right;
	margin-left: 0px;
	padding-right:80px;
}
#header p	{
	clear: both;
}
#header address	{
	clear: both;
	font-style: normal;
	text-align: right;
}
#header span.line{
	position:absolute;
	display:block;
	right:0px;
}
#header ul	{
	font-size: 80%;
}
#header ul.ul02	{
	line-height: 1.5em;
}
#header ul.ul03	{
	margin-top: 10px;
	text-align: right;
	clear: both;
}
#header li	{
	display: inline;
	background: url(img/list01.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 10px;
}
#header strong	{
	margin-bottom: 0.5em;
	display: block;
}
#header p	{
	clear: both;
	padding-top: 0px;
}
/* ===== Contents Area ===== */
#contents	{
	border-top: 12px solid #D1D3D4;
}
#inner	{
	margin: auto;
	width: 900px;
	padding: 30px 0;
}

#contents_left	{
}
#contents_right	{
}
#contents .cont	{
	margin-top: 20px;

}
p.pagetop	{
	clear: both;
	text-align: right;
	background: url(img/pagetop.gif) no-repeat right center;
	padding-right: 15px;
}
/* ===== Navi Area ===== */
#navi	{
	float: left;
	width: 150px;
}
#navi strong	{
	margin-top: 1em;
	display: block;
}
#navi .st01	{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	display: block;
	font-size: 21px;
	line-height: 1.5em;
	margin: 0px;
}
#navi ul	{
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#navi li	{
	background-image: url(img/list01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#navi dl	{
	margin-top: 1em;
	overflow: auto;
}
#navi dt	{
	font-weight: bold;
}
#navi dd	{
	margin-bottom: 0.5em;
}
#navi dt img	{
	vertical-align: middle;
	margin-right: 5px;
}
#banner	{
	float: right;
	width: 175px;
	background-color: #EBDED5;
	padding: 5px;
}
#banner h2	{
	font-size: 100%;
}
#banner li	{
	margin-bottom: 5px;
}
#banner strong	{
	font-size: 16px;
	color: #F30;
}
#banner dd {
	line-height: 22px;
}
#side ul	{
	font-size: 80%;
	line-height: 1.4em;
}
#side li	{
}
#side li a	{
	color: #FFFFFF;
}

#main	{
	text-align: left;
	float: left;
	margin-left: 20px;
	width: 525px;
}

/* ===== Footer Area ===== */
#footer	{
	margin: auto;
	width: 900px;
	text-align: center;
	font-size: 80%;
	background-image: url(img/line02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
#footer ul	{
}
#footer li	{
	padding-right: 13px;
	background: url(img/navi_ist.gif) no-repeat right center;
	margin-right: 3px;
	display: inline;
}
#footer p.copy	{
	margin-top: 1em;
}

#footer strong	{
}
