@charset "utf-8";
/* Init tags
================================================*/

* {
	margin:0;
	padding: 0;
}
 
table	{
	border-collapse:collapse;
}


body {
	font-size:12px;
	color:#666666;
	width:100%;
	line-height: 1.4em;
	background-color: #ffffff;
}

#float_clear {
	clear:both;
}

/* Link
================================================*/
a {
	text-decoration:underline;
	color:#4e4e4e;
}

a:hover {
	color:#c50000;
}

a:active {
	text-decoration:underline;
	color:#4e4e4e;
}

a img {
    border-style:none;
}

/*Text
================================================*/
.right_logo {
	text-align:right;
}

.center {
	text-align:center;
}


.red {
	color:#c50000;
}

.bold {
	font-weight: bold;
}

/*Header
================================================*/

#header {
	margin:0px auto;
	margin-bottom:1px;
	height:5px;
	width:100%;
	background-color:#c50000;
}


#header2 {
	margin:0px auto;
	height:58px;
	width:100%;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}

#header_area{
	margin:0px auto;
	height:58px;
	width:840px;
	text-align:left;
}


#header_area h1{
	height:47px;
	width:236px;
	float:left;
	padding:3px 0 0 0;
}

#t_menu{
	height:16px;
	width:189px;
	float:right;
}

#t_menu li {
	display:block;	
	list-style:none;
	margin:0px;
	float:right;
	height:16px;
}

#t_menu li a {   
    display:block;   
    text-decoration:none;   
    text-indent:-9999px;   
    height:16px;   
}   

#t_menu li.t_menu01 a {  
    width:116px; 
    background:url(../img/t_menu01.gif) left top no-repeat;  
}   

#t_menu li.t_menu02 a {  
    width:73px; 
    background:url(../img/t_menu02.gif) left top no-repeat;  
}   

#t_menu li a:hover {   
    background-position:right top;
}


/*Menu
================================================*/

#menu {
	margin:0px auto;
	width:100%;
	height:69px;
	background-image:url(../img/menu_bg.gif) ;
}

#menu ul {
	margin:0px auto;
	padding:0px;
	width:840px;
	height:50px;
}

#header_list li {
	display:block;	
	list-style:none;
	margin:0px;
	float:left;
	height:50px;
}

#header_list li a {   
    display:block;   
    text-decoration:none;   
    text-indent:-9999px;   
    height:50px;   
}   

#header_list li.menu01 a {  
    width:140px; 
    background:url(../img/menu01.gif) left top no-repeat;  
}   

#header_list li.menu02 a {   
    width:140px; 
    background:url(../img/menu02.gif) left top no-repeat;
}   

#header_list li.menu03 a {   
    width:140px; ; 
    background:url(../img/menu03.gif) left top no-repeat; 
}   

#header_list li.menu04 a {
    width:140px; 
    background:url(../img/menu04.gif) left top no-repeat;
}   

#header_list li.menu05 a {
    width:140px; 
    background:url(../img/menu05.gif) left top no-repeat;
}   

#header_list li.menu06 a {
    width:140px; 
    background:url(../img/menu06.gif) left top no-repeat;
}   

#header_list li a:hover {   
    background-position:right top;
}

/*Banner
================================================*/
#top_banner {
	margin:0px auto;
	width:100%;
	height:400px;
	background-color:#ffffff

}

#top_banner_area {
	margin:0 auto;
	width:840px;
	height:400px;
}

#top_banner02 {
	margin:0px auto;
	width:100%;
	height:80px;
	background-color:#ffffff
}

#top_banner_area02 {
	margin:0 auto;
	width:840px;
	height:80px;
}


#menu_bottom {
	margin:0px auto;
	width:100%;
	height:42px;
	background-image:url(../img/menu_bottom_bg.gif) ;
}


/*Breadcrumbs list
================================================*/

#breadcrumbs_list {
	margin:0px auto;
    padding: 4px 0 0 14px;
	height:22px;
	width:818px;
	font-size:10px;
    background: url(../img/red_arrow.gif) 0% 50% no-repeat;
}



/*Main
================================================*/

#main {
	margin:0px auto;
	height:100%;
	background-color:#ffffff;
}

#main_area {
	margin:0px auto;
	padding:4px 0;
	height:100%;
	width:850px;
	background:url(../img/bg.gif) repeat-y ;
}


/*Main Right
================================================*/

#right {
 	float:right;
	width:235px;
	margin:0 7px 0 0;
}

#side_link {
	margin:0 auto 2px auto;
	width:230px;
}

#side_link a:hover img{
	background-color:#ffffff;
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
}


/*Main Left
================================================*/

#left {
	float:left;
	width:602px;
	height:auto;
	margin:0 0 0 6px;
}

#left h3 {
	margin:0;
	height:37px;
	width:599px;
}

#left h4 {
	margin:4px auto 0 auto;
	padding:10px 0 0 18px;
	height:26px;
	width:574px;
    background: url(../img/h4_bg.gif) no-repeat;
	color:#353535;
	font-size:16px;
	font-weight:bold;
	font-family:"HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#text_area {
	margin:0;;
	height:100%;
	width:597px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}

#text_area .inner {
	padding:6px 8px;
}


