html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-size: 80%;
	background-color: white;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;
	color: #666666;
}

a {
	color: #a68955;
}
a:hover {
	color: #880c12;
}
a:visited {
	color: #636363;
}

/* ヘッダー */

div#header_area {
	background-repeat: repeat;
	background-image: url(../img/header_bg.gif);
	height: 82px;
	width: 100%;
}

div#header {
	margin-right: auto;
	margin-left: auto;
	height: 82px;
	width: 900px;
}


div#header a#logo {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/logo.gif);
	height: 70px;
	width: 435px;
	margin-top: 6px;
	text-indent: -10000px;
	overflow: hidden;
}

div#header_link {
	width: 200;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 52px;
	padding-top: 30px;
	float: right;
}

div#header_link ul#header_menu {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 80px;
	padding: 0px;
	display: block;
}

ul#header_menu li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	display: block;
	list-style-type: none;
	overflow: hidden;
}

ul#header_menu li img {
	vertical-align: top;
}

ul#header_menu li img a {
	text-decoration:none;
}

ul#header_menu li.last {
	margin-right: 0px;
}

/* メイン画像 */

div#imgArea{
	height:380px;
	overflow:hidden;
	position:relative;
	background-image: url(../img/main_img_bg.gif);
	background-repeat: repeat-x;
}

div#imgArea div{
	width:100%;
	height:380px;
	position:absolute;
	display:block;
	top:0;
	left:0;
	z-index:0;
	
}

div#main_photo{background:url(../img/main_img.jpg) no-repeat center 3px;}

* html div#imgArea div#main_photo{display:block;}


div#imgAreaShort{
	height:228px;
	overflow:hidden;
	background-image: url(../img/contents_img_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}

div#imgAreaShort div{
	width:100%;
	height:228px;
	position:absolute;
	display:block;
	top:0;
	left:0;
	z-index:0;
	
}

div#innerImg1{background:url(../greeting/img/main_img.jpg) no-repeat center 3px;}
div#innerImg2{background:url(../record/img/main_img.jpg) no-repeat center 3px;}
div#innerImg3{background:url(../link/img/main_img.jpg) no-repeat center 3px;}


/* メインメニュー */


div#mainnaviArea{
	height:72px;
	background:url(../img/global_menu_bg.png) repeat-x left top;
	position:relative;
	margin-top:-100px;
	padding-top:9px;
	z-index:3;
}

ul#mainNavi{
	width:900px;
	height:55px;
	background:url(../img/mainmenu.gif) no-repeat left -55px;
	margin:0 auto;
	padding:0;
}

ul#mainNavi li{
	height:55px;
	display:inline;
	float:left;
}

ul#mainNavi li a{
	display:block;
	height:55px;
	text-indent:-9999px;
}

ul#mainNavi li a:hover{background:none;}


li#mnBtn01 a{width:300px;background:url(../img/mainmenu.png) no-repeat 0px 0px;}
li#mnBtn02 a{width:300px;background:url(../img/mainmenu.png) no-repeat -300px 0px;}
li#mnBtn03 a{width:300px;background:url(../img/mainmenu.png) no-repeat -600px 0px;}


li#mnBtn01select a{width:300px;background:url(../img/mainmenu.png) no-repeat 0px 56px;}
li#mnBtn02select a{width:300px;background:url(../img/mainmenu.png) no-repeat 0px 56px;}
li#mnBtn03select a{width:300px;background:url(../img/mainmenu.png) no-repeat 0px 56px;}



/* コンテンツエリア */

div#contents_area{
	padding:30px 0 0;
	background-color: #FFFFFF;
	clear: both;
}

div#top_box,div#contents_box{
	width:900px;
	margin:0 auto;
}

div#top_box div#columnLine01{
	width:500px;
	padding-bottom:20px;
	float:left;
	background-color: #FFFFFF;
}

div#top_box div#columnLine01 p{
	line-height: 150%;
}

div#top_box div#columnLine02{
	width:360px;
	float:right;
}

div#contents_box div#columnLine03 p{
	line-height: 150%;
	font-size: 120%;
}

div#contents_box div#columnLine04 p{
	line-height: 150%;
	font-size: 120%;
}

div#contents_box div#columnLine04 h1{
	font-size: 135%;
	background-color: #CE1126;
	padding: 5px;
	color: #FFFFFF;
}


ul.record_list {
	margin: 0;
	padding: 0;
}

ul.record_list li {
	background: url(../img/icon1.gif) no-repeat left 3px;
	list-style-type: none;
	margin: 0 10px 15px 0;
	padding: 0 0 0 8px;
	display: block;
	color: #CCCCCC;
}


ul.record_list a {
	font-size: 120%;
}

.record_title {
	font-size: 120%;
	color: #666666;
}


/*  フッター */

div#footer_area{
	clear: both;
	margin:0px;
	padding:20px 0px 20px 0px;
	width:100%;
	background-color: #EEEDDD;
}

div#footer_box{
	width:900px;
	margin:0 auto;
	padding:0px;
}


ul#footNavi{
	padding:0px 0px 20px 0px;
	text-align:center;
	margin: 0px;
}

ul#footNavi li{
	padding:0px 12px 0px 10px;
	display:inline;
	margin: 0px;
}

address{
	float:left;
	font-style:normal;
}

p#copyRight{
	float:right;
}


div#pagetop_area {
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 900px;
	clear: both;
	margin-top: 30px;
}

a#pagetop_link {
	clear: both;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../img/pagetop_link.gif);
	padding: 0px;
	height: 20px;
	width: 100px;
	overflow: hidden;
}
a#pagetop_link:hover {
	background-position: -100px;
}

/* --------------------------------------
   =3.Clearfix
-------------------------------------- */

.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

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

/* @end */

