td { font-size:12px;} 
a:link { color:#666666; 
text-decoration:underline; } 
a:visited { color:#666666; text-decoration:underline; 
} 
a:active { color:#666666; text-decoration:underline; } 
a:hover { color:#FF6600; 
text-decoration:none; }


* {
	margin:0;
	padding:0;
/*border:1px #0C3 solid;*/
}


body {
	font-family:Verdana,sans-serif,Arial, Helvetica ;
	background:#99CC00;
	color:#333;
}

body#manga{
	background:#FFF;
	color:#333;
}

body a {
	text-decoration:underline;
}

body a:hover {
	text-decoration:none;
}

img {
	border:0;
}

.clear {
	clear:both;
	height:0px;
	visibility:hidden;
}




a:link {
	color:#666666; 
	text-decoration:underline;
	} 

a:visited { 
	color:#666666; 
	text-decoration:underline; 
} 

a:active { 
	color:#666666; 
	text-decoration:underline;
	} 

a:hover { 
	color:#FF6600; 
	text-decoration:none;
	}

/*-----コンテンツー-----*/
#wrap{
	margin:0 auto;
	width:880px;
	background:#FFF;
	border:1px solid #145c14;
}

#content_left{
	width:640px;
	float:left;
	text-align:left;
}

#content_right{
	width:220px;
	float:right;
}


/*-----フッター-----*/
#footer_mes{
	background:#145c14;
	width:882px;
	color:#FFF;
	padding:10px 0;
	border-bottom:#75B07B 1px solid;
}

#footer_mes h3{
	text-decoration:underline;
	font-size:12px;
}

#footer{
	width:882px;
	background:url(img/common/footer/footer_bg.png) repeat-x;
	height:70px;
	position:relative;
}

#footer_navi{
	padding-top:10px;
	list-style-type:none;
	margin:0;
}

#footer_navi li{
	margin-right:10px;
	padding-left:13px;
	display:inline;
	font-size:12px;
	background:url(img/common/point.png) no-repeat;
	background-position:0 3px;
}

#footer_navi li a{
	color:#FFF;
}

#footer_bottom{
	width:660px;
	position:absolute;
	top:40px;
	left:271px;
}

/*-----マンガフッター-----*/
#manga #footer_mes{
	background:#145c14;
	width:430px;
	color:#FFF;
	padding:10px 0;
	border-bottom:#75B07B 1px solid;
}

#manga #footer_mes h3{
	text-decoration:underline;
	font-size:12px;
}

#manga #footer{
	width:430px;
	text-align:center;
	background:url(img/common/footer/footer_bg.png) repeat-x;
	height:70px;
	position:relative;
}

#manga #footer_navi{
	padding-top:10px;
	list-style-type:none;
	margin:0;
}

#manga #footer_navi li{
	margin-right:10px;
	padding-left:13px;
	display:inline;
	font-size:12px;
	background:url(img/common/point.png) no-repeat;
	background-position:0 3px;
}

#manga #footer_navi li a{
	color:#FFF;
}

#manga #footer_bottom{
	width:660px;
	position:absolute;
	top:40px;
	left:271px;
}


/*-----文章ー-----*/
p,h2,h3,h4{
	text-align:left;
}

.text{
	margin-left:20px;
	
}

.text_side_20{
	padding-left:30px;
	padding-right:20px;
}

.text_footer{
	margin-bottom:15px;
	text-align:center;
}

#manga .text_footer{
	font-size:10px;
	margin-bottom:15px;
	text-align:center;
}

.text_10{margin-bottom:10px;}
.text_20{margin-bottom:20px;}
.text_30{margin-bottom:30px;}
.text_50{margin-bottom:50px;}

.text_right{text-align:right;}
.text_center{text-align:center;}

.color_blue{color:#06F;}
.color_red{color:#F00;}
.color_orange{color:#F60;}

.img_right{float:right; margin-left:10px;}

/*-----テーブルー-----*/
#top table td,#top table th{
	font-size:13px;
	line-height:160%;

}

.tbl_01{
}

.tbl_01 th,.tbl_01 td{
	border:1px solid #999;
	text-align:left;
	padding:5px;
	vertical-align:top;
}

.tbl_01 th.tbl_01_th_01{
	border:none;
}

.tbl_01 td.tbl_01_td_01{
	background:#06F;
	color:#FF0;
	font-weight:bold;
}

.tbl_01 td.tbl_01_td_02{
	background:#0C0;
	color:#0fb917;
	font-weight:bold;
}

.tbl_01 th.tbl_01_td_03{
	vertical-align:middle!important;
	font-size:14px;
}

.tbl_02 td{
	vertical-align:top;
}

.tbl_03{
	margin-left:20px;
	width:570px;
}

.tbl_03 th.tbl_03_th{
	text-align:left;
	background:url(new_img/service/service_h3_bg.png) no-repeat;
	background-position:5px 5px;
	background-color:#FFC;
	border:#CCC 1px solid;
	height:39px;
	padding:10px 10px 10px 20px;
	color:#003;
	font-size:14px;
}

.tbl_04 th.tbl_04_th_01{
	background:#669900;
	color:#FFF;
	font-size:12px;
	padding:5px;
}

.h3_flow_bg{
	text-align:left;
	background:url(new_img/service/service_h3_bg.png) no-repeat;
	background-position:5px 5px;
	background-color:#f9f9f9;
	border:#CCC 1px solid;
	height:39px;
	padding-left:20px;
	padding-top:3px;
	color:#003;
}

.p_flow_bg{
	border:#CCC 1px solid;
	border-top:none;
	margin-left:10px;
	padding:10px;
	font-size:14px;
	line-height:180%;
}

.tbl_td_line{
	padding:20px 0;
}

.ul_01{
	padding:10 30px;
	list-style:none;
}

.ul_01 li{
	background:url(new_img/top/comment_yellow.png) no-repeat;
	text-align:left;
	margin-bottom:7px;
	padding-left:25px;}