@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 818px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#shadow {
	width: 810px!important;
	width/**/: 818px;
	background-image: url(../images/shadow_02.png);
	background-repeat: repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://alp.mydns.jp/yanagi_test/images/shadow_02.png', sizingMethod='scale');
	padding: 0px 4px 0px 4px;
	margin: 0px auto 0px auto;
	text-align: center;
	
}

div#flash {
	clear: both;
	overflow: hidden;
	width/**/: 800px;
	height/**/: 100px;
	display: block;
	
}

div#wrapper_back {
	width: 100%;
	background: url(../images/background.gif) repeat-x;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 818px;
	height: 92px;
	text-align: left;
	background: url(../images/bg_header.gif);
	position: relative;
}
div#header h1 {
	float: left;
	width: 400px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 65px;
	top: 24px;
}
ul#headlink {
	float: right;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
ul#headlink li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	background-image: url(../images/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding: 0px 5px 0px 10px;
}
ul#headlink li a {
	color: #353535;
}
ulul#headlink li a:active,ul#headlink li a:link,ul#headlink li a:visited {
	color: #353535;
}
ul#headlink li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	width: 153px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 50px 0px;
	
}
div#navigator ul {
	clear: both;
	overflow: hidden;
	width: 153px;
}
div#navigator ul li {
	width: 153px;
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	overflow: hidden;
	width: 800px!important;
	width/**/: 810px;
	text-align: left;
	background: url(../images/bg_con_body.gif) repeat-y;
	background-color: #fffbf4;
	padding: 0px 5px 5px 5px;
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #ffffff;
}

div#con_color {
	background-color: #fffbf4;
	width: 800px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: left;
	display: block;
	overflow: hidden;
	width: 180px!important;
	width/**/: 190px;
	padding: 0px 10px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: right;
	display: block;
	overflow: hidden;

	width: 632px!important;
	width/**/: 647px;
	padding: 19px 0px 0px 15px;
	background-color: #fffbf4;
}

div.side_mob {
	width: 151px!important;
	width/**/: 153px;
	height: 134px!important;
	height/**/: 137px;
	background: url(../contents/images/bg_sidemob_02.gif) no-repeat;
	overflow: hidden;
	
}

div.side_acc {
	width: 153px;
	height: 160px;
	overflow: hidden;

}

div.side_box {
	width: 153px;
	margin: 40px 0px 0px 0px;
	display: block;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 818px;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 0px auto;
	
}

div.foot_bg {
	width: 818px;
	height: 4px;
	_height: 4px;
	_background: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.footermenu style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer ul#menu {
	clear: both;
	width: 700px!important;
	width/**/: 810px;
	padding: 10px 0px 0px 110px;
	margin: 0px 0px 0px 0px;

}


div#footer ul#menu li {
	font-size: 10px;
	float: left;
	color: #ffffff;
}
div#footer ul#menu li a {
	color: #ffffff;
}
div#footer ul#menu li a:active,div#footer ul#menu li a:link,div#footer ul#menu li a:visited {
	color: #ffffff;
}
div#footer ul#menu li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*+++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	display: block;
	color: #ffe8cd;
	font-size: 10px;
	padding: 10px 0px 20px 0px;
}

div.cle {
	clear: both;
}

