@charset "utf-8";

/*個別スタイル設定 */

/*トップページの設定
----------------------------------------------------- */
/* トップフラッシュ部分の設定 */
.flash {
	padding: 0px 24px 10px 24px;
	width:750px;
	margin:auto;
}


/* 特長欄角丸ボックスの設定 */
div.box-tok-top, .box-tok-bot {
	width: 550px;
}
div.box-tok-top {
	background-image: url(../img/top_img/top_tok_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
}
div.box-tok-mid {
	width: 550px;
	background-image: url(../img/top_img/top_tok_mid.jpg);
	background-repeat: repeat-y;
}
div.box-tok-bot {
	background-image: url(../img/top_img/top_tok_bot.jpg);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px 0px 10px 0px;
}
div.box-inner-tok {/* 角丸ボックス内の余白設定 */
	height: 330px;
	padding: 10px 15px 0px 15px;
}

/* 特長欄アイコンセットの設定 */
#main-column .box-inner-tok dl {
	width: 126px;
	height: 170px;
	float: left;
}
#main-column .box-inner-tok dt {
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#main-column .box-inner-tok dd {
	font-size: 11px!important;
	line-height: 120%!important;
	text-align: center;
}

/* トップメインカラム内の2列の設定（左右均等） */
div.main-l-top {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	padding-right: 10px;
}
div.main-r-top {
	float: right;
	width: 270px;
	padding: 0px;
	margin-bottom: 10px;
}

/* メインカラム成功事例 */
div.main-l-top-se {
	font-size: 12px;
	line-height: 160%;
	float: left;
	width: 265px;
	margin-bottom: 10px;
	padding-right: 20px;
}
div.main-r-top-se {
	font-size: 12px;
	line-height: 160%;
	float: right;
	width: 265px;
	padding: 0px;
	margin-bottom: 10px;
}
.more-info-se {
	width: 265px;
	text-align: right;
	height:25px;
	padding-bottom: 010px;
}

h3.top-h3 {
	padding: 0px!important;
	background-image: none!important;
}
h3.top-h3-info {
	padding: 0px!important;
	margin-bottom: 5px!important;
	background-image: none!important;
}

/* メインカラムトップテンプレート紹介欄 */
.top-temp {
	float: left;
	padding-left: 20px;
}
.top-temp dt {
	margin-right: 10px;
	margin-bottom: 5px;
}
.top-temp dd {
	margin-bottom: 20px;
}

/* 右カラムトップテンプレート紹介欄 */
.top-temp-r {}
.top-temp-r dt {
	padding-bottom: 5px;
}
.top-temp-r dd {
	margin-bottom: 5px;
}

/* 新着情報欄 */
ul.top-news {
	font-size: 12px;
	line-height: 160%;
	height: 135px;
	overflow: auto;
	margin-bottom: 20px;
}
.top-news li {
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.top-news p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;*/
	font-size: 11px!important;
}

/*機能ページの設定
----------------------------------------------------- */

/* メインカラム内の2列の設定（左が短い時機能ページ用） */

h3.kinou-h3  {
	font-size: 16px!important;
	font-weight: bold!important;
	line-height: 130%!important;
	background-image: none!important;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding: 0px 0px 0px 0px!important;
	color: #006699!important;
}
.main-l-kinou {
	float: left;
	width: 85px;
	padding: 0px 0px 10px 0px;
}
.main-r-kinou {
	float: right;
	width: 415px;
	padding: 0px 15px 10px 0px;
}
div.kinou-setumei {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.kinou-setumei p {
	font-size: 14px;
	line-height: 160%;
}
