@charset "utf-8";
/* CSS Document */

/*
コンテンツコンテナ
*/

#content-container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

/*
左カラム
*/

#content-container #left-container{
	float:left;
	width:191px;
	margin-bottom:40px;
}

#content-container #left-container h2{
	background-image:url(../images/tmp/lb-submenu.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:33px;
	font-size:100%;
	padding-left:20px;
	color:#000;
}

#content-container #left-container h2 a{
	color:#000;
	text-decoration:none;
}

#content-container #left-container #submenu{
	width:190px;
}

#content-container #left-container #submenu li{
	list-style-type:none;
}

#content-container #left-container #submenu li p{
	background-image:url(../images/tmp/re-submenu-deactive.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:6px 0px;
	line-height:150%;
}

#content-container #left-container #submenu li p a{
	padding-left:15px;
	background-image:url(../images/tmp/ico-submenu.gif);
	background-repeat:no-repeat;
	background-position:5px 0.35em;
	color:#000066;
	text-decoration:none;
	display:block;
}

#content-container #left-container #submenu li ul{
}

#content-container #left-container #submenu li ul li{
}

#content-container #left-container #submenu li ul li p{
	background-image:url(../images/tmp/re-child-submenu-deactive.png);
}

#content-container #left-container #submenu li ul li p a{
	color:#000;
	padding-left:20px;
	background-position:10px 0.35em;
	display:block;
}

/*
右カラム
*/

#content-container #right-container{
	float:right;
	width:720px;
	margin-right:10px;
	margin-bottom:40px;
}

/*
h2
*/

#content-container #right-container h2{
	clear:both;
	background-image:url(../images/tmp/h2.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:40px;
	padding-left:20px;
	color:#000;
	font-size:130%;
}

/*
h3
*/

#content-container #right-container h3{
	clear:both;
	background-image:url(../images/tmp/h3.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:30px;
	padding-left:40px;
	color:#000;
	font-size:110%;
}

/*
totop
*/

.totop{
	clear:both;
	text-align:right;
	margin:20px 0px 40px 0px;
}

.totop li{
	list-style-type:none;
	background-image:url(../images/tmp/bg-totop.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.totop li a{
	line-height:25px;
	padding-right:40px;
	text-decoration:none;
	color:#003399;
}