@charset "UTF-8";

*  {
    margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif ;
	font-size:100%;
	color:#1f3d26;
	}
	
body  {
    background-color:#f5f5dc;
	}

#wrapper {
    width:800px;
	margin:0 auto;
	background-color:#fff;
	}

p   {
    line-height:2em;
	font-size:100%;
	margin:5px 10px;
	text-indent:1em;
	}
#header {
    width:800px;
	background-color:#fff;
    height:65px;
	border-top:10px solid #1f3d26;
	}
/*ヘッダーナビ*/	
#header_navi {
	padding:5px 15px;
	text-align:right;
}	
#header_navi ul {
	text-align:right;
}
#header_navi li {
    list-style-type:none;
	font-size:60%;
	}
#header_navi a:link {
	color:#00F;
	text-decoration:none;
	}
#header_navi a:visited {
 	color:#1f3d26;
	text-decoration:none;
	}
#header_navi a:hover {
    color:orange;
	text-decoration:underline;
	}

h1  {
	text-indent:-9999px;
	color:#c00;
	}
#header_img{
	margin:0 0 0 0;
    height:220px;
	}


/*メイン＆ナビ*/
#global_navi {
	height:34px;
	}
#global_navi ul {
	width:800px;
	margin:0 auto;
	list-style:none;
	background-color:#990000;
	}
#global_navi li {
	width:198px;
	font-size:14px;
	line-height:34px;
	text-align:center;
	float:left;
	border:1px solid #1f3d26;
	background-image:url(images/navi_back.gif);
	background-repeat:repeat-x;
	/*border:2px outset #666;*/
	}
#global_navi a {
 display:block;
 }
#global_navi a:link {
	text-decoration:none;
	color:#00F;
	}
#global_navi a:visited {
	text-decoration:none;
	color:#1f3d26;
	}
#global_navi a:hover {
	text-decoration:underline;
	color:orange;
	background-image:url(images/navi_back.gif);
	background-position:0 0px;
	background-repeat:repeat-x;
	}	
	
/*メインコンテンツ*/	
#contner {
	clear:both;
    background-color:#fff;
	width:400px;
	float:left;
	}
	
#main_content {
	font-size:90%;
	margin:20px 10px 10px 10px;
	padding-left:5px;
	}
#main_content h2  {
	font-size:105%;
	color:#1f3d26;
	}
#main_content p  {
	font-size:100%;
	}
#main_content p.imgbox {
	float:right;
	margin:0 15px 30px 0;
	}	
#main_content li{
	margin:20px 10px 20px 30px;
	}	
#main_content li a:link {
	color:#00F;
	text-decoration:none;
	}
#main_content li a:visited {
 	color:#1f3d26;
	text-decoration:none;
	}
#main_content li a:hover {
    color:orange;
	text-decoration:underline;
	}

/*会社概要*/
#main_content ol.office {
	margin:20px 10px 20px 60px;
	border-left:8px solid #1f3d26;
	}	
/*免責事項*/
#main_content p.menseki {
	background-color:#CCC;
	}	


/*N＆T*/
#news_content {
	font-size:100%;
	width:800px;
	float:center;
	padding:10px 20px 0 0;
	}
#news_content h3 {
	margin:0 auto;
	height:1.5em;
	background-color:#1f3d26;
	line-height:1.5em;
	font-size:105%;
	color:#fff;
	font-weight:normal;
	padding-left:15px;
	}
#news_content ul {
	list-style-position:inside;
	font-size:90%;
	} 
#news_content li {
 	color:#1f3d26;
    margin:10px 5px 10px 20px;
	}

#sub01   {
	border-top:1px solid #1f3d26;
	width:800px;
	float:left;
	margin-top:18px;
	padding-bottom:20px;
	}
#sub01 p  {
	line-height:2em;
	font-size:70%;
	margin:5px 10px;
	}


/*一応*/
#sub01 h3 {
	margin:50px 5px 0;
	text-align:center;
	}
#sub02  {
	background-color:#F76933;
	width:200px;
	float:right;
	margin-top:8px;
	padding-bottom:80px;
	}
#sub02 p  {
	line-height:2em;
	font-size:70%;
	margin:5px 10px;
	color:#fff;
	}
#sub02 h3 {
	margin:60px 5px 0;
	text-align:center;
	color:#fff;
	}

	
/*フッターナビ*/		
#footer_navi {
    clear:both;
    height:20px;
	}	
#footer_navi ul {
	margin-left:auto;
	margin-right:auto;
	width:420px;
	}
#footer_navi li {
    list-style-type:none;
	width:140px;
	float:left;
	font-size:60%;
	text-align:center;
	line-height:20px;
	}
#footer_navi a:link {
    color:#333;
	text-decoration:none;
	}
#footer_navi a:visited {
    color:#333;
	text-decoration:none;
	}
#footer_navi a:hover {
    color:#c00;
	text-decoration:underline;
	}

/*フッター*/	
#footer {
	height:30px;
	border-bottom:10px solid #1f3d26;
	border-top:1px solid #ccc;
	clear:both;
	}
#footer address {
	font-style:normal;
	text-align:center;
	font-size:70%;
    line-height:30px;
	}
/*旧スタイル*/	
.m12{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	text-decoration: none;
}

