/* CSS Document */

/*===== universal reset =====*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}
html{	font-size: 12px;
color: #333333;}

a img{	border:none;}
a{
	color: #8b0000;
}
a:hover{	color:#FF9900;
	text-decoration:underline;	}

img{ border:0;}

table,div{
	margin:auto;
	}

body {
    font-size: 12px; 
	 color: #444444;
	 	text-align:center;
		background-image: url(img/bg_body.gif);
		background-attachment: fixed;
}

.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

#bg{
	width: 840px;
	background: url(img/bg_con.png) repeat-y;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}
#container{
	width:800px;
	margin:auto;
	text-align:left;
	}
#head{}

#navi{
	height: 42px;
	zoom: 100%;
	width: 800px;
}
#navi:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#navi ul *{
	list-style-type:none;
	display:block;}	
#navi ul li{
	height:34px;
	position:relative;
	float:left;
	}
#navi ul li a{
	height:34px;
	text-align:center;
	display: block;
		text-decoration:none;

	}
#navi ul li a:hover{
	text-decoration:none;
	}


#navi ul li.a01 a{
	background: url(img/menu/a01.gif) no-repeat;
	width: 100px;
}
#navi ul li.a02 a{
	background: url(img/menu/a02.gif) no-repeat;
		width: 160px;
}
#navi ul li.a03 a{
	background: url(img/menu/a03.gif) no-repeat;
		width: 110px;
}
#navi ul li.a04 a{
	background: url(img/menu/a04.gif) no-repeat;
		width: 110px;
}
#navi ul li.a05 a{
	background: url(img/menu/a06.gif) no-repeat;
		width: 110px;
}
#navi ul li.a01 a:hover,
#navi ul li.a02 a:hover,
#navi ul li.a03 a:hover,
#navi ul li.a04 a:hover,
#navi ul li.a05 a:hover{
	background-position: 0px -36px;
}

#mobileQR{
	position: relative;
	top: 70px;
	float: right;
	padding-right: 10px;
}


/*メインイメージ*/
#main_image{
	clear:both;
	text-align: center;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	margin:10px auto 0px auto;
	padding-bottom: 20px;
	clear:left;
	zoom:100%;
	}
	
#banner{
	border: 1px dotted silver;
	min-width: 780px;
	background-color: white;
	padding: 4px;
	text-align: center;
	clear: both;
}
#banner img{
	margin-right: 4px;
}
#foot{
	width:840px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

/***トップ***/

#topinfo{
	width: 800px;
	height: 52px;
	background-image: url(img/top/bg_topinfo.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#topinfo p{
font-size: 11pt;
font-weight: bold;
line-height: 60px;
padding-left: 70px;

}

#box{
margin: 20px auto;
width: 780px;}

div#box:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
	
		/***左ショルダー**/
		
#box #left{
	float:left;
	width:200px;
	margin:0 0 0 0;
	}
#box #left p{
	margin:8px 0 0 0;
	line-height:160%;
	}	

	#menubox{
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-y;

	}	
#menubox ul{
margin-left: 12px;
list-style: none;

	}	
#menubox ul li{
	margin: 15px auto;
			background-image: url(img/pt_menu.gif);
		background-repeat: no-repeat;
		padding-left: 22px;

		/*** メイン*/
	}	
#box #right{
	float:right;
	width:540px;
	margin:0 0 0 30px;
	}
#box #right h3{
margin-bottom: 26px;

	}

#main{
	
}	

#main h4{
	font-size:120%;
	font-weight: bold;
	color: #8b0000;
}
#main p{
	margin: 6px auto 16px auto;
	line-height: 20px;
	color: #764e2d;
	font-size: 11pt;
}


div.story{
	border: 1px dotted #cc0000;
	padding-bottom: 20px;
}
.story p{
width: 480px;
font-size: 12px;
}

img.panel{
		border: 1px dotted silver;
		margin-bottom: 12px;
}

div.mojimoji{
	height:47px;
	
}

div.mojimoji a{
	width:800px;
	height:38px;
	background: url(img/top/main_back.gif);
	display:block;
}
div.mojimoji a:hover{
	background-position: 0px -40px;
}