/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}
html, body {
	background:#fff;
	color: #000;
	height:100%;
}
body {
	font:13px/1 Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	background:url(img/bodyBg.gif) repeat-x;
}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
img {
	border: 0;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol {
	text-indent:0;
}
ul li {
	list-style:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption {
	text-align:left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family:Verdana, Helvetica, sans-serif;
}
a:link {
	color: #666;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:active {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #044ea5;
	text-decoration:underline;
}
a {
	outline : 0;
}
a img{
	border : none;
}
/*------------------------------------------------------------------------
2.全体枠
------------------------------------------------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#header {
	height:132px;
	width:900px;
	position:relative;
	background:url(image/headerBg.jpg) no-repeat;
}
/*@h1（ヘッダー）
--------------------------------------------------------*/
/*@ul（ヘッダー）
--------------------------------------------------------*/
#header ul{
	position:absolute;
	top:10px;
	left:533px;
	width:303px;
	height:25px;
}
#header ul li{
	width:100px;
	height:25px;
	float:left;
	margin-right:1px;
	text-indent:-9999px;
}
#header ul li a{
	display:block;
	width:100px;
	height:25px;
	border:none;
}
/*------------------------------------------------------------------------
4.メイン
------------------------------------------------------------------------*/
#main{
	width:898px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:hidden;
	background:#fff;
}
#main #photobox{
	width:800px;
	margin:20px 50px 20px 50px;
}

/*------------------------------------------------------------------------
TOPナビボタン
------------------------------------------------------------------------*/
#main div.navibtn{
	width:619px;
	margin:30px 150px 50px;
	overflow:hidden;
}
#main div.navibtn p.ledbtn01{
	background:url(image/led_btn01.jpg) no-repeat;
	width:200px;
	height:38px;
	line-height:38px;
	text-indent:-9999px;
	float:left;
}
#main div.navibtn p.ledbtn01 a{
	background:url(image/led_btn01.jpg) 0 -38px no-repeat;
	display:block;
	width:200px;
	height:38px;
	border:none;
}
#main div.navibtn p.ledbtn01 a:hover{
	background:none;
}
#main div.navibtn p.ledbtn02{
	background:url(image/led_btn02.jpg) no-repeat;
	width:200px;
	height:38px;
	line-height:38px;
	text-indent:-9999px;
	float:left;
	margin-left:10px;
}
#main div.navibtn p.ledbtn02 a{
	background:url(image/led_btn02.jpg) 0 -38px no-repeat;
	display:block;
	width:200px;
	height:38px;
	border:none;
}
#main div.navibtn p.ledbtn02 a:hover{
	background:none;
}
#main div.navibtn p.ledbtn03{
	background:url(image/led_btn03.jpg) no-repeat;
	width:200px;
	height:38px;
	line-height:38px;
	text-indent:-9999px;
	float:right;
}
#main div.navibtn p.ledbtn03 a{
	background:url(image/led_btn03.jpg) 0 -38px no-repeat;
	display:block;
	width:200px;
	height:38px;
	border:none;
}
#main div.navibtn p.ledbtn03 a:hover{
	background:none;
}
/*@h1（メイン）
--------------------------------------------------------*/
#main h1{
	background:url(image/h1_bg.jpg) no-repeat;
	width:860px;
	height:43px;
	line-height:43px;
	padding-bottom:7px;
	margin:20px;
	font-size:18px;
	text-indent:40px;
}
/*@h2（メイン）
--------------------------------------------------------*/
#main h2{
	background:url(image/h2_bg.jpg) no-repeat;
	width:840px;
	height:30px;
	line-height:30px;
	margin:20px 30px 20px 30px;
	font-size:16px;
	text-indent:30px;
	font-weight:bold;
	color:#147212;
}
#main h2.cocotan{
	background:url(image/h3cocotan.jpg) no-repeat;
	width:840px;
	height:100px;
	line-height:100px;
	margin:20px 20px 20px 40px;
	text-indent:-9999px;
}
/*@p（メイン）
--------------------------------------------------------*/
#main p.photobox{
	width:800px;
	margin:30px 50px 50px 50px;
	text-align:center;
}
#main p.toTop{
	background:url(image/arrow02.gif) left center no-repeat;
	padding-left:25px;
	margin:30px auto 20px 700px;
	font-size:14px;
	line-height:1.5em;
}
#main p.toTop a{
	color:#007146;
}
/*------------------------------------------------------------------------
5.フッター
------------------------------------------------------------------------*/
#footer{
	width:900px;
	height:29px;
	background:url(image/footer_bg.jpg) no-repeat;
}
#footer p{
	width:900px;
	height:29px;
	color:#fff;
	line-height:29px;
	text-indent:30px;
}