

/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
background : #fefefe url('../images/bg2.gif') repeat;
margin : 0px;
padding : 0px;
text-align : center;
}

h1,h2,h3,p,ul,ol,li,dl,dt,dd,hr,form,input {margin:0;padding:0;}

h4 {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	color: #758653;
	background-image: url(../images/h4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* 文字セット */
a:link{ color: #7151A9; text-decoration: underline; }

a:visited{ color: #7151A9; text-decoration: underline; }

a:hover{ color: #7151A9; text-decoration: underline; }

a:active{ color: #7151A9; text-decoration: underline; }

.text-l{ font-size: 14px; line-height: 22px; }

.text-m{ font-size: 12px; line-height: 18px; }

.text-s{ font-size : 10px; line-height: 15px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }


/* メイン */
.main{
width : 800px;
background : #FFFFFF url('../images/bg_main.gif') repeat-y;
margin : 0px;
padding : 0px 0px 0px 0px;
}


/* ヘッダー */
.logo{
width : 750px;
height : 85px;
background : #FFFFFF;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}


/* ポップアップ */
.productpop{
background : url('../images/header_bg_pop.gif') repeat-y;
width : 500px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

.mappop{
background : url('../images/header_bg_pop.gif') repeat-y;
width : 400px;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
}

/* センターエリア */
.center{
width : 750px;
background : #FFFFFF;
margin : 0px;
padding : 0px;
}

/* フッター */
.utill{
width : 750px;
background : #FFFFFF;
font-size: 11px;
line-height: 16px;
margin : 0px 0px 8px 0px;
padding : 0px 0px 0px 0px;
}

.utill a{
color: #30364b;
text-decoration: none;
}

.utill a:hover{
color: #4c5576;
text-decoration: underline;
}

.utill a:visited{
color: #30364b;
text-decoration: none;
}

.utill a:active{
color: #30364b;
text-decoration: none;
}

.utill a:visited:hover{
color: #383F4F;
text-decoration: underline;
}