@charset "shift_jis";


/*基本設定
----------------------------------------------------------------------------------------
■テキスト色は「body」内の「color: #afada3;」で設定できます。
■文字サイズは「font」内の75%部分です。pxなどの指定にしたいなら、12pxとかにしましょう。
　尚、HP右側はここで設定したサイズの90%になるように設定されています。
----------------------------------------------------------------------------------------*/
body         { color: #AFADA3; text-align: center; background-color: #FFFFFF; 
               background-image: url('images/bg2.jpg'); background-repeat: 
               repeat-x; background-attachment: scroll; font-style: normal; 
               font-variant: normal; font-weight: normal; line-height: 2; 
               font-size: 75%; font-family: Verdana; margin: 0px; padding: 0px; 
               background-position: top }
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

p {
	margin: 0.5em 15px 1em;
}



/*リンク設定
----------------------------------------------------------------------------------------
■aはリンクですよ〜という部分の設定。hoverはカーソルオーバー時の設定。
　下線を外したいなら、a項目内に「text-decoration: none;」を1行追加しましょう。
----------------------------------------------------------------------------------------*/
a            { color: #FF3399; font-family: Verdana }
a:hover {
	color: #454440;
}



/*コンテナー（HP枠の設定で特に変更不要）
----------------------------------------------------------------------------------------*/
#container {
	width: 730px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴとh1タグのテキストが入っているトップ部分）
----------------------------------------------------------------------------------------
■#headerの「text-align: center;」で中央寄せにしています。左寄せにしたいならcenterでなくleftに。
■#header h1がh1タグの設定部分。文字サイズを変更したいなら9px部分を変える。
　文字間隔が広がって見えると思いますが、この設定は「letter-spacing: 0.5em;」部分です。
　1文字ずつ0.5文字分の余白を空けていってるという意味です。広げたくないなら1行丸ごと削除。
----------------------------------------------------------------------------------------*/
#header      { text-align: center; background-image: url('images/logo.jpg'); 
               background-repeat: no-repeat; width: 730px; height: 83px; 
               　margin-top: 20px; margin-left: 0px; padding-top: 7px; 
               background-position: center 70% }
#header h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.5em;
	color: #d1cfc3;　
}



/*メニュー（変更しない）
----------------------------------------------------------------------------------------*/
.menu        { display: inline; width: 730px; height: 30px; overflow: hidden; position: 
               relative; bottom: 0; float: right; background-color: #B9EAB0; 
               background-position: right 50% }
.menu li     { text-align: center; font-size: 95%; float: right; text-decoration: none; 
               width: 142px; height: 30px; display: block; background-image: 
               url('images/contitle.gif'); border-left-style: solid; 
               border-left-color: #585858; margin-bottom: 1px; padding: 0px }
.menu a      { text-decoration: underline; 　width: 100%; display: block; font-family: 
               Verdana; font-size: 8pt; color: #638752; padding-left: 0; 
               padding-right: 0; padding-top: 0.5em; padding-bottom: 0.5em }
.menu a:hover { text-decoration: none; background-color: #FFFFFF; color: #FF0000; 
               border-left-style: solid; border-left-color: #F1709A }
               
               
          
               
               
               
/*コンテンツ（HPの左右のコンテンツ背景を設定しています。ここは変更しない）
----------------------------------------------------------------------------------------*/
#contents {
	background: #FFFFFF url(images/contents_bg.gif);
}

#tittle {background: url(images/main_img.jpg);
         width:720px; height:200px;}


/*メイン画像（HP枠との微調整部分。変更しない。）
----------------------------------------------------------------------------------------*/
#main-img {
	margin-left: 5px;
}



/*メインコンテンツ（左側コンテンツ。変更不要。）
----------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 480px;
	display: inline;
	margin-left: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
}

#main h2     { background-color: #B9EAB0; background-repeat: repeat; background-attachment: 
               scroll; text-align: left; letter-spacing: 0.5em; font-size: 
               12px; font-family: Verdana; color: #638752; 
               border: 1px dotted #789A4E; padding-left: 25px; 
               background-position: 0% 50% }
#main h3,h4 　  { font-size:12px; background-image: url('images/bg-h2.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               font-family: Verdana; color: #F1709A; margin-top: 0.5em; 
               padding-left: 25px; padding-right: 0; padding-top: 0.5em; 
               padding-bottom: 0.5em; background-position: 0% 50% }
               
 h4, h5, h6 { font-size: 120%; background-image: url('images/t-s.jpg'); background-repeat: 
               no-repeat; background-attachment: scroll; font-family: Verdana; 
               color: #CC7D66; padding-left: 25px; padding-right: 0; 
               padding-top: 1em; padding-bottom: 1em; background-position: 
               0 50% }
               
               
/*サブコンテンツ（右側コンテンツ。）
----------------------------------------------------------------------------------------
■#subの「font-size: 90%;」で、メインコンテンツより文字サイズが若干小さくなるよう設定しています。
　メインコンテンツと同じがいいなら1行丸ごと削除する。
■#sub h3　はサブコンテンツの見出し部分です。背景の白は「background: #FFFFFF;」で設定しています。
　中央寄せは「text-align: center;」で設定。文字間隔を「letter-spacing: 0.5em;」で少し広げています。
　枠のボーダーは「border: 1px dotted #d1d0c8;」部分。1pxの点線(dotted)を#d1d0c8の色で入れています。
　直線にしたいならdottedをsolidにする。
----------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 201px;
	display: inline;
	margin-right: 13px;
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 90%;
     }


.subpict01   { width: 171px; background-image: url('images/pict/rp-01.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               height: 45px; background-position: center }

#sub h3 {
	background: #FFFFFF;
	text-align: center;
	letter-spacing: 0.5em;
	border: 1px dotted #d1d0c8;
	font-size: 100%;
	font-weight: normal;
    }
    
.sub01 {
	background: #FFFFFF;
	text-align: left;
	letter-spacing: 0.5em;
	border: 1px dotted #d1d0c8;
	font-size: 90%;
	font-weight: normal;
    padding: 10px 15px 10px 15px;
    }    

/*広告表示
----------------------------------------------------------------------------------------*/
#wrapper2     { width: 730px; height: 580px;  background: #FFFFFF url(images/contents_bg.gif);}  

/*フッター（変更不要）
----------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: url(images/footer_bg.gif) no-repeat center;
	height: 45px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 10px;
}

#footer a    { font-family: Verdana; color: #638752 }


/*clearfix（変更しない）
----------------------------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }
/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */