@charset "utf-8";

body{
	text-align:center;
	color:#302833;
	background-image:url(../img/bg_top.jpg);
	background-repeat:repeat-x;
	margin:0 auto 25 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}



/*-------------------------------
  トップ見出し＜ｈシリーズ＞
---------------------------------*/
 
h1{
	text-align:left;
	padding:2 0 0 2;
	font-size:12px;
	font-weight:100;
	color:#ffffff;
}

h2{
	padding-top:0px;
	padding-right:5px;
	text-align:right;
	font-size:12px;
	font-weight:100;
	color:#333631;
}

h3{
	margin-bottom:5px;
	color:#e2041b;
	font-size:14px;
	font-weight:100;
	border-bottom:1px solid #e2041b;
}

h4{
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	padding:0px;
	color:#333631;
	font-size:13px;
	font-weight:100;
	list-style-image:url(img/list_img.jpg);
	list-style-position:outside;
}

h5{
	font-size:16px;
	color:#e2041b;
	margin-top:0px;
	margin-bottom:0px;
}

/*-------------------------------
  +++ 外枠Containerエリア +++
---------------------------------*/

#Container {
	width:750px;
	border:#333631 1px solid;
	text-align:center;
	margin:0 auto;
	height:950px;
}

/*-------------------------------
  +++ SignBordエリア +++
---------------------------------*/
.container-top {
	margin:0;
	background-image:url(../img/signbord.jpg);
	height:100px;
}

/*-------------------------------
  +++ Naviエリア+++
---------------------------------*/
.navi{
	margin:0px;
	font-size:12px;
	height:25px;
	text-align:center;
}

.navi a,
.navi a:link,
.navi a:visited,
.navi a:active{
	padding:2px 0px 2px 0px;
	width:74.95px;
	height:18px;
	color:#302833;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
}

.navi a:hover{
	background:url(img/navi_bg.jpg) repeat-x;
	padding:2px 0px 2px 0px;
	width:74.95px;
	height:18px;
	color:#302833;
	text-align:center;
	display: block;
	float:left;
}

/*-------------------------------
  +++ Mainエリア+++
---------------------------------*/
#main{
	background:url(../img/bg_main.jpg) no-repeat;
	padding:30px 0px 30px 30px;
	text-align:center;
	width:750px;
	height:auto;
	margin:0;
	font-size:15px;
}

.T{
	text-align:left;
}


/*-------------------------------
  +++ ここからページごと設定+++
---------------------------------*/
/*----頁頭----*/
.pageIntro{
	margin-left:35px;
	padding-top:10px;
	width:520px;
	height:400px;
}

.pageIntro a:link{
	font-size:15px;
	text-decoration:underline;
	color:#302833;}
.pageIntro a:visited{
	color:#302833;}
.pageIntro a:hover{
	color:#302833;
	text-decoration:none;}
.pageIntro a:active{
	color:#302833;}

/*----品名----*/
.box1{
	margin-top:25px;
	margin-bottom:5px;
	padding:25px;
	width:600px;
	float:center;
}

/*----fotter----*/
.fotter{
	margin-top:10px;
	width:690px;
	font-size:10px;
	text-align:right;
}

