@charset "utf-8";

/* 共通 */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 0.75em;
	line-height: 1.5em;
	letter-spacing: 0px;
	background-color: #ffffff;
}

a img {
	border: none;
}

a:link,
a:visited {
	color: #0d429b;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0d429b;
	text-decoration: underline;
}

.clr {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

#all {
	width: 716px;
	margin: 8px auto 0 auto;
}


/* ヘッダー */
#header .logo {
	width: 240px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../images/network_logo_1_201003.gif);
	background-repeat: no-repeat;
}

#header .title {
	width: 446px;
	height: 31px;
	text-indent: -9999px;
	background-image: url(../images/network_lead_1_201003.gif);
	background-repeat: no-repeat;
	margin: 12px auto 0;
}

#header .lead {
	width: 273px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../images/network_lead_2_201003.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px;
}

#header p {
	width: 670px;
	margin: 0 auto 13px;
}


/* 地図 */
#map {
	margin: 0 0 21px 0;
}


/* 拠点 */
.obi {
	margin: 0 0 17px 0;
}

.container {
	width: 670px;
	margin: 0 25px 34px 21px;
}

.foothold-list {
	width: 533px;
	float: left;
}

.foothold-photo {
	width: 120px;
	float: right;
}

.foothold-list .block,
.foothold-list .block-last {
	width: 530px;
	padding: 0 0 15px 3px;
	margin: 0 0 19px 0;
}
.foothold-list .block {
	background: url(../images/network_line_1.gif) no-repeat left bottom;
}

.foothold-list .name {
	width: 111px;
	float: left;
}

.foothold-list .address {
	width: 400px;
	float: right;
}

.foothold-list .link {
	background: url(../images/network_mark_1.gif) no-repeat 10px 50% #ededed;
	border: 1px solid #d4d4d4;
	width: 486px;
	padding: 8px 8px 8px 34px;
}

.foothold-list .link a {
	font-size: 120%;
}


.foothold-photo img {
	border: 1px solid #005bac;
}

.foothold-photo p {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	overflow: hidden;
	margin: 3px 0 0 0;
}


/* ナチュラリープラスの３つの製品 */
#products-block {
	width: 716px;
	margin: 40px auto 20px;
}

#products-block .title {
	width: 262px;
	height: 32px;
	text-indent: -9999px;
	background-image: url(../images/3products_title.gif);
	background-repeat: no-repeat;
}

#products-block .list {
	width: 716px;
	border: 1px solid #d9d9d9;
}

#products-block .item {
	float: left;
	border-right: 1px solid #d9d9d9;
}
#products-block .item .name a {
	display: block;
	height: 44px;
	background-image: url(../images/3products_name_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
}

#products-block .item .name a span {
	display: block;
	height: 44px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#products-block #item-lutein {
	width: 239px;
}
#products-block #item-lutein .name a {
	border-left: none;
}
#products-block #item-lutein .name a span {
	width: 150px;
	background-image: url(../images/3products_lutein.jpg);
	margin: 0 auto;
}

#products-block #item-izumio {
	width: 237px;
}
#products-block #item-izumio .name a span {
	width: 95px;
	background-image: url(../images/3products_izumio.jpg);
	margin: 0 auto;
}

#products-block #item-paramylon {
	width: 236px;
	border-right: none;
}
#products-block #item-paramylon .name a span {
	width: 170px;
	background-image: url(../images/3products_paramylon.jpg);
	margin: 0 auto;
}

#products-block .explain {
	height: 80px;
	background-image: url(../images/3products_bg.jpg);
	background-repeat: repeat-x;
}

#products-block .item .explain p {
	margin: 0 auto;
	padding: 15px 0 10px;
}

#products-block #item-lutein .explain p {
	width: 210px;
}

#products-block #item-izumio .explain p {
	width: 200px;
}

#products-block #item-paramylon .explain p {
	width: 200px;
}


/* フッター */
#footer {
	font-size: 120%;
	line-height: 140%;
	text-align: center;
	border-top: 1px solid #005bac;
	padding: 9px 0 10px 0;
}
