@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666666;
}
body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',MS-PGothic,sans-serif;
background-image:url(../img/body_bg.jpg);
background-repeat:repeat-x;
}
a:link, a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#0085CF;
	text-decoration:none;
}
img, a img {
	border:0px;
}

.clear{
	clear:both;
}
#wrap{
	width:1000px; 
	margin-left:auto;
	margin-right:auto;
}
h1{
	width:500px;
	margin:5px 0px 10px 0px;
	float:left;
}
address{
	width:500px;
	margin:5px 0px 10px 0px;
	text-align :right;
	float:right;
}
.supex{
	float:left;
	margin-bottom:12px;
}
#plus{
	text-align :right;
	margin-bottom:15px;
}
/* application */
.apl {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	width:12px;
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	width:13px;
	height:12px;
	margin:1px;
}
.psh {
	background-color:#0a76c1;
	border:#086ab1 1px solid;
}
.ail {
	background-color:#ea8820;
	border:#d97a1d 1px solid;
}
.ide {
	background-color:#b54d7e;
	border:#993565 1px solid;
}
.fwo {
	background-color:#daad24;
	border:#b5821a 1px solid;
}
.dwe {
	background-color:#9aaf42;
	border:#8a9c3a 1px solid;
}
.fla {
	background-color:#d14148;
	border:#b0303b 1px solid;
}
/* end of application */
ul, dl{
	list-style-type:none
}

dl dt{
	height:30px;
	width:1000px;
	background-image:url(../img/dt_bg.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}
dl dt h2{
	margin-top:6px;
	margin-left:22px;
}
dl dd{
	width:1000px;
	background-image:url(../img/dd_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1px;
	border-color:#EEEEEE #CCCCCC #CCCCCC #CCCCCC;
	margin-bottom:20px;
}
dl dd ul{
	margin:15px 0px 10px 20px;
}
dl dd ul li{
	width:150px;
	padding:0px 5px 10px 5px;
	float:left;
	line-height:14px;
}
dl dd ul#weblist li{
	width:230px;
}
#footer{
	text-align :right;
	padding:8px;
	border-top:#DDDDDD 1px solid;
}