@charset "utf-8";

/*  ----------------------------------------------------  */
/*  共通class */
/*  ----------------------------------------------------  */

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	width:100%;
	color:#231815;
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS PGOTHIC", Osaka, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:170%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
}

body{
	background-color: #A00000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

@media only screen and (max-width:640px){
	body{
	background-color: #FFF;
	background-image: none;
	}
}

p, ul, li{
	font-size:12px;
}


textarea,input {
	padding:2px;
}


img {
	border: 0px;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-position: outside;
}

form {
	margin:0;
	padding:0;
}

th {
	font-size:12px;
}
td {
	font-size:12px;
}

div{
	display:block;
}


a:link ,
a:visited { 
	color:#7D0000;
	text-decoration: underline;	
}

a:active ,
a:hover {
	color:#7D0000;
	text-decoration: none;
}



object,
embed {
	vertical-align: top;
}

img { vertical-align: text-bottom; }

/*******
a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}

h1 a:hover img{
  opacity:1.0 !important;
  filter: alpha(opacity=100) !important;
}
*******/



/* コンテンツ 
--------------------------------------------------------*/
div#wrap {
	width:100%;
	margin: 0 auto 0 auto;
	margin:0px auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	zoom: 1;
}
body > div#wrap{     height:auto; }









/* ヘッダー 
-------------------------------------------*/



#header{
	width:800px;
	height:150px;
	padding:0px 0 0 0;
	margin:0 auto 0px auto;
	text-align:left;
}

#header h1{
	text-align: center;
	padding-top: 42px;
	padding-bottom: 40px;
}


/* グローバルメニュー
-------------------------------------------*/

#header #g_nav{
	width:570px;
	height:28px;
	overflow:hidden;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #g_nav ul {
	list-style-type: none;
	margin: 0px auto 0 auto;
	padding: 0;
	width:570px;
	height:28px;
	overflow:hidden;
}
#header #g_nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	height:28px;
	float:left;
	text-indent: -9999px;
}

#header #g_nav li a {
	display:block;
	overflow:hidden;
	text-align: left;
	height: 0 !important;
	height /**/: 28px;
	padding-top: 28px;
	background-image:url(../images/g_nav.gif); 
	background-repeat:no-repeat;
}	

/*通常時*/
#g_navi01 {
	background-position:0px 0px;
	width:82px;
}
#g_navi01 a {
	background-position:0px 0px;
	width:82px;
}
#g_navi01 a:hover { background-position: 0px -28px;}
#g_navi02 {
	background-position:-82px 0px;
	width:149px;
}
#g_navi02 a {
	background-position:-82px 0px;
	width:149px;
}
#g_navi02 a:hover { background-position: -82px -28px;}
#g_navi03 {
	background-position:-231px 0px;
	width:105px;
}
#g_navi03 a {
	background-position:-231px 0px;
	width:105px;
}
#g_navi03 a:hover { background-position: -231px -28px;}
#g_navi04 {
	background-position:-336px 0px;
	width:111px;
}
#g_navi04 a {
	background-position:-336px 0px;
	width:111px;
}
#g_navi04 a:hover { background-position: -336px -28px;}
#g_navi05 {
	background-position:-447px 0px;
	width:122px;
}
#g_navi05 a {
	background-position:-447px 0px;
	width:122px;
}
#g_navi05 a:hover { background-position: -447px -28px;}







/* contents 
-------------------------------------------*/

.contents{
	width:100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}







/* フッター 
---------------------------------------------------------*/

div#footer {
	width:100%;
	text-align:center;
	padding:0px;
	color:#333;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
div#footer .copy {
	padding-top: 63px;
}



/* ページTOP 
---------------------------------------------------------*/
.ptop{
	width:105px;
	float:right;
	
}


/*---------------------------------------------------------
 下層共通
---------------------------------------------------------*/

/* contents 
-------------------------------------------*/

.contents h3{
	margin-top: 52px;
	margin-bottom: 30px;
	text-align:left;
}


/* メインイメージ
--------------------------------------------*/
.in_mainimg{
	width:1000px;
	margin-bottom: 45px;
}
