@charset "UTF-8";

/* ==========================================================================
   全体
   ========================================================================== */

html{
	margin : 0;
	padding : 0;
	height : 100%;
}

body{
	margin : 0;
	padding : 0;
	width : 100%;
	height : 100%;
	font-size : 100%;
	font-family : "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,verdana;
	text-align : center;
	background-color : #efefef;
}

h1,h2,h3,h4{
	font-weight : normal;
}

a,
a:link,
a:visited{
	color : #0000ff;
	text-decoration : none;
}

a:hover{
	color : #ff0000;
	text-decoration : underline;
}

a:active{}

p{
	padding : 0;
	margin : 0;
	font-size : 90%;
	line-height : 1.5;
	text-align : left;
	color : #333333;
}

strong{
	font-weight : normal;
	color : #000099;
}

img,
a img{
	padding : 0;
	margin : 0;
	border : 0px;
	text-decoration : none;
}

.clear{
	margin : 0;
	padding : 0;
	width : 100%;
	height : 0px;
	clear : both;
}



/* ==========================================================================
   基本設定
   ========================================================================== */

#container{
	margin : 0 auto -100px auto;
	padding : 0;
	width : 100%;
	min-width : 980px;
	min-height : 100%;
	height : auto;
}

#box{
	margin : 0 auto;
	padding : 0 0 140px 0;
	width : 980px;
	clear : both;
}

#contents{
	margin : 0 auto;
	padding : 0;
	width : 980px;
	clear : both;
}



/* ==========================================================================
   パン屑リスト
   ========================================================================== */

#pan{
	margin : 0;
	padding : 0;
	min-width : 980px;
	width : 100%;
	height : auto;
	background-color : #ffffff;
	clear : both;
}

#pan p{
	margin : 0 auto;
	padding : 10px 0;
	width : 980px;
	font-size : 80%;
	color : #555555;
	line-height : 20px;
	text-align : left;
}

#pan_in{
	margin : 0 auto;
	padding : 0;
	width : 980px;
}

#pan_in p{
	margin : 0;
	padding : 10px 0;
	width : 480px;
	text-align : left;
	float : left;
}



/* ==========================================================================
   フッター
   ========================================================================== */

#footer{
	margin : 0;
	padding : 0;
	min-width : 980px;
	width : 100%;
	height : 100px;
	background-color : #c9bc9c;
	bottom : 0;
	clear : both;
}

#footer_in{
	margin : 0 auto;
	padding : 0;
	width : 980px;
	height : 100px;
}

.footer_logo{
	margin : 20px 0 0 0;
	padding : 0;
	width : 280px;
	height : 60px;
	float : left;
}

.copy{
	margin : 20px 0 0 0;
	padding : 0;
	width : 600px;
	height : 60px;
	font-size : 80%;
	color : #555555;
	line-height : 60px;
	text-align : right;
	float : right;
}

.logo {
    display: none;
}

#header_in {height:auto !important;}
#header_in ul {
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto !important;
    float: right;
    list-style-type: none;
}

#header_in ul li:nth-child(-n+3) {
	display: none;
}

#header_in ul li {
    height: auto !important;
    font-size: 80%;
    line-height: 40px !important;
}
.navi_btn a, .navi_btn a:link, .navi_btn a:visited {
    height: auto !important;
}
#top_header ,#header {
height: auto !important;
}

