@charset "UTF-8";

/* ----- index.htmlのみに使用するCSSです ----- */
/* ※ 新着情報見出し以外は変更しないで下さい ※ */

/* トップページ画像位置 */
div#index_image{
	text-align: center;
	margin-top: 10px;
}

/* 新着情報 */
div#news {
	float: right;
	width: 330px;
	margin-top: 10px;
	display: inline;
	margin-right: 10px;
	padding: 0px;
}

/* 新着情報見出し（画像にする場合はmargin,paddin以外は削除） */
div#news-title {
	padding: 0px;
	font-weight: normal;	/* フォントの太さ（太いままにする場合は削除） */
	font-size: 12px;	/* 背景色（不必要なら削除） */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* 新着情報 */
div#nProgram {
	overflow:auto;
	width:420px; /*幅*/
	height:80px; /*高さ*/
	margin-bottom:0px;
	background-color: #FFF;	/* 背景色（不必要なら削除） */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#nProgram dl {
	margin:5px;/*マージン（調整可）*/
}

#nProgram dl dt {
	margin:0;
	padding:0;

	font-weight:normal;
}

#nProgram dl dd {
	border-bottom:1px dashed #dddddd;/*ボーダーの太さ・スタイル・カラー（変更可）*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 22px;
}	

/* ピックアップ */
#pu_box {
	float: left;
	width: 440px;
	margin-top: 10px;
	margin-left: 10px;
	display:inline;
	margin-bottom: 10px;
}

#pu_title{
	padding:0px;
	margin-bottom:6px;
}

#pu1{
	padding:0px;
	margin-bottom:4px;
}

#pu2{
	padding:0px;
	margin-bottom:4px;
}

#pu3{
	padding:0px;
	margin:0px;
}

/* 会社情報 */
#com_box {
	float: right;
	width: 330px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	background-image: url(../images/company-info_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	background-color: #CCCCCC;
}

#com_title{
	padding:0px;
	margin-bottom:6px;
}

/* ----- 以下、フリースペース内で必要な設定があれば、各自追加して下さい ----- */
