﻿/* CSS Document */
html{
    height:100%;
}

body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,div,table {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style:none;
}

body {
	height:100%;
	font-size:75%;
	line-height:150%;
	color:#666666;
	background-color: #F2F2F2 !important;
	background-image: none !important;
}

img {
	border:none;
}

.clear {
	clear: both;
	line-height:0;
	width: 100%; /* for IE6,7 */
}

a:link {
	color:#2DA6A8;
}
a:visited {
    color:#2DA6A8;
}
a:hover {
    color:#34BDBF;
}

/* 全体 */
* html div#container{
    height:100%;
}

#container{
	width:860px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 15px;
    position:relative;
    min-height: 100%;
}

body > #container {
      height: auto;
}

#left_area{
	width:650px;
	height:auto;
	float:left;
	margin-right:10px;
    padding-bottom:155px;
}

#right_area{
	width:200px;
	height:auto;
	float:left;
    padding-bottom:155px;
}

/* ヘッダ */
#header{
	width:860px;
	height:112px;
	border-top:4px #A72C29 solid;
}

#header a#logo{
	display:block;
	margin:5px 10px 5px 0;
	width:75px;
	float:left;
}
#header a#logo img{
	text-decoration:none;
}
#header h1{
	display:block;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	line-height:140%;
	margin:16px 0;
	float:left;
}
/*
#header h1{
	margin:5px 10px 5px 0;
	float:left;
}

#header p#catch{
	float:left;
	text-align:left;
	line-height:140%;
	margin:16px 0;
}
*/
#header div.header_right{
	width:422px;
	height:46px;
	margin:10px 0;
	float:right;
}

ul#assist_navi{
	width:287px;
	height:14px;
	margin:16px 0;
	float:left;
}

ul#assist_navi li{
	margin:0 0 0 9px;
	float:left;
}

#header p {
	text-align:right;
	margin-left20px;
}

/* グローバル */
ul#global_navi{
	width:860px;
	height:42px;
	clear:both;
}

ul#global_navi li{
	float:left;
}

/* フラッシュ */
div #flash{
	width:860px;
	height:250px;
	margin-bottom:15px;
}

/* コンテンツ */
h2{
	margin-bottom:15px;
}

p.detail{
	text-align:right;
	margin:5px 0 0 0;
}

div#about{
	width:650px;
	border-bottom:1px #999999 dotted;
	padding-bottom:12px;
	margin-bottom:15px;
}

div#about div.about_txt{
	width:450px;
	float:left;
	margin:0;
	padding:0 15px 0 10px;
	border-right:1px #D9D9D9 solid;
}

div#about p.toabout img{
	margin:0 0 5px 15px;
	padding:0;
}

h3{
	margin-bottom:10px;
}

div#event{
	width:320px;
	margin:0 10px 20px 0;
	float:left;
}

dl dt{
	font-weight:bold;
}

div#news{
	width:320px;
	float:left;
	margin:0 0 20px 0;
}

div#sptopic{
	width:640px;
	height:auto;
	border:1px #D9D9D9 solid;
	padding:4px 4px 10px 4px;
	margin:0;
}

h4{
	margin:0 0 8px 0;
}
/*
div.spbody:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}*/
div.sptitle{
	padding:0 10px;
}

h5{
	width:414px;
	font-weight:bold;
	font-size:120%;
	margin:0 0 3px 0;
}
/*
div.imagev{
	width:200px;
	padding:0 6px 0 0;
	float:right;
}*/

/* 右エリア */
#right_area p img{
	margin-bottom:8px;
}

div#info{
	width:180px;
	border-left:1px #D9D9D9 solid;
	border-right:1px #D9D9D9 solid;
	border-bottom:1px #D9D9D9 solid;
	padding:0px 9px;
}

div#info dl dt{
	width:180px;
	border-top:1px #999999 dotted;
	padding:8px 0 0 0;
}

div#info dl dt.infotop{
	border:none;
}

div#info dl dd{
	padding:0 0 8px 0;
}

/* フッタ */
#footer{
	width:860px;
	height:155px;
	position:absolute;
	bottom:0px;
	text-align:right;
}

#footer div.pagetop img{
	margin:30px 10px 0 0;
	vertical-align:bottom;
}

#footer_menu{
	width:810px;
	height:34px;
	margin:0;
	padding:8px 25px;
	background-color:#F2F2F2;
	text-align:left;
	line-height:150%;
}

#copyright{
	width:810px;
	height:25px;
	margin:0;
	padding:15px 25px;
	background-color:#333333;
	text-align:left;
}

#copyright address{
	float:left;
}

#copyright small{
	float:right;
	line-height:25px;
	color:#CCCCCC;

}