@charset "UTF-8";

/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../sozai/jpg/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #fedff2;

}

p.gazou { text-align: center; }

div.ctable { text-align: center; }
div.ctable table { margin: auto; text-align: left; }
#WRAP {
	width:780px;
	margin:0 auto;
	color:  #333333;
	background-color: #fffeff;

}

 div.main {
      float: right;
      width:580px;
   }

div.MENU {
      
      width:200px;
   }

div.submein {
      
      width:580px;
      text-align: center;
      padding: 5px 0px 0px 0px;
      margin: 7px 0px 0px 0px;
   }

 div.bunsyou {
      float: left;
      width:400px;
      margin: 0px 0px 40px 0px;
   }

div.adsensu {
      float: left;
      width:180px;
      text-align: center;
   }

div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}

/* ____ リンクテキスト ____ */
a {
	color: #344c72;
	text-decoration: underline;
}
a:visited {
	color: #941f5e;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #0000ff;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	
	background-color: #fedff2;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#MENU {
	width: 780px;
	height: 35px;
	float:left;
        padding: 0px;
}
.menu {
        text-align: center; width: 130px;
	float: left;
	margin: 5px 0 0 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:780px;
	float:left;
	background-color: #fefeff;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 0px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:580px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:15px;
        color: #ffffff;
	font-style: oblique;
        background: url(../sozai/jpg/hikarrii.jpg) no-repeat;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h3 {
	font-size:15px;
        color: #ffffff;
        font-style: oblique;
        background: url(../sozai/jpg/hikarrii.jpg) no-repeat;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
#nizyudai{ font: 170% bold ; color:white; }
#kakutenpo{ text-align: center; }
#apori1{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori2{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori3{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori4{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori5{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori6{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori7{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori8{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori9{ font-size: 130%; font-weight: bold; color: #8b0000; }
#apori10{ font-size: 130%; font-weight: bold; color: #8b0000; }

div#meritto {
	background-image: url(../sozai/jpg/bbra.jpg);
        padding: 20px;

}
div#aporinerru {
	background-image: url(../sozai/jpg/taiyou.jpg);
        padding: 20px;

}

div#F-MENU {
        padding: 42px 0 42px 0;
        background-image: url(../sozai/gif/uie.gif);
        text-align: center;
	
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../sozai/gif/ico_pagetop01.gif) no-repeat right center;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	color:  #333333;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
        background-image: url(../sozai/gif/saido.gif);
        padding: 0px 3px 0px 3px;
        margin: 12px 0px 0px 0px;
}
#SIDE h2 {
	font-size:17px;
        font-style: oblique;
	color: #804c06;
	line-height: 30px;
	text-align: center;
	background: url(../sozai/gif/moto2.gif) no-repeat;
	
	margin: 0;
	padding: 0;
}
.side {
	background: url(../sozai/gif/saido.gif) no-repeat;

        
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}

.side ol, ul {
	margin: 0;
	padding: 0;
}
.side li {
	margin: 0;
	list-style-type: none;
}

.cat01 li {
	margin: 0;
	padding: 0px 0 0px 0;
        
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 0px 15px;
        
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	
	margin: 0;
	background-position: 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../sozai/jpg/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #666666;
	background: url(../sozai/jpg/bg_body.jpg) repeat-y center top;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #344c72;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #0000ff;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
img.flo-l {
	float: left;
	margin-right: 6px;
}
img.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
#srchBox
{
width:580px;

margin-bottom:0px;
background-color:#fffeff;
border-style:solid;
border-width:1px;
border-color:#ffffff;
color:#000000;
text-align:center;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:0px 0px 0 0px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:450px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:80px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
padding-right:10px;
}
#srchBox li input
{
margin-right:2px;
vertical-align:middle;
border:0;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
