/* ---------------------------------------

body ベース

----------------------------------------*/


	
body {
	margin:0px;
	padding:0px;
	background-color:#e3dec7;
	background-image:url(../images/back.png);
	color:#382b26;
	font-size:12px;
	font-family:ms pgothic;
	
	}
	
/* ---------------------------------------

h1設定

----------------------------------------*/
	
	
h1 {
	font-size:20px;
	color:#993600;
	font-family:ＭＳ Ｐ明朝;
	margin:0px;
	padding:15px 15px 5px 20px ;
	border-bottom:3px #f3ebd2 solid;
	background-color: white;
	background-image: url(../images/under_h1_back.png);
	background-attachment: scroll;
	background-position: left top;
	}
	
/* ---------------------------------------

h1の下の文字のの設定

----------------------------------------*/

#under_h1 {
	font-size:12px;
	font-family:ms ui gothic;
	margin:0px ;
	padding:7px 30px 6px 30px;
	border-top:1px #eae6db solid;
	border-bottom:1px #f3ebd2 solid;
	border-right:1px #f3ebd2 solid;
	background-color:white;
	background-image: url(../images/under_h1_back.png);
	}

/* ---------------------------------------

画像のボーダーの設定

----------------------------------------*/
	
img  {
	border:none;
	}
	
/* ---------------------------------------

リンクの設定

----------------------------------------*/

a {
	color:black;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}



/* ---------------------------------------

画面最上部のポーターの設定

----------------------------------------*/
#top_border {
	width:100%;
	margin:0px;
	padding:0px;
	background-color:red;
	border-bottom:2px #fdf49f solid;
	height:5px;
	}
	
	
/* ---------------------------------------

logoのdivの設定

----------------------------------------*/

#logo {
	margin:5px auto;
	padding:0px;
	width:782px;
	text-align:center;
	position:relative;
	top:8px; left:#;

	}



/* ---------------------------------------

body 真ん中のdivの設定

----------------------------------------*/

	
#wrap1 {
	background-color:#feffe1;
	background-image:url(../images/main_back.png);
	width:782px;
	margin:0px auto;
	text-align:center;
	}

/* ---------------------------------------

更新情報内のpタグの設定

----------------------------------------*/


#left .p_whats {
	margin:0px;
	padding:10px 20px 5px 30px;

	font-size:12px;
	font-weight:bold;
	}
hr {
	border:1px gray dotted;

	}
	
/* ---------------------------------------

告知内のpタグの設定

----------------------------------------*/

	
#p_kokuchi {
	margin:10px 30px 10px 5px;
	padding:0px;
	}
	
/* ---------------------------------------

footer内のpタグの設定

----------------------------------------*/
	
#p_footer_navi {
	font-size:10px;
	margin:5px 0px 10px 0px;
	padding:0px;
	}
#p_footer_navi a {
	color:#874d18;
	}
#p_footer_navi a:hover {
	text-decoration:none;
	}

/* ---------------------------------------

更新情報のdivの設定

----------------------------------------*/


#left {
	float:left;
	text-align:left;
	width:480px;
	margin:0px;
	padding:0px;
	}
#left p {
	margin:0px;
	padding:5px 20px 5px 30px;
	}
/* ---------------------------------------

告知のdivの設定

----------------------------------------*/

#right {
	float:left;
	text-align:left;
	font-family:ms ui gothic;
	}
.st {
	color:#665040;
	text-align:center;
	font-weight:bold;
	}
/* ---------------------------------------

上記のフロート指定の解除

----------------------------------------*/

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	}
/* ---------------------------------------

全html共通、ヘッダー下の中身のdivの設定

----------------------------------------*/
#nakami {
	margin:0px;
	padding:0px 40px 0px 40px;
	text-align:left;
	}