@charset "utf-8";
/* formatting style ------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}


/* line style　------------------------------*/

a img{
	border-style:none;
}


/* link style ------------------------------*/
a:link{
	color: #000000;
	
}

a:hover{

	
}

a:visited{
	color: #000000;
}

a:active{
	color: #000000;
}


/* basic layout ------------------------------*/

body {
	text-align: center;
	background-color: #e5e7ec;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}

#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/* ヘッダー ------------------------------*/

#header {
	position: relative;
	width: 800px;
	height: 100px;
	background-image: url(img/headerback.gif);
	background-repeat: no-repeat;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 30px;
}

#header #hanbaikaisha {
	font-size: 11px;
	color: #666666;
	position: absolute;
	left: 86px;
	top: 5px;
}


#header #seikihanbai {
	font-size: 9px;
	line-height: 110%;
	color: #666666;
	position: absolute;
	left: 290px;
	top: 35px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


#header ul {
	line-height: 0px;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 800px;
}

#header li {
	float: left;
	list-style-type: none;
}



/* ナビゲーションここから ------------------------------*/

a span{
	display:none;
}
	
a.navi_home {
	background-image: url(img/bt_home.gif);
	display:block;
    width:133px;
    height:30px;
}

a:hover.navi_home {
	background-image: url(img/bt_home_f2.gif);
}

a.navi_alpina {
	background-image: url(img/bt_alpina.gif);
	display:block;
    width:133px;
    height:30px;
}

a:hover.navi_alpina {
	background-image: url(img/bt_alpina_f2.gif);
}

a.navi_hawaii {
	background-image: url(img/bt_hawaii.gif);
	display:block;
    width:133px;
    height:30px;
}

a:hover.navi_hawaii {
	background-image: url(img/bt_hawaii_f2.gif);
}

a.navi_aboutwater {
	background-image: url(img/bt_purewater.gif);
	display:block;
    width:133px;
    height:30px;
}

a:hover.navi_aboutwater {
	background-image: url(img/bt_purewater_f2.gif);
}

a.navi_process {
	background-image: url(img/bt_howtoorder.gif);
	display:block;
    width:133px;
    height:30px;
}

a:hover.navi_process {
	background-image: url(img/bt_howtoorder_f2.gif);
}

a.navi_order {
	background-image: url(img/bt_order.gif);
	display:block;
    width:135px;
    height:30px;
}

a:hover.navi_order {
	background-image: url(img/bt_order_f2.gif);
}

/* ナビゲーションここまで ------------------------------*/

/* メインイメージ画像 ------------------------------*/

#top_imgarea {
	background-image: url(img/topimg.jpg);
	background-repeat: no-repeat;
	height: 340px;
	clear: both;
}

#top_imgarea h3 {
	display: none;
}

#top_imgarea #copy {
	padding-top: 240px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#top_imgarea #copy .setsumei {
	width: 350px;
	padding-left: 25px;
	float: left;
	padding-right: 25px;
}

#top_imgarea #copy .setsumei dt {
	font-size: 18px;
	font-weight: bold;
	padding-left: 85px;
	padding-top: 5px;
}

#top_imgarea #copy .setsumei dl dd {
	font-size: 13px;
	padding-top: 8px;
	line-height: 120%;
}
#top_imgarea #copy .setsumei .kuwasiku {
	font-size: 10px;
	float: right;
	line-height: 100%;
	background-image: url(img/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#top_imgarea #copy .setsumei .kuwasiku a {
	text-decoration: none;
}

#top_imgarea #copy .setsumei .kuwasiku a:hover {
	color: #FF0099;	
}



/* メインエリア アルピナハワイ共通------------------------------*/

#main {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	height: 140px;
}

#main p {
	font-size: 11px;
	line-height: 110%;
}

#wrapper #main .decide_order {
	text-align: right;
	padding-top: 5px;
}



/* メインの中のアルピナ ------------------------------*/

#main #alpina {
	float: left;
	width: 350px;
	padding-right: 20px;
}

#main #alpina #alpina_img {
	float: left;
	margin-right: 5px;
}

/* メインの中のハワイ ------------------------------*/

#main #hawaii {
	float: left;
	width: 350px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
	padding-left: 15px;
}

#main #hawaii #hawaii_img {
	float: left;
	margin-right: 5px;
}

/* フッター ------------------------------*/

#footer {
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
}

#footer ul {
	line-height: 0px;
	float: left;
}

#footer ul li {
	font-size: 11px;
	list-style-type: none;
	display: inline;
	line-height: 20px;
}

#footer address {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 1;
}
#footer address .jyuusho {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 2;
	font-size: 11px;
}



/* 中ページ共通部分 ------------------------------*/

#inside_main {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#inside_main h4 {
	margin-bottom: 20px;
}

#inside_main .order_banner {
	background-image: url(img/order_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 740px;
	position: relative;
	margin-top: 10px;
}

#inside_main .order_banner .order_ban_bt {
	position: absolute;
	left: 520px;
	top: 60px;
}

#inside_main .totop {
	text-align: right;
	margin-top: 10px;
	font-size: 11px;
}



/* アルピナ紹介 ------------------------------*/

#alpina_explain  .alpina_exp {
	height: 80px;
}

#alpina_explain #wrapper .alpina_exp img {
	float: left;
	margin-right: 15px;
}

/* ハワイ紹介 ------------------------------*/

#hawaiiwater_explain .hawaii_exp {
	height: 80px;
}

#hawaiiwater_explain #wrapper .hawaii_exp img {
	float: left;
	margin-right: 15px;
}


/* ピュアウォーター ------------------------------*/

#purewater h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#purewater h6 {
	font-size: 16px;
	color: #0000CC;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#purewater #inside_main .tokutyou {
	height: 100px;
}

#purewater .tourokupleft {
	float: right;
	margin-left: 15px;
}

#purewater .tourokupright {
	float: left;
	margin-right: 15px;
}


/* 注文からお届けまで ------------------------------*/

#howto_order .howto {
	height: 70px;
}

#howto_order  .howto_text {
	width: 500px;
	float: right;
}

#howto_order #wrapper .howto img {
	float: left;
	margin-right: 15px;
}

#howto_order  .howto_yajirusi {
	margin-bottom: 10px;
	margin-left: 100px;
}

#howto_order #attension {
	background-color: #CCCCCC;
	padding: 10px;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 140%;
}

#howto_order #attensiontitle {
	font-size: 13px;
	color: #FF0099;
	font-weight: bold;
	padding-bottom: 5px;
}



/* 注文ページ ------------------------------*/

#order table {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#order table th {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 200px;
}

#order table td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 250px;
}

#order  .table_comment {
	font-size: 10px;
}

#order  .example {
	font-size: 10px;
	padding: 10px;
}


#order #decide {
	width: 500px;
	padding-left: 120px;
}

/* 注文ページのPHP ------------------------------*/

#confirm #inside_main .kakunin {
	padding-bottom: 10px;
}
#confirm #inside_main .kakunin .kakunin_title {
	color: #FFFFFF;
	background-color: #0099FF;
	padding-bottom: 5px;
	padding-left: 5px;
}
#privacy #comment {
	font-size: 12px;
	padding-top: 15px;
}





/* 会社概要 ------------------------------*/

#aboutus table {
	width: 500px;
}
