@charset "utf-8";

/*-----------------------------------------------------
	a.design CSS Skin Settings
	FileName:   common.css
	Version:    2010.4.1
-----------------------------------------------------*/
 
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#wrap {
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../images/bg.gif) top repeat-x;
	float: left right;
}
#head {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 64px;
}
#navi {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#main {
	width: 950px;
	margin: 5px auto;
	padding: 0;
}
#youkou {
	width: 950px;
	margin: 10px auto;
	}
#ttl_youkou {
	background: url(../images/bosyu_youkou.gif) no-repeat;
	width: 950px;
	height: 43px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
	margin: 0 auto 5px;
}
#ttl_bukken {
	background: url(../images/bosyu_bukken.gif) no-repeat;
	width: 950px;
	height: 43px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
	margin: 10px auto 5px;
}
#ttl_kousa {
	background: url(../images/kousa.gif) no-repeat;
	width: 950px;
	height: 43px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
}
#ttl_verde {
	background: url(../images/verde.png?0523) no-repeat;
	width: 950px;
	height: 43px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
}
#showcase,
#showcase2 {
	width: 520px;
	margin: 0 10px 10px 0;
	float: left;
}
#gaiyou {
	width: 420px;
	float: right;
	margin: 0;
}
#pagetop a{
	background: url(../images/pagetop.gif) no-repeat;
	width: 117px;
	height: 45px;
	text-indent: -9999pt;
	/*＼*/overflow: hidden;/**/
	display: block;
	margin: 80px 15px 0 0;
	padding: 0;
	float: right;
}
#foot-menu {
	margin: 0 0 50px 0;
}
ul#f-menu01 {
	width: 930px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-top: 3px solid #FFCE00;
}
ul#f-menu01 li{
	font-size: 11px;
	float: left;
	margin: 10px 15px 10px 0;
	text-align: left;
	color: #3E7FEB;
}
#foot {
	background-color: #F7F7F7;
	margin: 0;
	padding: 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
}




table.t-style01 {
	margin: 0 auto;
	width: 950px;
	border-collapse: collapse;
	border: solid 1px #DADADA;
	text-align: center;
	}
	table.t-style02 td {
	border: solid 1px #DADADA;
	padding: 6px 3px;
	}
table.t-style02 {
	margin: 0 auto;
	width: 950px;
	border-collapse: collapse;
	border: solid 1px #DADADA;
	text-align: center;
	}
	table.t-style02 th,
	table.t-style02 td {
	border: solid 1px #DADADA;
	padding: 6px 3px;
	}
	table.t-style02 th {
	background: #FFCE00;
	text-align: center;
	white-space: nowrap;
	width: 200px;
	color: #333;
	}
table.t-style03 {
	margin: 0 auto 3px;
	width: 418px;
	border-collapse: collapse;
	border: solid 1px #DADADA;
	}
	table.t-style03 th,
	table.t-style03 td {
	border: solid 1px #DADADA;
	padding: 6px 3px;
	}
	table.t-style03 th {
	background: #FAFAFA;
	text-align: center;
	white-space: nowrap;
	color: #333;
	width: 70px;
	}
table.t-style04 {
	margin: 0 auto;
	width: 950px;
	border-collapse: collapse;
	border: solid 1px #DADADA;
	}
	table.t-style04 th,
	table.t-style04 td {
	border: solid 1px #DADADA;
	padding: 6px;
	}
	table.t-style04 th {
	background: #FAFAFA;
	text-align: center;
	white-space: nowrap;
	color: #333;
	width: 200px;
	}

ol.l-style01 {
	margin: 0 auto;
}
ol.l-style01 li {
	text-align: left;
	margin: 5px;
	list-style: decimal inside;
	padding: 0 0 0 20px;
}

ul.u-style01 {
	margin: 10px;
	color: #F26522;
}
ul.u-style01 li {
	text-align: left;
	margin: 0 0 0 20px;
	list-style: circle;
	padding: 0 0 0 3px;
}
ul.u-style02 {
	margin: 10px;
	line-height: 100%;
}
ul.u-style02 li {
	text-align: left;
	margin: 0 0 0 20px;
	list-style: circle;
	padding: 0 0 0 3px;
}
ul.u-style03 {
	margin: 10px;
	line-height: 100%;
}
ul.u-style03 li {
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 3px;
	font-size: 14px;
}

.f-left { float:left; }
.f-right { float:right; }
.tex-l { text-align: left; margin-left: 25px;}
.tex-r { text-align: right; margin-rightt: 25px;}
.p-right { float: right; margin: 5px; }
.tex-blue {	color: #3E7FEB; }