@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.txt
	07.footer
	08.other

=====================================================================*/

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img { display:block;}
li  { list-style-type: none;}
em {font-style: normal;}

/*a
----------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #db7304;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #db7304;
	text-decoration:none;
}

/* h2,h3,h4
----------------------------------------------------------------*/
h3 img { margin: 0 auto;}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #fff9f0 url(../img/bg.gif) repeat-x 0 0;
	text-align: center;
	color: #4a4a4a;
	font-size: 12px;
}

#wrapper,
#header,
#container,
#pagetop,
#footer {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	background: url(../img/wrapper.gif) repeat-y 0 0;
}

/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#header {
	background: url(../img/header.jpg) no-repeat 0 0;
	height: 50px;
}
#header h1 {
	float: right;
	padding-top: 11px;
	padding-right: 8px;
	text-align: right;
	line-height: 1;
	color: #fd9525;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

/*
#header a {
	overflow: hidden;
	text-indent: -9999px;
}
*/

#header div {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	width: 265px;
	height: 35px;
}
#header div a {
	display: block;
	width: 263px;
	height: 35px;
}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/

/*
#navi {
	margin-left: 16px;
	background: url(../img/navi.gif) no-repeat 0 0;
	width: 222px;
	height: 370px;
}

#navi ul li,
#navi ul li a,
#navi02 ul li,
#navi02 ul li a {
	display: block;
	width: 222px;
}
#navi ul li a,
#navi02 ul li a {
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li a#gen { height: 47px; background-position: 0 0;}
#navi ul li a#bus { height: 58px; background-position: 0 -47px;}
#navi ul li a#all { height: 58px; background-position: 0 -105px;}
#navi ul li a#ec { height: 58px; background-position: 0 -163px;}
#navi ul li a#req { height: 58px; background-position: 0 -221px;}
#navi ul li a#res { height: 58px; background-position: 0 -279px;}

#navi ul li a:hover {
	background: url(../img/navi_hover.gif) no-repeat 0 0;
}

*/

/* navi02 */

/*
#navi02 {
	margin-left: 16px;
	background: url(../img/navi02.gif) no-repeat 0 0;
	height: 222px;
	height: 196px;
}
#navi02 ul { padding-top: 14px;}
#navi02 ul li a {
	margin-bottom: 8px;
	height: 26px;
}
#navi02 ul li a#top { background-position: 0 -14px;}
#navi02 ul li a#can { background-position: 0 -48px;}
#navi02 ul li a#com { background-position: 0 -81px;}
#navi02 ul li a#sta { margin-bottom: 6px; background-position: 0 -116px;}
#navi02 ul li a#con { background-position: 0 -148px;}

#navi02 ul li a:hover {
	background: url(../img/navi02_hover.gif) no-repeat 0 0;
}

*/

/*--------------------------------------------------------------------/
	05.container
/--------------------------------------------------------------------*/
#container {
	background: url(../img/container.gif) repeat-x 0 0;
	text-align: left;
}
#container:after,
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sidebar {
	float: left;
	width: 238px;
}
#contents {
	float: right;
	width: 662px;
}

/* bnr
------------------------------------*/
#bnr {
	margin-top: 5px;
	margin-left: 32px;
}
#bnr img { margin-bottom: 12px;}

#bnr img.ms_b { margin-bottom: 5px;}

/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/

#footerbg {
	clear: both;
	background: url(../img/footerbg.gif) repeat-x 0 0;
	width: 100%;
	text-align: center;
}
#footer {
	background: url(../img/footer.gif) no-repeat 0 100%;
	height: 115px;
}

#footer div { 
	float: right;
	margin-top: 45px;
	width: 490px;
}
#footer * {	color: #ffffff;}
#footer ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer ul li a { text-decoration: none;}
#footer ul li a:hover { text-decoration: underline;}


/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/


.right{float: right;}
.left{float: left;}
.center { margin: 0 auto;}
.clear{clear: both;}


a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*margin, padding
----------------------------------------------------------------*/



/*pagetop
----------------------------------------------------------------*/
#pagetop {
	clear: both;
	background: url(../img/pagetop.gif) no-repeat 0 0;
	height: 50px;
}

#pagetop div {
	float: right;
	margin-top: 10px;
	padding-right: 17px;
	width: 80px;
	height: 17px;
}
#pagetop div a {
	display: block;
	width: 80px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}	

.clear {
	clear:both;
}
