/* CSS Document */
html,body {
	height: 100%;
}

*  { 
	padding : 0px ; margin : 0px ; 
}

body {
	background: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px/22px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}

h1 {
	font-size: 11px;
}
h2 {
	font-size: 10px;
}
h3 {
	font-size: 10px;
}

img{
	border: 0px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style-type: none;
}



/****** コンテナ ******/
#container {
	text-align: center;
	width: 850px;
	min-height: 100%;
	margin: 0px auto auto;
	line-height: normal;
	background-color: #efe8cf
}

/****** ラッパー ******/
#wrapper {
	width: 850px;
	margin: 0px auto auto;
	padding: 0px;
}
#back1 {
	background-image: url(image/back_wood.jpg) ;
	background-repeat: no-repeat;
	text-align: right;
	width: 850px;
	height: 30px;
	padding-top: 15px;
	padding-right: 15px;
} 
#back2 {
	background-image: url(image/back_wood.jpg) ;
	background-repeat: no-repeat;
	width: 850px;
	height: 100px;
} 
#kadomaru01 {
	width: 810px;
	margin: 20px auto auto;
}
.siroji {
	background-color: #ffffff; 
	width: 810px;
	margin: 0px auto auto;
	padding-bottom: 5px;
}
#wrap2 {
	text-align: center;
	width: 770px;
	margin: 0px auto auto;
	line-height: normal;
}

/****** ヘッダ ******/
#head {
	background-image: url(image/title.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 63px;
	margin: 0px auto auto;
	padding: 0px;
} 
#headA { 
	width: 400px;
	height: 40px;
	margin: 0px;
	float:left;
	text-align: left;
}
#headB { 
	width: 200px;
	height: 35px;
	margin: 0px;
	padding-top: 25px;
	float:right;
	text-align: right;
}

#head a:link {
	text-decoration: none;
	color: #333333;
}
#head a:visited {
	text-decoration: none;
	color: #333333;
}
#head a:hover {
	text-decoration: underline;
	color: #999999;
}
#head a:active {
	text-decoration: none;
	color: #333333;
}


/****** メニューバー ******/
#menubar {
	width: 770px;
	height: 25px;
	margin: 0px auto auto;
	background-image: url(image/mn_back.png);
	background-repeat: repeat-x;  
	font-size: 16px;
	text-align: center;
	padding: 0px;
	color: #ffffff;
}
#menubar li {
	list-style-type:none;
	float:left;
}
#menubar  a:link {
	text-decoration: none;
	color: #ffffff;
}
#menubar  a:visited {
	text-decoration: none;
	color: #ffffff;
}
#menubar  a:hover {
	text-decoration: none;
	color: #66cccc;
}
#menubar  a:active {
	text-decoration: none;
	color: #ffffff;
}


/****** メインボックス ******/
#main {
	width: 770px;
	height: 100%;
	margin: 0px;
	padding-bottom: 5px;
}

/****** サイドメニュー ******/
#sidemenu {
	width: 211px;
	margin: 0px;
	padding-bottom: 5px;
	float: left;
}
#whatsnew {
	width: 205px;
	height: 220px;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;	
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	overflow: auto;
}
#whatsnew a:link {
	font: 11px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	color: #009966;
}
#whatsnew a:hover {
	font: 11px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #66cccc;
	text-decoration: underline;
}
.sidemenuA {
	width: 206px;
	margin: 0px;
	padding-bottom: 10px;
	font: 12px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.sidemenuB {
	width: 185px;
	margin: 0px;
	padding: 3px 5px 3px 3px;
	font: 13px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;	
	border-top: 1px solid #000000;
}
.sidemenuC {
	width: 185px;
	margin: 0px;
	padding: 3px 5px 3px 3px;
	font: 13px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.sidemenuD {
	width: 190px;
	margin: 0px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font: 12px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/****** コンテンツ ******/
#contents {
	width: 550px;
	margin: 0px;
	float: right;
	padding: 0px;
}

#contentsA {
	width: 550px;
	height: 270px;
	padding-top: 15px;
	padding-bottom: 0px;
	float: right;
}


.text {
	width: 500px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
}
.pack1 {
	width: 500px;
	background-color: #ffffcc;
	border: 3px dashed #4dcc99;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font: 13px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}

/****** フッタ ******/
#footer {
	width: 810px;
	height: 15px;
	margin: 20px auto auto;
	padding: 0px 0px 15px 0px;
}

.footer2 {
	width: 250px;
	font: 11px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
	float: left;
}

#copy {
	width: 400px;
	font: 11px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: right;
	float: right;
}


#footer a:link {
	text-decoration: none;
	color: #333333;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
	color: #333333;
}



.komidasi {
	font: large/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 15px;
	padding-top: 15px;
}

.honbun {
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
	padding-left: 15px;
	padding-right: 5px;
}
.newstittle {
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	text-align: left;
}
.aisatu {
	font: 12px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 10px;
}
.aisatumidasi {
	font: 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	padding-top: 30px;
}
.hyoumidasi {
	font: 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-top: 20px;
}
.privacy {
	font: 12px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 10px;
}
#toiawase {
	background: #CCCCCC;
	padding: 5px 10px;
	width: 475px;
}
#ogform {
	background: #666666;
	height: 20px;
	width: 240px;
	padding: 5px 3px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.text13 {
	font: 13px/19px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
.text14 {
	font: 14px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}


#sitemap {
	margin-top: 30px;
	margin-left: 60px;
	font: 13px/1.1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


