/* リセット設定ここから */
body,div,h1,h2,h3,p,a,ul,li,img,table,tr,td {
	margin: 0;
	padding: 0;
	border: 0;
　　line-height: 1.0;
　　font-family:
　　　　"ヒラギノ角ゴ Pro W3",
　　　　"Hiragino Kaku Gothic Pro",
　　　　"Hiragino Kaku Gothic Pro W3",
　　　　"メイリオ",
　　　　Meiryo,
　　　　Osaka,
　　　　"ＭＳ Ｐゴシック",
　　　　"MS P Gothic",
　　　　sans-serif;
}
/* リセット設定ここまで */

	
/* 基本設定ここから */
body{
	width: 748px;
	height: auto;
	font-family: "メイリオ",
				 "Meiryo",
				 "ヒラギノ角ゴ Pro W3",
				 "Hiragino Kaku Gothic Pro",
				 "MS Pゴシック", 
				 "MS P Gothic",
				 sans-serif;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	background-image: url(../images/wrappar_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y; 
}
/* 基本設定ここまで */


/* ヘッダー設定ここから */
h1 {
	width: 748px;
	height: 96px;
	float: left;
	background: url(../images/top_bg3.jpg) no-repeat center top;
}

h1 img {
	padding-top: 10px;
	padding-left: 10px;
}
/* ヘッダー設定ここまで */


/* ナビ設定ここから */
.nav {
	width: 748px;
	height: 58px;
	list-style-type: none;
	float: left;
	clear: both;
}

.nav li {
	float: left;
}

a img {
	display: block;
	border: 0;
}
/* ナビ設定ここまで*/


/* 大枠の設定ここから */ 
#wrapper {
	width: 748px;
	height: auto;
}

#maincontents {
	width: 748px;
	height: auto;
}	

#main {
	width: 748px;
	height: 300px;
	float: left;
	background-color: #FFCC33;
}

/* 大枠の設定ここまで */

/* Cleafix設定 ここから*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  min-height:1px;
}

/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:hidden;
}

/* End hide from IE-mac */

/* Cleafix設定 ここまで*/



#subnav {
	width: 746px;
	height: 29px;
	background-image: url(../images/c_h__cbg.gif);
	background-repeat: repeat-x;
	background-position: left;
	padding-top: 10px;
}

#subnav p {
	font-size: 0.9em;
	padding-left: 10px;
	text-indent: １em;
	padding-bottom: 10px;
	font-weight: bold;
} 

h3 {
	width: 680px;
	background-image: url(../images/h3bg.gif);
	background-repeat:no-repeat; 
	color:#669922;
	font-size:18px;
	font-weight:bold;
	height:22px;
	margin-top: 10px;
	margin-bottom:0.5em;
	margin-left: 10px;
	border:1px solid;
	border-width:0px 0px 2px 0px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
}

/* フッターの設定 ここから*/
#footer {
	width: 747px;
	height: 86px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	clear: both;
}

#footer ul {
	list-style-type: none;
	padding-right: 10px;
	margin-top: 20px;
}

#footer ul li {
	text-align: right;
	font-size: 0.9em;
	padding-bottom: 2px;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #D50000;
}

.page {
	width: 740px;
	height: 50px;
	text-align: right;
	font-size: 0.9em;
	clear: both;
	float: left;
}

.page a {
	color: #333333;
} 	 	

.page a:hover {
	color: #FF0000;
} 	 	

/* フッターの設定 ここまで */

