@charset "utf-8";
/* CSS Document */


/* ----- reset ----- */
html,body,h1,h2,ul,li,dl,dt,dd,p,object,a,caption{
	margin:0;
	padding:0;
}
ul,li{
	list-style-type:none;
}
p{
	margin:1em 0;
}
em{
	font-style:normal;
}
object, embed {  
	vertical-align: top;  
}  
/* ----- body ----- */
body{
	background: url(../images/common/body_bg.gif) no-repeat center top;
}

/* ----- anchor ----- */
a:link {
	color:#0044cc;
} 
a:visited {
	color:#0044cc;
} 
a:hover {
	color:#0044cc;
	text-decoration: none;
} 
a:active {
	color:#0044cc;
} 

/* ----- clearfix ----- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ----- container ----- */
#container{
	width:800px;
	margin: 0 auto 25px;
}

/* ----- header ----- */
#header{
	line-height: 0;
	height: 186px;
}
/* ----- global_menu ----- */
#global_menu{
	margin-top: 10px;
}
#global_menu li a{
	float: left;
	width: 160px;
	height: 50px;
	display: block;
	background: no-repeat center 0px;
	text-indent: -9999px;
}
li#gm_index a{background-image: url(../images/common/gm_index.gif);}
li#gm_message a{background-image: url(../images/common/gm_message.gif);}
li#gm_company a{background-image: url(../images/common/gm_company.gif);}
li#gm_link a{background-image: url(../images/common/gm_link.gif);}
li#gm_contact a{background-image: url(../images/common/gm_contact.gif);}
#global_menu li a:hover{background-position: center -50px;}
#global_menu li.now a{background-position: center -100px;}

/* ----- main ----- */
#main{
	border: #999999 1px solid;
	padding: 50px 100px;
	line-height: 1.5;
}

/* ----- index ----- */
#top_img{
	margin: 0 -26px 25px -26px ;
	border-bottom:#999999 1px solid;
}
#left{
	float: left;
	width: 500px;
}
#news td{
	border-bottom: #bbbbbb 1px solid;
}
#right{
	float: right;
}

/* ----- company ----- */
h1{
	margin: 0 -10px 25px -10px;
	padding-left: 10px;
	border-bottom: #4477cc 3px solid;
}

#category{
	margin: 0 0 5px 5px;
}
.info_box{
	border: #666 1px solid;
	padding: 25px;
}
.outline{
	width: 200px;
	float: right;
	margin: 0 0 2em 2em;
}
.address{
}
.contact{
	margin-top: 1em;
}
.info_box dt{
	font-weight: bold;
}
#photo{
	float: right;
}
#photo li{
	margin: 1.5em 0 1.5em 1.5em;
}
h2{
	margin: 1.5em 0 0.5em;
	border-left: #4477cc 5px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1em;
}

/* ----- contact ----- */
.must{
	color: #cc4400;	
}
.supplement{
	color: #666666;
	font-size: 75%;
}
#form dt{
	font-weight:bold;
}
#form dd{
	margin-bottom: 1em;
}
#form dt,form dd{
	border-left: #4477cc 1px solid;
	padding-left: 5px;
}
.error{
	color: #cc4400;
	font-style: italic;
}
/* ----- footer ----- */
#footer{
}
#footer_mark{
	float: left;
}
address{
	text-align: right;
	font-style: normal;
	color: #ffffff;
}