/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
	border:0;
	line-height: 0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
body {
    *font-size:small;
    *font:x-small;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #f8f4ed;
}
table {
    font-size:inherit;
    font:100%;
}
* {
	zoom:1;
}
*{ letter-spacing:0 }
.layout_header{
display: none;
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*containerのスタイル*/

/*containerのスタイル*/

#container{
	width:1010px;
	text-align:center;
	font-size:12px;
	color:#666666;
	background:url(../commonimg/bg.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#container2{
	width:1000px;
	text-align:center;
	margin:0px auto;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
}
/* ヘッダーナビ
----------------------------------------------- */
div#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 131px;
	position: relative;
}
#logo_area {
	float: left;
	text-align: left;
	height: 80px;
	margin-top: 7px;
	display: inline;
	margin-left: 14px;
	width: 400px;
}

#logo_area h1 {
	color: #333;
	float: left;
	padding-top: 60px;
	display: inline;	
}
#logo_area p {
	height: 80px;
	width: 140px;
	float: left;
}
#logo_area h1 span {
    display: none; /* テキストロゴ非表示 */
}

.tmenu {
	float: right;
	display: inline;
	padding: 0px;
	overflow: hidden;
	width: 237px;
	margin-top: 13px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tmenu ul li {
	float: left;
	margin-top: 4px;
}
.tmenu ul .end {
	float: right;
}



#navi2 {
	clear: both;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 92px;
}
#navi2 li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
/* ==============================================
 フッター
=============================================== */
#footer_wrap {
	width: 100%;
	background-color: #836546;
	clear: both;
	color: #FFF;
	text-align: center;
}
#pagetop {
    padding-top: 100px;
    background: none;
}


#footer {
	padding-top: 5px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer #f_menu {
	text-align: right;
	width: 100%;
}
#footer #f_menu ul li {
	font-size: 85%;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer #f_menu ul .f_menu_end {
	border-left-style: none;
}
#footer #f_menu ul li a {
	color: #FFF;
	text-decoration: underline;
}
#footer .map1 {
	margin-top: 20px;
	float: left;
	width: 140px;
	margin-bottom: 20px;
	font-size: 85%;
	color: #FFF;
}
#footer .map1 dl dd ul li {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 5px;
	padding-left: 5px;
}
#footer .map1 dl {
	margin-bottom: 5px;
}
#footer .map1 dl .map_line {
	margin-left: 3px;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer .map1 dl dd ul li a,
 #footer .map1 dl .map_line a {
	color: #FFF;
	text-decoration: underline;
}


#copyright {
	width: 100%;
	text-align: center;
	font-size: 97%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* ==============================================
 パンくずリスト
=============================================== */ 
#topicPath_01 {
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: 760px;
} 
#topicPath_01 li {  
        display:inline;  
        line-height:110%;  
        list-style-type:none;  
}  
#topicPath_01 li a {
	padding-right:10px;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666;
	text-decoration: none;
} 
 
#topicPath_01 li a:hover {
	color: #F30;
} 
#topicPath_02 {
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 760px;
} 
#topicPath_02 li {  
        display:inline;  
        line-height:110%;  
        list-style-type:none;  
}  
#topicPath_02 li a {
	padding-right:10px;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666;
	text-decoration: none;
} 
 
#topicPath_02 li a:hover {
	color: #F30;
} 

