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

/* style
-------------------------------------------------------------- */
#wpart{
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
}

#valignbottom{
	vertical-align:bottom;
}

/* コンテナ */
#container	{width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_main.jpg);
	background-repeat: repeat-y;}

/* ヘッダー */
#header {
	height: 110px;
	background: url(../images/bg_header.jpg) no-repeat;
}

#header_top {
	padding-top:5px;
	padding-left:7px;
}

#header_navi {
	float: right;
	width:282px;
}

#header_navi ul {
	/* \*//*/
	padding-left:98px;
	/**/
	/* Mac版 IE 5.x に適用させないスタイル \*/
	margin-left:100px;
	/*正しく認識できるスタイル*/
}

#header_navi li {
	list-style:none;
	background: url(../images/juji.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-right:13px;
	padding-bottom:1px;
	float:left;
	/* \*//*/
	margin-left:20px;
	/**/
	/* Mac版 IE 5.x に適用させないスタイル \*/
	padding-left:20px;
	/*正しく認識できるスタイル*/
}

#header_navi li a {
	color: #484848;
	text-decoration: none;
}

#header_navi li a:hover {
	color: #484848;
	text-decoration: underline;
}


/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;}
	
/* メイン */
#main	{
	padding-left:10px;
	padding-right:10px;
	width: 760px;
	float: left;
	}
	

/* コンテンツ */
#content	{
	width: 595px;
	float: right;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
}

#content_title	{
	background-color: #E1FFB0;
	background-image: url(../images/bar-title.png);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #333333;
	line-height: 30px;
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 10px;
}

#content_title2	{
	display:block;
	width:400px;
	background-color:#FFFFFF;
	border: outset 2px #BFE18E;
	padding-left: 10px;
	text-align:center;
	line-height: 28px;
	padding-left: 22px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 10px;
}

#content p	{
	line-height: 1.6;
	margin: 5px 0 0 0;
	padding: 0 20px 10px 20px;
} 
	
#content_l{
	width:565px;
	/*border-bottom: solid 1px #333333;*/
	margin-top: 0;
	margin-left: 20px;
	margin-bottom:15px;
	padding-left: 0;
	line-height: 0;}
	
#content_l ul	{
	list-style-position: outside;
	list-style-type: decimal;
	padding-left:22px;
	}
	
#content_l li	{
	padding-bottom:1px;
	line-height:18px;
	}

#ttable1{
	font-size: 0.75em;
	border-collapse : collapse;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	width:570px;
	text-align: left;
	vertical-align:top;
	margin:0 10px 0 15px;
}

.case1 { 
	border-style : none; 
	text-align:center;}
.case2 { 
	border-style : none; 
    border-left-style:solid;
	padding-left:5px;}

#ttable2{
	font-size: 0.75em;
	border-collapse : collapse;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	table-layout : fixed;
	text-align: left;
	margin:0 0 0 15px;
}

#ttable3{
	font-size: 0.75em;
	border-collapse : collapse;
	border-color : #666666;
	border-width : 0px;
	border-style : solid;
	table-layout : fixed;
	text-align: center;
	margin:0 0 0 15px;
}

.case3{
	border-width : 1px;
	border-bottom-style:solid;
	border-top-style:solid;}
	
#ttable4{
	font-size: 0.75em;
	border-collapse : collapse;
	border-color : #666666;
	border-width : 0px;
	border-style : solid;
	table-layout : fixed;
	text-align: left;
	margin:0 0 0 15px;
}

#ttable5{
	font-size: 0.75em;
	border-collapse : collapse;
	border-color : #666666;
	border-width : 0px;
	border-style : solid;
	table-layout : fixed;
	text-align: left;
	margin:0 0 0 35px;
}

/* サイドバー */
#sidebar	{
	width: 155px;
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
	border: solid 1px #7FC31E
}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;}

ul.sidemenu li	{
	list-style-type: none}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color:#7FC31E;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px;
	}

ul.sidemenu li a:hover	{
	background-color:#BFE18E;
	color: #FF781C;
}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{
	background-color: #ffffff;
	color: #484848;
	border-bottom: solid 1px #cdf0a1;
	line-height: 24px
}

ul.sidemenu ul li a:hover 	{
	background-color: #BFE18E;
}


/* フッター */
#footer	{
	background: url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	height:116px;
	clear:both;
}

#fnavi{
	padding-top:15px;
	text-align:center;
	}

#fnavi a{
	color:#484848;
	text-decoration: underline;}
	
#fnavi a:hover{
	color:#484848;
	text-decoration: underline;}

#ftable{
	border-collapse : collapse;
	width:760px;
	table-layout : fixed;
	text-align: left;
	margin-top:5px;
	margin-left:10px;
}

