/**
 *  Public Area
 *  
 */

table {
    margin  : 2px auto ;
}
h2.h2Bar {
	background-image:url(../site_image/common/title.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:533px;
	height:31px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:117%;
	color:#fff;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
}
h3.h3Dot {
	background-image:url(../site_image/common/h3dot.gif);
	background-position:100% 100%;
	background-repeat:repeat-x;
	padding-bottom:9px;
	margin:0 15px 15px 15px;
	font-size:117%;
	color:#d71518;
	text-align:center;
	width:500px;
	overflow:hidden;
}
h3.h3Bar {
	margin:0 15px 15px 15px;
	padding-left:15px;
	font-size:117%;
	color:#d71518;
	border-left:6px solid #d71518;
}

div.textBox {
	margin:0 15px 15px 15px;
}
div.imageBox {
	margin:0 0 15px -15px;
	text-align:center
}
/*********************************************
    etc 
*/

#rules_flame {
    width   : 90% ;
    margin  : 10px auto ;
    padding : 10px ;
    border  : 1px solid silver ;
    height  : 350px ;
    overflow-x : hidden ;
    overflow-y : auto ;
}
.mb12 {
		margin-bottom:12px;
}
.idPass {
		margin-bottom:9px;
		margin-left:7px;
}
.ml12 {
	margin-left:12px;
}
.ml10 {
	margin-left:10px;
}
.mc{
	width:176px;
	margin:0 auto;
}
#contents .featureBox {
	background-image:url(../site_image/index/dash.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	width:523px;
	margin-top:15px;
	margin-left:10px;
}
#contents .featureBoxL {
	width:523px;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:20px;
	color:#666666;
}
#contents h5 {
	font-size:16px;
	float:left;
	color:#666666;
	background-image:url(../site_image/index/h5_icon.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:20px;
	padding-left:15px;
}
#contents .featureBox ul {
	float:right;
	color:#666666;
	width:290px;
	font-size:117%; 
	font-weight:bold;
	line-height:1.7;
	margin-bottom:10px;
}

/*********************************************
    活用方法
*/

div.expBox {
	padding:15px;
	border:1px solid #d71518;
	border-left:5px solid #d71518;
	margin-bottom:15px;
}

/*********************************************
    会社概要 
		
*/

#contents table#comT {
	width:95%;
	margin-left:0;
}
#comT td p{
	padding-left:10px;
	color:#d71518;
	border-left:6px solid #d71518;
	width:120px;
}
#comT td {
	border-bottom:1px dashed #ccc;
	vertical-align:middle;
	padding:15px 5px;
}
#comT td.none {
	border-bottom:none;
}

/*********************************************
    お知らせ 
		
*/
#top_news {
    margin-top  : 5px ;
}

#top_news .news_line {
	background-image:url(../site_image/common/h3dot.gif);
	background-position:100% 100%;
	background-repeat:repeat-x;
	padding-bottom:2px;
	margin:0 0px 5px 10px;
	font-size:110%;
	color:#000;
	text-align:left;
	width:520px;
	overflow:hidden;
}

#top_news .news_line .news_date {
    color   : #222 ;
}

#top_news .news_line .news_title {
    color   : #222 ;
    margin-left : 20px ;
}

#goto_news {
    color   : #222 ;
    text-align  :right ;
    margin   : 5px 20px 5px 5px;
}

#news_detail {
    color   : #222 ;
    text-align  : left ;
    margin  : 10px 15px ;
}
#news_detail .news_title {
    color   : #222 ;
}


#footer {
	color:#999999;
	font-size:84%;
}
#footer a{
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:underline;
}

a:link{text-decoration: none; color: #333; }
a:visited{text-decoration: none; color: #333;}
a:hover{text-decoration: underline; color: #333;}
a:active{text-decoration: none; color: #333;}


