﻿@charset "utf-8";


@import url("../../common/style/column/column2.css");

/* グローバルナビ
----------------------------------------------------------- */
div#gnavi ul li a#gnavi_column {
	background: url(../../common/images/gnavi_column.jpg) 0 -47px no-repeat;
	height: 56px;
}





/* コンテンツのスタイル
----------------------------------------------------------- */
div#main {
	min-height: 400px;
}

* html body div#main {
	height: 400px;
}

div#main dl {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(../../common/images/dotline.gif) 0 100% repeat-x;
}

div#main dl:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

div#main dl dt {
	float:left;
	width:8.6em;
	line-height:110%;
	border-left:3px solid #ac182f;
	padding:0 0 0 10px;
}

div#main dl dd {
	margin:0 0 0 8.7em;
}

div#main dl dd:after {
	clear:both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

div#main dl dd p {
	margin:0 10px 0 0;
	line-height:110%;
	float:left;
}

div#main dl dd p.ico_cat {
}

div#main dl dd p.coulmn_txt {
	width:345px;
}




/* コラム詳細 h2のスタイル */
div#main div.text_box_inner h2 {
	border-left: 4px solid #AC182F;
	font-size: 115%;
	font-weight: bold;
	padding: 0 0 0 11px;
	line-height:1.3;
}

div#main div.text_box_inner h2 span {
	font-size:85%;
	font-weight:normal;
}

div#main div.text_box_inner h3 {
	font-weight: bold;
	font-size: 115%;
	padding: 0 0 0 12px;
	background: url(../images/icon_arrow.gif) 0 center no-repeat;
}

div#main div.text_box_inner p.name {
	text-align: right;
	margin: 0 0 20px 0;
}







