@charset "utf-8";


/* フォーマット　初期化
------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
	padding: 0;
	margin: 0;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
	line-height: 1.5;
	vertical-align: baseline;
}
html {
}

body {
	font-size: 16px;
	height: 100%;
	background: #f8fbf8 url(../images_common/bg_5.gif) repeat-x top;
}

* html body { 
  font-size: medium; /* IE 6 or sooner */
}
#page {
	background: url(../icon/sakurajima.gif) no-repeat fixed right bottom;
	clear: both;
	float: right;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear: both;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

hr {
}

img a {
	border: 0px none;
}

/* リンク　ベース
------------------------------*/
a img {
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}

/* レイアウト　ベース
------------------------------*/
#wrapper {
	clear: both;
	height: 100%;
	width: 800px;
	background: #FFFFFF;
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #7E7E99;
	border-left: 1px solid #7E7E99;
}
#wrapper2 {
	background: url(../image/bg3.png) repeat-y center;
	width: 820px;
	margin: 0px auto;
	padding: 0px;
}


#header {
	width: 800px;
	background: #FFFFFF url(../images_common/bg_header.gif) no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 20px;
	height: 48px;
}
#photo {
	margin: 0px;
	padding: 0px;
}



#navUtility {
	top: 10px;
	float: right;
	position: absolute;
	left: 302px;
}

#search {
	position: absolute;
	right: 0px;
	top: 5px;
}

#navGlobal {
	clear: both;
	width: 840px;
	border-top: 5px solid #69B203;
	padding-top: 10px;
}


#contents {
	width: 800px;
	clear: both;
	position: relative;
	background: #FFFFFF url(../image/bg_main.jpg) repeat-y;
	margin: 0px;
	padding: 0px 0px 50px;
}
#contents2 {
	width: 800px;
	clear: both;
	position: relative;
	background: #FFFFFF url(../image/bg_main2.jpg) repeat-y;
	margin: 0px;
	padding: 0px 0px 50px;
}

#main {
	float: right;
	width: 550px;
	padding-right: 20px;
	padding-left: 30px;
}
#main2 {
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
}


#pan {
	line-height: 2em;
	width: 90%;
	height: 2em;
	padding: 10px;
	text-align: right;
	float: right;
	margin-bottom: 10px;
}

#rightBar {
	float: left;
	width: 225px;
	left: -30px;
	position: absolute;
	background: url(../image/bg_leftBar.gif) no-repeat right bottom;
	top: -37px;
}

#footer {
	clear: both;
	background: #3B3B3B url(../image/footer.gif);
	border-top: 1px solid #CFD3D2;
	width: 800px;
	height: 100px;
	position: relative;
}

#footerNav {
	border-top: 1px;
	width: 840px;
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* フッター
------------------------------*/
#footer ul {
	margin-left: 30px;
	margin-top: 30px;
}
#footer ul li {
	display: inline;
	list-style: none;
	font-size: 0.8em;
	border-right: 1px solid #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
}

#footer ul li a {
	color: #FFFFFF;
}

#footer ul li a:hover {
	text-decoration: none;
}

address {
	font-size: 0.8em;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* 検索
------------------------------*/

#search form {

}

#search label{
}
				
#search input{
}

/* フォーム
------------------------------*/
#main form {
	margin-bottom: 25px;
}

#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}

#main form em {
	padding-left: 5px;
	color: #FF0000;
}

#main form textarea#comment {
	height: 120px;
	width: 300px;
	overflow: auto;
}

/* ハック　クリア
------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear {
	clear: both;
}
.noClear {
	clear: none;
}






/* パンクズ　ナビ
------------------------------*/

#navPan {
	margin-bottom: 20px;
	text-align: right;
	padding-right: 10px;
	clear: both;
	font-size: 0.8em;
	padding-top: 10px;
}

#navPan p {
	list-style: url(none) none;
	background: url(none);
}
#navPan a {
	padding-right: 1em;
	padding-left: 1em;

}
#navPan span {
	padding-left: 1em;
	color: #666666;

}
#navPan .arrow {
	padding-right: 1em;
	padding-left: 1em;
}

/* コンテンツ　Ｌサイズ用
------------------------------*/

#mainL {
    width: 790px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 30px;
}
#mainL  p {

}

