@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */

#dig{
	width:900px;
	margin:0 auto;
}
#dig .dimg{
	padding:25px 0px 15px 10px;
}
#dig p.text{
	line-height:1.6;
	font-family: san-serif;
	color: #333;
	padding:0px 0px 0px 30px;
}
#view{
	width:900px;
}
#view .dimg{
	padding:10px 0px 6px 30px;
}
#view p.text{
	line-height:1.6;
	padding:5px 0px 0px 45px;
	font-family: san-serif;
	color: #333;
}
#pic{
	width:900px;
	height:340px;
}
#pic .pimg{
	padding:10px 0px 6px 30px;
}

#pic #leftimg{
	padding:0px 0px 0px 45px;
	float:left;
}
#pic #rightimg{
	padding:0px 0px 0px 80px;
	float:left;
}
#pic p.text{
	padding:10px 0px 10px 15px;
	background-image:url(../img/text.gif);
	background-repeat:no-repeat;
	background-position: left center;
	font-family: san-serif;
	color: #333;
}




#pic02{
	width:960px;
	height:330px;
	margin-bottom:30px;
}
#pic02 .pimg{
	padding:10px 0px 6px 30px;
}

#pic02 #leftimg{
	padding:0px 0px 0px 45px;
	float:left;
}
#pic #rightimg{
	padding:0px 0px 0px 80px;
	float:left;
}
#pic02 p.text{
	padding:10px 0px 10px 15px;
	background-image:url(../img/text.gif);
	background-repeat:no-repeat;
	background-position: left center;
	font-family: san-serif;
	color: #333;
}


.boxLeft {
	width: 450px;
	float:left;
	padding-bottom:3px;
}
.boxRight {
	width: 400px;
	float:right;
}
table {margin:5px 0 0;
}
table tr th {
	background:#CCC;
	font-weight:normal;
}
table tr td,table tr th {
	border: #666 1px solid;
	padding:5px;
	text-align:center;
}

.marB10 { margin-bottom:10px; }

a { color:#FF6666; text-decoration:underline; } 
a:hover { text-decoration:none; }