@charset "UTF-8";

@import url("base.css");

@import url("extensions.css");



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/ Author: HOSOKAWA KAZUKI

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/*



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Wrapper

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#wrapper {

	width: 100%;

	text-align: center;

	margin: 0px auto 0px auto;

	padding: 0px;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Header

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#header {

	width: 950px;

	height: 30px;

	text-align: left;

	background-image: url(../images/header.gif);

	margin: 0px auto 0px auto;

	padding: 0px;

}

div#header a {

	float: right;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Navigation

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#navigation {

	width: 952px;

	_width: 990px;

	height: 95px;

	text-align: left;

	background-image: url(../images/background_navigation.gif);

	margin: 0px auto 0px auto;

	padding: 0px 19px 0px 19px;

position : relative;
z-index:20;
}

div#navigation ul {

	margin: 0px;

	padding: 0px;

}

div#navigation ul li {

	list-style: none;

	display: inline;

	float: left;

	margin: 0px;

	padding: 0px 0px 10px 0px;

}

div#navigation p {

	font-size: 10px;

	color: #FFFFFF;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Contents

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#contents {

	width: 950px;

	text-align: left;

	background-color: #FFFFFF;

	margin: 0px auto 0px auto;

	padding: 0px;

}

div#inner {

	float: left;

}

ul.list li {

	list-style: none;

	display: block;

	float: left;

	margin: 0px;

	padding: 20px 0px 0px 0px;

}

ul.list2 li {

	list-style: none;

	display: block;

	float: left;

	margin: 0px;

	padding: 20px 10px 0px 0px;

}

ul.list3 li {

	list-style: none;

	display: block;

	float: left;

	margin: 0px;

	padding: 0px;

}

ul.list4 li {

	width: 650px;

	margin: 0px;

	padding: 10px 0px 0px 0px;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Rightebar

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#rightbar {

	float: right;

}

div#rightbar ul li {

	_float: left;

}

ul#banner {

	padding: 20px 0px 0px 0px;

}

ul#banner li {

	padding: 0px 0px 10px 0px;

}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  =Footer

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#footer_banner {
	display: none;
/*
	width: 950px;

	height: 125px;

	clear: both;

	background-image: url(../images/footer_banner.gif);

	background-repeat: no-repeat;

	background-position: bottom center;

	margin: 0px auto 0px auto;

	padding: 20px 0px 0px 0px;
*/
}

div#footer_banner ul {

	padding: 28px 0px 0px 30px;

}

div#footer_banner ul li {

	float: left;

	display: block;

	padding: 0px 10px 0px 0px;

}





div#footer {

	width: 950px;

	height: 228px;

	_height: 300px;

	clear: both;

	text-align: left;

	background-image: url(../images/footer.gif);

	background-repeat: no-repeat;

	background-position: bottom center;

	margin: 0px auto 0px auto;

	padding: 20px 0px 0px 0px;

}

div#footer span {

	color: #999999;

	font-size: 12px;

	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";

	line-height: 1.5em;

}

div#footer ul {

	float: right;

	margin: 0px;

	padding: 0px;

}

div#footer ul li {

	list-style: none;

	display: inline;

	float: left;

	margin: 0px;

	padding: 0px 0px 10px 0px;

}

ul.side_in a:link, ul.side_in a:hover, ul.side_in a:visited {
font : normal 12px/25px "MS 明朝", "ヒラギノ明朝 Pro W3" , Osaka , serif ;
line-height: 1.6em;
color : #000 ;
}
ul.side_in li {
padding : 3px 5px 3px 18px ;
/*text-indent : 13px ;*/
background : url(../images/bg_side_in.gif) 0 0 no-repeat !important;
background-color :#e4e4e4 !important;
border-bottom : 1px #888 dotted ;
}



/*=====================================
	OTHERS
=====================================*/
.fl {
float : left ;
}
.fr {
float : right ;
}
.clfx:after {  
content : ".";  
display : block ;  
visibility : hidden ;  
height : 0.1px;  
line-height : 0;  
clear : both ;  
}
.sml {
font-size : 80% ;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/  style end

/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