#text_area_footer {
	margin:0 0 16px 0;
	height:3px;
	width:599px;
    background: url(../img/text_area_footer.gif) no-repeat;
}


#text_area .red_arrow{
    padding: 0 0 0 12px;
	margin:0 0 3px 0;
    background: url(../img/red_arrow.gif) 0% 50% no-repeat;
	color:#c50000;
	font-weight:bold;
}

#text_area .line01{
	margin:0 0 5px 0;
	height:4px;
	width:605px;
	border-bottom: 1px dotted #cccccc;
}

#text_area .news{
    padding:10px 15px;
	margin:0 0 0 0;
    background: url(../img/red_arrow.gif) 0% 50% no-repeat;
	width:550px;
	border-bottom: 1px dotted #cccccc;
}

#text_area .news02{
	margin:0 0 0 20px;
}

/*Contents
================================================*/
#contents{
	padding:6px 8px;
}

#contents .left{
	float:left;
	width:125px;
}

#contents .right{
	float:left;
	width:455px;
}

#contents .left02{
	float:left;
	width:455px;
}

#contents .right02{
	float:left;
	width:125px;
}




/* Contact
================================================*/

.center{
	text-align: center;
}

.info{
	margin:15px 0 0 0;
	width:580px;
	height:28px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: center;
	padding: 14px 0 0 0;
}

.form_title{text-align:LEFT;color:#aa0000;padding:10px;}
form#m-form {margin:0px auto;padding:0px;width:580px;font-size:12px;}
#m-form strong{color:#336699;}
#m-form .hissu{color:#ff3300;font-size:14px;}
#m-form .pan{color:#777777;padding:5px;text-align:center;background:#fafafa;border:1px solid #dddddd;;margin-bottom:5px;}
#m-form .send{text-align:center;padding:10px;}
#m-form .message{padding:10px;}
#m-form .info{color:#666666;}
#m-form table{
	margin: 8px 0 8px 0 ;
	width:580px;
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #cccccc;
	border-bottom: none;
	font-size: 12px;
}
#m-form th{
	background: #EEE url(../img/bg_th.gif) repeat-x 0% 0%;
	width: 130px;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align:left;
}
#m-form td{
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
	line-height: 1.6em;
}
#m-form th.top{border-top:1px solid #cccccc;}
#m-form td.top{border-top:1px solid #dddddd;}
#m-form textarea{width:98%;}

#m-form table.preview th{
	background: #EEE url(../img/bg_th.gif) repeat-x 0% 0%;
	width: 130px;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px;
}
#m-form table.preview td{
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
	line-height: 1.6em;
}
#m-form .error_message{border:1px solid #dd3300;background:#fee1e1;padding:10px;font-size:14px;color:#dd3300;}

/*Company
================================================*/
.sheet_c{
	margin:2px 0 ;
	width:580px;
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #cccccc;
	border-bottom: none;
	font-size: 12px;
}


.sheet_c th, .sheet_c td{
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
	line-height: 1.6em;
}

.sheet_c th{
	background: #EEE url(../img/bg_th.gif) repeat-x 0% 0%;
	width: 130px;
	font-weight: bold;
}

#text_area .red_arrow03{
    padding: 0 0 0 14px;
	margin:0 0 0 0;
    background: url(../img/red_arrow.gif) 0% 50% no-repeat;
}

/*Sitemap
================================================*/

#sitemap  {
	width:576px;
	padding:0 0 0 4px;
}

#sitemap li{
	padding:4px 0 0 10px;
	list-style-position: inside;
	list-style-type: square;
}

#sitemap .st{
	padding:0 0 0 10px;
}

/*Footer
================================================*/
#footer {
	margin:0px auto;
	height:38px;
	width:100%;
	font-size:10px;
    background: url(../img/footer_bg.gif);
	border-top: 5px solid #c50000;
}

#footer_area {
	margin:6px auto;
	height:26px;
	width:840px;
    background: url(../img/footer_bg02.gif);
}

#footer_menu {
	padding:2px;
	width: 836px;
	height: 18px;
	text-align: center;
}

#footer_menu ul{
	list-style-type: none;
	padding: 2px 0 0 0;
}

#footer_menu li{
	display: inline;
	padding :0 8px 0 10px;
    background: url(../img/red_arrow02.gif) 0% 50% no-repeat;
	text-align: center;
}

#footer_address {
	margin:0px auto;
	height:28px;
	width:100%;
	background:#000000;
}

address {
	margin:0 auto;
	padding:2px 0 0 0;
	width: 840px;
	color:#ffffff;
	text-align: center;

}


#contents07 table{
    margin: 20px auto;
	text-align:left;
	width:600px;
	font-size:14px;
}

#contents07 tr th, table tr td {
    margin: 0;
    padding: 10px 12px;
}

#contents07 tr th {
    font-weight: normal;
    text-align: left;
	text-indent:10px;
    width: 25%;
}

#contents07 tr td {
    border-bottom: 1px dashed #fff;
}

#contents07 .f01 {
	width:70%;
	padding:4px;
}

#contents07 .f02 {
	width:70%;
	padding:4px;
	margin:2px 0;
}

#contents07 .f03 {

	padding:4px;
}


