@charset "utf-8";


@import url("base.css");


/*****************************************************************************
 コンテンツ
 *****************************************************************************/
.right_col h2,
.entry h2,
.entry_right h2{
	clear:both;
	background-image:url(../images/cat_bg.gif);
	padding:7px 8px;
	font-weight:bold;
	margin:0 0 16px;
	color:#000000;	
}
.right_col h2 a{
	color:#1d60db;
}

.entry_box {
	clear:both;
	margin:0 0 50px;	
}
.entry .entry_box {
	margin:0 0 0;	
}

.entry_img{
	float:left;
	width:213px;
}
.entry_img span{
	display:block;
	font-size:85%;
	background-image:url(../images/icon_view.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
	line-height:120%;
	padding:5px 0 0;
}
.entry_img a{
	display:block;
	text-decoration:none;
	color:#999999;
}
.entry_img a:hover span{
	text-decoration:underline;
}



/*---------------------------------*/
.entry_right{
	float:right;
	width:356px;
}

.entry .entry_right,
.web .entry_right {
	width:618px;
}





/*****************************************************************************
WEB
 *****************************************************************************/

.web .section_box {
	padding:0 0 50px;
	line-height:1.6;	
}

.web .section_box .imgR {
	float:right;
	padding:0 0 20px 20px;	
}

.web .section_box ol li{
	list-style:decimal;
	margin-left:25px;
}

.web .section_box table{
	width:100%;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
}
.web .section_box th{
	width:25%;
	padding:6px 2px;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
}
.web .section_box td{
	width:75%;
	padding:6px 2px;
	border-bottom:1px dotted #cccccc;
	vertical-align:top;
}

.web .section_box td.th{
	width:20%;
}
.web .section_box td.td{
	width:55%;
}

.web .section_box h3{
	color:#000000;
	font-weight:bold;
	padding:8px 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 8px;
}
.web .service h3{
	padding:4px 0;
}
.web .service h3 span{
	display:block;
	padding:2px 7px;
	border-left:6px solid #1d60db;
}
.web .top_section {
	margin:0 0 28px;
	line-height:1.6;	
}
.web .s_section {
	margin:0 0 18px;
}
.web .s_section h4{
	margin:8px 0 8px;
	font-weight:bold;
}
.web .priv_contact {
	margin:8px 0 8px;
	padding:12px;
	border:3px solid #cccccc;
	background-color:#f1f1f1;
}

 
 

