@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F3E9EF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	line-height: 1.4em;
}


.twoColFixRtHdr #container {
	width: 880px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #F3E9EF;
	margin: 0; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0 0 0 10px;
} 
.twoColFixRtHdr #header {
	padding: 0 0 10px 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	text-align: center;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

.sidebar1 {
	padding: 0;
	margin: 0;
	width: 275px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	margin: 0 10px 10px 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	/*height: 100%;*/
	float: left;
	width: 585px;
} 
.twoColFixRtHdr #footer {
	padding: 0 20px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:url(../images/footer_bg.jpg) repeat-x;
	text-align: center;
	height: 60px;
	margin:0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 8px 0 0 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #A4406C;
	font-size: 11px;
}
.twoColFixRtHdr #footer p a:link {
	color: #A4406C;
	text-decoration:underline;
}
.twoColFixRtHdr #footer p a:hover {
	color: #A4406C;
	text-decoration:none;
}
.twoColFixRtHdr #footer p a:active {
	color: #A4406C;
	text-decoration:none;
}
.twoColFixRtHdr #footer p a:visited {
	color: #A4406C;
	text-decoration:underline;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.topics_inbox {
	padding:7px 7px 15px 7px;
	background: #ffffff;
	border-right: 1px #F4D3E7 solid;
	border-bottom: 1px #F4D3E7 solid;
	border-left: 1px #FCE1F1 solid;
	border-top: 1px #FCE1F1 solid;
	margin: 0 0 10px 0;
	width: 565px;
}

.topics_inbox h2 {
	padding:0;
	margin:0 0 10px 0;
}
.topics_inbox h3 {
	padding:0;
	margin:0 0 10px 0;
}
.topics_inbox h4.audi_h4 {
	padding:10px 0 0 20px;
	margin:0;
}
.topics_inbox p.imgcenter4 {
	text-align:center;
	margin:0;
	padding:0;
}
.topics_inbox p {
	padding:0;
	margin:10px 10px 10px 15px;
}


.topics_inbox ul {
	padding:0 10px;
	list-style-type: none;
	margin: 0;
}
.topics_inbox li {
	padding:5px 0;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
}

.imgcenter {
	vertical-align:middle;
	margin: 5px 7px 0 0;
}

.imgcenter3 {
	vertical-align:middle;
	margin: 0 3px 5px 0;
}

.redtext {color:#FF0000;}

.imgcenter2 { text-align:center;}


img{
border:none;
}

.ul_half_L {width:250px; float:left; }

.ul_half_R {width:250px; float:right; }

.ul_half_L li {
	padding-left:10px;
	list-style-type:circle;
	list-style-position:inside;
}
.ul_half_R li {
	padding-left:10px;
	list-style-type:circle;
	list-style-position:inside;
}


/* リンク */
a{color:#D47B22; text-decoration:underline;}
a:link{color:#D47B22; text-decoration:underline;}
a:active{color:#D47B22; text-decoration:none;}
a:hover{
	color:#423526;
	text-decoration:none;
}


.textright { text-align:right;}

.side_inbox {
	margin:0 0 10px 0;
	padding: 10px;
	width: 245px;
	background: #FEF7FB;
	border: 5px #EEE2E9 solid;
}

.side_inbox h2 {
	padding:0;
	margin:0 0 8px 0;
}

.side_inbox ul {
	padding:0 10px 5px 10px;
	margin: 0 0 0 20px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
}
.side_inbox li {
	padding:0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.side_inbox p {
	margin:0;
	padding: 0 0 5px 5px;
}

.side_inbox_banner {
	margin:0 0 10px 0;
	padding: 10px;
	width: 245px;
	background: #FEF7FB;
	border: 5px #EEE2E9 solid;
	text-align: center;
}

.side_inbox_banner p {
	margin:0 0 10px 0;
}


/**** company ****/
.table_company {
	width:560px;
	border-collapse:collapse;
	margin:0 auto;
}
.table_company th {
	width:100px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
	padding:5px 5px 3px 10px;
	font-weight:normal;
	background-color:#FEEDFA;
}
.table_company td {
	/*width:464px;*/
	border-bottom:dotted 1px #ccc;
	text-align:left;
	padding:5px 5px 3px 10px;
}

.table_company02 {
	width:560px;
	border-collapse:collapse;
	margin:0 auto;
}
.table_company02 td {
	/*width:464px;*/
	border-bottom:dotted 1px #ccc;
	text-align:left;
	padding:5px 5px 3px 10px;
}

/**** koukoku ****/
.box_koukoku {
	width:550px;
	margin:20px auto;
}

.koukoku_img {
	width:270px;
	text-align:left;
	float:left;
}

.koukoku_cnts {
	width:252px;
	text-align:left;
	float:right;
}
.koukoku_cnts h4 {
	width:205px;
	height:30px;
	background:url(../images/koukoku_icon01.jpg) 0px -3px no-repeat;
	padding:0 0 1px 30px;
	margin:0 auto;
	font-weight:bold;
	line-height:35px;
	font-size:14px;
	border-bottom:solid 1px #ccc;
	color:#D3368D;
}

.table_koukoku {
	width:235px;
	border-collapse:collapse;
	margin:10px auto;
	font-size:12px;
}
.table_koukoku td {
	border:solid 1px #ccc;
	text-align:left;
	padding:5px;
	text-align:right;
}
.table_koukoku .bg01 {
	background-color:#FEEDFA;
	text-align:left;
}
.table_koukoku .bg02 {
	background-color:#DEF1FA;
	text-align:center;
}

.box_prtxt {
	width:215px;
	padding:5px 10px;
	text-align:center;
	margin:5px auto 20px auto;
	color:#E14204;
	background-color:#F8F59B;
	font-size:12px;
	font-weight:bold;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


