@charset "shift_jis";

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FAEBD7 url(../images/bg.jpg) repeat center top;	/*背景色、背景リピート*/
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #ad2943;
}
a:hover {
	color: #667d00;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 980px;	/*コンテナー幅*/
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #fff;	/*背景色*/
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 300px;	/*ヘッダーの高さ*/
	position: relative;
	background: url(../images/header-wbg.jpg) no-repeat;	/*背景画像の読み込み＆リピートしない*/
}

/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;			/*文字サイズ*/
	color: #535353;			/*文字色*/
	font-weight: normal;	/*デフォルトの太字を標準に*/
	position: absolute;
	line-height: 20px;
	right: 210px;		/*ヘッダーブロックに対して右から10pxの位置に配置。*/
	bottom: 20px;	/*ヘッダーブロックに対して下から0pxの位置に配置。*/
}



/*メインメニューの下ボーダーカラー
---------------------------------------------------------------------------*/
 ul#menu {
	border-bottom: 10px solid #e7ded4;
}


/*コンテンツ（メイン、サイド、フッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右にまわりこませる*/
	width: 720px;	/*メインコンテンツ幅*/
	padding: 5px;
	background-color: #fff;	/*背景色*/
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;
	color: #535353;	/*文字色*/
	clear: both;
	width: 710px;
	line-height: 112px;
	height: 102px;
	padding-left: 100px;
	background: url(../images/title_bg.jpg) no-repeat;	/*背景画像の読み込み*/
}



/*段落タグの余白設定*/
#main p {
	padding: 0.5em 40px 1em;	/*左から、上、左右、下への余白*/
}



/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左にまわりこませる*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}

/*h3見出しタグ設定*/
#sub h3 {
	font-size: 100%;
	background: #f39800;	/*背景色*/
	padding: 5px 10px;		/*左から上下、左右への余白*/
	color: #FFF;			/*文字色*/

}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}





/*メインコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background-color: #fff5d7;	/*背景色*/
	padding: 3px;				/*ボックス内の余白*/
	margin-bottom: 1em;
	color: #535353;				/*文字色*/
}
/*box1内のh3タグ設定*/
#sub .box1 h3 {
	background-color: #b98c60;	/*背景色サブメニュー*/
	color: #fff;				/*文字色*/

}
/*box1内にリンクを貼った場合の文字色*/
#sub .box1 a {
	color: #FFF;
text-decoration: none;
}

#sub .box1 a:hover {
	color: #e954b6;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu a {
	color: #535353;	/*文字色*/
	text-decoration: none;
	display: block;
	width: 215px;
	padding: 5px;
	border-bottom: 1px solid #c9bc9c;	/*下線の幅、線種、色*/
}
#sub ul.submenu li a:hover {
	color: #e954b6;				/*マウスオン時の文字色*/
	background-color: #fffef1;	/*マウスオン時の背景色*/
}

/*フッター
---------------------------------------------------------------------------*/
div#footer	{background-image: url(../images/footer.jpg) ;
	background-repeat: repeat-x;
	width: 920px;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

