﻿@charset "utf-8";

/*  Universal setting
----------------------------------------- */

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	overflow-y:scroll;
}

body {
	text-align: center;
	font-size: 90%;
}

h1, h2, h3, h4 ,h5, h6 {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

/*  コンテナ関連
----------------------------------------- */
#container {
	text-align: left;
	margin:0 auto;
	background-color:#E4E6E3;
	font-family: arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", HiraKakuPro-W3, verdana, sans-serif;
	font-size:95%;
	color:#000000;
	width:800px;
}

h2{
	margin:0px;
	padding:5px 5px 0px 5px;
	font-family:HGP行書体;
}

h3{
	font-size:large;
	font-family:HGP行書体;
}




/*  header関連
----------------------------------------- */
#header {
	background-position:center top;
	background-image:url(img/tittle.png);
	height:160px;
	width:800px;
	color: #FFFFFF;
} 

#header h1 {
	margin-top:1px;
	margin-left:5px;
}


#catch {
	text-align:right;
	margin-top:-90px;
}

#lead {
	color:#000000;
	line-height:120%;
	padding:13px 0 0 8px;
	margin-top:65px;
	margin-left:10px;
}




/*  rightnavi関連
----------------------------------------- */
#rightnavi {
	float:right;
	width:185px;
/*	background-image:url(img/back.jpg); 
	background-repeat:no-repeat;
	background-position:center bottom; */
	
}

#rightnavibox{
/*	border-top:1px solid #fff;*/
	padding:4px 18px 0 0;
}

#biket{
	text-align:left;
	margin:0 1px 10px 1px;
	padding-top:14px;
}

/* 新メニューボックス */
.menu{
	border:1px solid #556B2F;
	width:140px;
	font-weight:bold;
	padding:3px;
	background:url(img/nami02.gif) repeat #fff 0% 100%;
}

.menu a:hover {
	width:100%;
	font-size:small;
	color:#000;
	display:block;
	font-weight:nomal;
	text-decoration:none;
	border:1px solid #556B2F;
	margin:6px 0px 6px 0px;
	text-align:left;
	text-indent:5px;
	padding:3px 0px;
	background-image:url(img/nami03.gif);
	background-color:transparent;
}

.menu a {
	width:140px;
	font-size:small;
	color:#000;
	display:block;
	font-weight:nomal;
	text-decoration:none;
	border:1px solid #556B2F;
	margin:6px 0px 6px 0px;
	text-align:left;
	text-indent:5px;
	padding:3px 0px;
	background-color:transparent;
}

.menu ul {
	margin:0px;
	padding:0px;
	width:140px;
	display:inline;
	list-style-type:none;
}

.menu li {
	margin:0;
	padding:0px;
	width:140px;
	display:inline;
}



/*  contents関連
----------------------------------------- */
  /* ぱんくず */
.pan{
	border-top:1px dotted #CCCCCC;
	margin-top:1px;
	margin-left:6px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:2px;
	font-size:12px;
	width:90%;
} 

div #contents {
	float:left;
	margin:0;
	background-color:#fff;
	width:600px;
}

div #contentsbox{
	padding:1em;
	border:1px solid #fff;
}

/*トップページコピー用*/
div#copy {
	background:#FFFFFF url(img/copy_02.gif) no-repeat top left;
}

div#copy h2 {
	font-size:10px;
	text-indent:-9999px;
	height:62px;
}

div#copy p {
	margin-bottom:15px;
	line-height:140%;
	width:550px;
}

div .contentstext h2{
	color:#FF0000;
	margin-bottom:2px;
	border-bottom-color:#006400;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

div .contentstext p, div#copy p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:140%;
	width:550px;
}

div .contentstext h3{
	color:#FF0000;
	margin-bottom:10px;
	border-bottom-color:#006400;
	border-bottom-width:1px;
	border-bottom-style:solid;
	width:550px;
}

/*  アドセンス関連
----------------------------------------- */
/*ヘッダーアドリンク用*/
div.adsH{
	padding:4px 0 4px 0;
	background:#FFFFFF;
}

/*フッターーアドセンス用*/
div.adsF{
	padding-bottom:5px;
}

/*  footer関連
----------------------------------------- */
#footer {
	clear:both;
	text-align:center;
	color:#fff;
	background-color:#3CB371;
} 

#kaitori_form table { 
	background-image: url(img/makimono03.jpg);
	background-repeat: no-repeat;
	width: 540px;
	height: 180px;
	border: 0;
	bgcolor: #000000;
	margin-bottom: 20px;
	line-height: 25px;
}
select { width: 120px; }
