@charset "euc-jp";

/* ----- index.htmlのみに使用するCSSです ----- */
/* ※ 新着情報見出し以外は変更しないで下さい ※ */

/* トップページ画像位置 */
div#index_image{
	text-align: center;
}

/* リード文 */
#lead{
	padding:0;
	margin:0;
}

/* ピックアップ */
#pickup{
	padding:0;
	margin:40px 0 0 0;
}

.pbox1{
	width:457px;
	height:174px;
	padding:9px;
	margin:0 9px 0 0;
	background:url(../common_img/back_img02.jpg) center top;
	border:solid 1px;
	border-color:#e6dfda;
	float:left;
	position:relative;
}

.pbox2{
	width:214px;
	height:174px;
	padding:9px;
	margin:0;
	background:url(../common_img/back_img02.jpg) center top;
	border:solid 1px;
	border-color:#e6dfda;
	float:left;
	position:relative;
}

.pbox3,
.pbox4{
	width:214px;
	height:196px;
	padding:9px;
	margin:9px 9px 0 0;
	background:url(../common_img/back_img02.jpg) center top;
	border:solid 1px;
	border-color:#e6dfda;
	float:left;
	position:relative;
}

.pbox5{
	width:214px;
	height:196px;
	padding:9px;
	margin:9px 0 0 0;
	background:url(../common_img/back_img02.jpg) center top;
	border:solid 1px;
	border-color:#e6dfda;
	float:left;
	position:relative;
}

.pb1img{
	width:200px;
	padding:0;
	margin:0;
	float:left;
}

.pb2img,
.pb3img,
.pb4img,
.pb5img{
	width:214px;
	padding:0;
	margin:0;
}

.pb1txt{
	width:247px;
	padding:0;
	margin:0;
	float:right;
	line-height: 1.6em;	/* 行間 */
	color:#333;
}

.pb2txt,
.pb3txt,
.pb4txt,
.pb5txt{
	width:214px;
	padding:0;
	margin:3px 0 0 0;
	line-height: 1.6em;	/* 行間 */
	color:#333;
}

.pbtn{
	width:115px;
	padding:0;
	margin:0;
	position:absolute;
	right:10px;
	bottom:10px;
}


.pbox1 a:hover,
.pbox2 a:hover,
.pbox3 a:hover,
.pbox4 a:hover,
.pbox5 a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	color:#333;
	text-decoration: none;
}

/* ピックアップ2 */
#pickup2{
	padding:0;
	margin:20px 0 0 0;
}

/* 新着情報 */
div#news {
	width: 720px;
	padding:0;
	margin:20px 0 0 0;
}

div#nProgram {
	overflow:auto;
	width:718px; /*幅*/
	height:165px; /*高さ*/
	margin:0;
	background:url(../common_img/back_img02.jpg) center top;
	border:solid 1px;
	border-color:#e6dfda;
}

#nProgram dl {
	margin:5px 10px 5px 10px;/*マージン（調整可）*/
}

#nProgram dl dt {
	margin:0;
	padding:0;
	float:left;
	font-weight:normal;
}

#nProgram dl dd {
	margin:0 0 6px 0;/*マージン（調整可）*/
	padding:0 6px 3px 76px;/*余白（調整可）*/
	border-bottom:1px dashed #dddddd;/*ボーダーの太さ・スタイル・カラー（変更可）*/
}

#nProgram dl dd img{
	margin: 0 10px 0 0;
	vertical-align:-0.25em;
}

/* フリースペース */
div#free {
	float: right;
	width: 220px;
	margin-top: 4px;
	margin-right: 3px;
}

/* ----- 以下、フリースペース内で必要な設定があれば、各自追加して下さい ----- */