@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

body{
}
#wrapper{
	width:100%;
	text-align:center;
	background:url(../images/header_bg.jpg) repeat-x left top;
}



/*-----------------------------
	header
------------------------------*/

#header{
	clear:both;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#header h1{
	float:left;
	margin-bottom:13px;
}
#header p{
	float:right;
	margin:5px 0;
	line-height:1.2;
	width:535px;
	text-align:right;
}
#header dl{
	clear:right;
	float:right;
	width:271px;
	height:32px;
	background:url(../images/globalsite_bg.png) no-repeat left top;
	overflow:hidden;
}
#header dl dt{
	float:left;
	padding:9px 10px 0 9px;
	line-height:1;
}
#header dl dd{
	float:left;
	padding:5px 2px 0 0;
}
#header ul{
	clear:both;
	overflow:hidden;
}
#header ul li{
	float:left;
}



/*-----------------------------
	contents
------------------------------*/

#contents{
	clear:both;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
/* pnav */
#contents #pnav{
	clear:both;
	overflow:hidden;
	line-height:35px;
	height:35px;
}
#contents #pnav li{
	float:left;
}
/* pagetop */
#contents #pagetop{
	clear:both;
	text-align:right;
}



/*-----------------------------
	main
------------------------------*/

#main{
	float:left;
	width:730px;
	margin-bottom:35px;
	line-height:1.8;
}
/* title */
#main .title{
	height:35px;
	line-height:30px;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/title_bg.jpg) no-repeat left top;
}
/* link_blue */
#main a.link_blue{
	color:#0F10FE;
	text-decoration:none;
}
#main a:hover.link_blue{
	color:#898CFB;
	text-decoration:underline;
}
/* red */
#main .red{
	color:#F00;
}
/* blue */
#main .blue{
	color:#46B4FF;
}



/*-----------------------------
	side
------------------------------*/

#side{
	float:right;
	width:200px!important;
	margin-bottom:35px;
}
/* snav */
#side #snav{
	margin-bottom:15px;
}
#side #snav dt{
	height:32px;
	line-height:30px;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/snav_bg.png) no-repeat center top;
}
#side #snav dd{
	padding:8px 0 8px 15px;
	background:url(../images/icon_green.png) no-repeat  4px 13px;
	border-bottom:1px dotted #B3B3B3;
}
#side #snav dd.act{
	padding:8px 0 8px 15px;
	background:url(../images/icon_red.png) no-repeat  4px 13px;
	border-bottom:1px dotted #B3B3B3;
}
#side #snav dd.act a{
	color:#FF3030;
}
/* banner */
#side .banner{
	margin-bottom:10px;
}
/* maker */
#side #maker{
	clear:both;
	margin-bottom:5px;
	overflow:hidden;
}
#side #maker li{
	margin-bottom:5px;
}
/* contact */
#side #contact{
	clear:both;
	margin-bottom:10px;
	border:1px solid #999;
}
#side #contact dt{
	height:32px;
	line-height:30px;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/side_contact.jpg) no-repeat left top;
}
#side #contact dd{
	padding:10px 9px 0;
}
#side #contact dd p{
	margin-bottom:10px;
}
#side #contact dd p.icon{
	line-height:1;
	padding-left:10px;
	background:url(../images/icon_green.png) no-repeat left 2px;
}



/*-----------------------------
	footer
------------------------------*/

#footer{
	clear:both;
	border-top:2px solid #22C81F;
	background:url(../images/footer_bg.png) repeat-x left bottom;
}
/* fnav */
#footer #fnav{
	clear:both;
	width:100%;
	background:url(../images/fnav_bg.png) repeat-x left bottom;
	padding-bottom:20px;
}
#footer #fnav div{
	width:960px;
	margin:0 auto;
	border-right:2px solid #DADADA;
	text-align:left;
	overflow:hidden;
}
#footer #fnav div dl{
	float:left;
	width:154px;
	_width:177px;
	border-left:2px solid #DADADA;
	padding:15px 10px 0 13px;
}
#footer #fnav div dl dt{
	margin-bottom:5px;
}
#footer #fnav div dl dt a{
	color:#009900;
	text-decoration:none;
}
#footer #fnav div dl dt a:hover{
	color:#8A8A8A;
	text-decoration:none;
}
#footer #fnav div dl dd{
	margin-bottom:3px;
	font-size:10px;
	padding-left:10px;
	letter-spacing:0;
	background:url(../images/footer_icon.png) no-repeat  2px 4px;
}
#footer #fnav div dl dd a{
	color:#3C3C3C;
	text-decoration:none;
}
#footer #fnav div dl dd a:hover{
	color:#66C266;
	text-decoration:none;
}
/* osakayakken */
#footer #osakayakken{
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	padding:15px 0;
}
#footer #osakayakken dt{
	float:left;
}
#footer #osakayakken dd{
	float:left;
	font-size:10px;
}
/* copy */
#footer #copy{
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#fff;
	padding:8px 0;
}





























