@charset "Shift_JIS";

/* HTML Tag
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(css_images/top_bg_body.gif) repeat-x;
	background-color: #fff;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック",Meiryo, Verdana, sans-serif;
}
a { text-decoration: none; }
a:link { color: #336; }
a:visited { color: #446; }
a:hover {
	text-decoration: underline;
	color: #669;
}


.clr {
clear:both;
}

img {
	vertical-align: bottom;
	border: none;
}

.center {
text-align:center;
}


/* ヘッダー
-------------------------------------------------- */
#header {
position:relative;
font-size: 80%;
height: 1%;
}


/* 上部 */
#header01 {
position:relative;
height:80px;
width:950px;
}

h1 {
position:absolute;
bottom:0;
left:10px;
}

ul.header01_navi {
list-style:none;
position:absolute;
bottom:3px;
right:0px;
}

ul.header01_navi li {
float:right;
margin-left:10px;
background: url(css_images/icon_arrow01.gif) no-repeat 0 50%;
padding-left: 14px;
}
ul.header01_navi li a {
color: #00a491;
}


/* 下部 */
#header02 {
background-color:#00af98;
padding: 7px 0;
}

ul.header02_navi {
list-style:none;
width:950px;
}

ul.header02_navi li {
float:right;
margin-left:10px;
background: url(css_images/icon_arrow02.gif) no-repeat 0 50%;
padding-left: 14px;
}
ul.header02_navi li a,
ul.header02_navi li a:visited,
ul.header02_navi li a:hover {
color: #fff;
}

/* セメタロー */
.top_cemetaroh {
position:absolute;
bottom: 0;
left:280px;
height: 89px;
width: 121px;
}



/* グローバルナビ
-------------------------------------------------- */
#glo {
}



/* 中ヘッダー
-------------------------------------------------- */
#jukyu_yotei {
background-color:#00af98;
margin-bottom:20px;
padding: 7px;
}
#jukyu_yotei p {
	width: 950px;
	color: #fff;
	font-weight: bold;
}


/* コンテンツ
-------------------------------------------------- */
#contents {
	position: relative;
	margin-bottom: 15px;
	padding: 0 470px 0 10px;
	min-width: 480px;
}

#content_left {
	width: 100%;
	min-width: 450px;
}

#content_right {
	position: absolute;
	top: 0;
	right: 10px;
	width: 446px;
}

ul#big_banner {
list-style:none;
float:left;
margin-right:10px;
}

ul#big_banner li {
margin-bottom:10px;
}

ul#small_banner {
list-style:none;
float:left;
}

ul#small_banner li {
margin-bottom:10px;
}


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

#footer{
border-top: 1px solid #00af98;
}

#footer p { width: 950px; }


/* Clear Fix
---------------------------------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	clear: both;
}
.clearfix { zoom: 1; }








.main {
	position: relative;
	height: 270px;
	background: url(css_images/top_bg_main.gif);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 262px;
}