@charset "shift_jis";


body {
       scrollbar-base-color: #ff0000;
　　　　　 font-family: "メイリオ", "ＭＳ ゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Times New Roman",serif;
	font-size: 100%;		/*全般の文字サイズ*/
	line-height: 1.5;		/*全般の行間*/
	color: #000000;		/*全般の文字色*/
       background: #ffe4e1;
  background-attachment: fixed; 
       background-position:100% 100%;	/*壁紙と背景色。imagesフォルダに入っているbg.gifを横並び(repeat-x)で上部(top)に配置させる。*/
} 


 
	margin: 0px;
	padding: 0px;
	text-align: center;
}


h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #FFFFFF;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #000000;		/*リンク部分の文字色*/
            text-decoration: none;
}

a:hover {
	color: #FFFFFF;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/


#header h1 {
	font-size: 12px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 800px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 0px;	/*下のロゴ画像との余白*/
            color: #BDB76B;
}





/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 800px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
list-style-type: none;
text-align: right;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 12%; /* 項目の幅 */
float: right;
font-family: Times New Roman;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: none; /* テキストの下線（なし） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
            
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 50px;
            color: #BDB76B;
}


#main h4 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}


#main p {
	padding: 0em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
            color: #BDB76B;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

