@charset "utf-8";

/*///////////////////////////////////////////

                common.css

///////////////////////////////////////////*/

/*---- reset css ----*/
* {	margin: 0;	padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,p,th,td {	margin: 0;	padding: 0;	font-weight: normal;	font-size:100%;}
address,caption,dfn,em,strong,th {	font-style: normal;}	
body {	font-size: 13px;}
img	{	border: none;	vertical-align: bottom;}
li	{	list-style-type: none;}
table {	border-collapse: collapse;	border-spacing: 0;	font-size: 100%;}
/*-------------------*/
body {
	line-height: 1.4;
	color: #000000;
	background: #FFFFFF 0 0 repeat-x;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}

/*--- link ---*/
a { outline: none; }
a:link {	color: #454337;	text-decoration: underline;}
a:visited {	color: #b5b09f;	text-decoration: underline;}
a:hover {	color: #454337;	text-decoration: none;}
a:focus {	outline: none;}
a:active {	color: #d4cfa9;}

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

/*-----container--------------*/

#container {
	width: 791px;
	margin: 0 auto;
	background: #ffffff 0 0 repeat-x;
	border: #cccca5 solid 1px;
}

/*---hedder-----*/
#hedder {
	width: 791px;
	text-align: left;
}
#hedder .logo {
	width: 270px;
	float: left;
}
#hedder h1 {
	position: relative;
	width: 258px;
	height: 67px;
	margin: 0 0 0 0;
	background: url(../img/temp/logo1.gif) 0 0 no-repeat;
}
#hedder h1 a {
	display: block;
	width: 258px;
	height: 67px;
	text-indent: -9999px;
}
#hedder h1 dfn{
	position: absolute;
	top: 5px;
	left: 95px;
	font-size: 93%;
	line-height: 1.2;
	color: #ffffff;
	text-indent:-9999px;
}
#hedder .t_navi {
	width: 326px;
	float: right;
	padding: 0 0;
	text-align: right;
}

/*-----g_navi--------------*/

#g_navi {
	width: 791px;
	margin: 0 0 0 0;
	padding: 0 0;
}
/*#g_navi ul {	padding-left: 23px;}*/
#g_navi li {
	width: 99px;
	float: left;
}
/*#g_navi li.g01 {	width: 112px;}*/
#g_navi li.g07 {	width: 98px;}
#g_navi li a {
	display: block;
	width: 99px;
	height: 38px;
	text-indent: -9999px;
}
#g_navi li.g01 a {	width: 99px;	background: url(../img/temp/gnavi_01941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g02 a {	width: 99px;	background: url(../img/temp/gnavi_03941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g03 a {	width: 99px;	background: url(../img/temp/gnavi_04941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g04 a {	width: 99px;	background: url(../img/temp/gnavi_05941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g05 a {	width: 99px;	background: url(../img/temp/gnavi_06941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g06 a {	width: 99px;	background: url(../img/temp/gnavi_07941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g07 a {	width: 98px;	background: url(../img/temp/gnavi_08941f.gif?20140901) 0 0 no-repeat;}
#g_navi li.g08 a {	width: 99px;	background: url(../img/temp/gnavi_02941f.gif?20140901) 0 0 no-repeat;}
#g_navi li a:hover {	background-position: 0 -38px;}

/*--------contents----------*/
#contents {
	width: 791px;
	padding: 0 0;
	text-align: left;
	background: #ffffff;
}

/*--------footer-------------*/
#footer {
	width: 791px;
	height: 37px;
	color: #ffffff;
}
#footer .b_navi {
	padding: 10px 0 8px 23px;
	text-align: left;
	background: url(../img/temp/ber_bg.html) 0 0 repeat;
}
#footer .b_navi a {	color: #ffffff;}
#footer .cr {
	padding: 10px 3px 5px 0;
	text-align: right;
	color: #454337;
	font-size: 85%;
}


