/* CSS Document */

p,h2,h3,h4 {
	margin: 0;
	padding:0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight:bolder;
	line-height: 2;
	color: #4a4a4a;
	background:#C5C7C7;
}

.pad {
	width:880px;
	text-align: center;
	margin:0 auto;
	background: #e5e5e5 url(../images/bg.jpg) repeat-x;
}

.wrapper {
	width:675px;
	margin:0 auto;
	text-align:left;
}

.note {
	font-size:80%;
	line-height:1.5;
	font-weight:normal;
}

h1 {
	margin: 0;
/*	background: url(../images/main_bg1.jpg) no-repeat center top;*/
}

.border-bottom {
	border-bottom: 1px solid #888889;
}

.nav p {
	display: inline;
}

.nav p.item01,
.nav p.item02 {
	margin-right: 32px;
}

.box-blue {
/*	background: url(../images/box-body.gif);*/
}

.box-blue-para {
	padding: 38px 0;
	margin-left: 42px;
	margin-right: 42px;
}

.box-blue-foot {
/*	background: url(../images/box-foot.gif) no-repeat left bottom;*/
}

.box-white {
	background: #fff;
}

.text-blue {
	color:#004DA1;
}

/*
.borderBtmRed {
	border-bottom:1px solid #e50011;	
}

.shop-list ul {
	margin:0;
	padding:0;
	list-style:none;
}

.shop-list li {
	width:50%;
	list-style:none;
	font-size:12px;
}
*/