html , body {height:100%;}
body > #wrapper {height:auto;}
#wrapper {
	height: 100%;/* for IE6 */
	min-height: 100%;
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	letter-spacing: 1pt;
	background: url(../images/global/bg2.gif) left top repeat;
}
/*--letter-spacingを設定したときのIEバグ回避--*/
br {
    letter-spacing: 0;
}
/*--背景1pxズレ回避 for IE7--*/
*:first-child+html body {
    padding-left: 1px;
}
/*--背景1pxズレ回避 for IE6--*/
*html body {
    padding-left: 1px;
}

#wrapper {
    margin: 0 auto;
	width: 950px;
	padding: 0 10px;
	background: url(../images/global/bg.png) top center repeat-y;
}

#header {
    height: 100px;
	width: 890px;
	padding: 0 30px;
	background-color: ffffff;
}
#logo {
    padding: 13px 0 27px 0;
}
/*#logo_01 {
    display: block;
    width: 180px;
    height: 28px;
	background: url(../images/global/logo_01.gif);
	text-indent: -9999px;
}*/
#head_txt {
    float: left;
    width: 308px;
	height: 11px;
	background: url(../images/global/head_txt.gif);
	text-indent: -9999px;
}
#contents {
	padding: 30px;
    overflow : hidden;
    _zoom:1;
}

/*-- 食べ方 --*/

#contents_02 {
    padding: 30px 0;
    overflow : hidden;
    _zoom:1;
}
.inner_01 {
    padding: 0 30px;
}
#inner_eat {
    background: url(../images/eat/bg_01.jpg) right 130px no-repeat;
	padding-left: 30px;
}
#inner_eat_in {
    padding-left: 30px;
	width: 350px;
}
#inner_eat_in p {
    padding: 10px 15px 20px 15px;
}
#king_01_l {
    width: 171px;
	float: left;
}
#king_01_r {
    width: 690px;
	float: right;
}
.king_box {
    zoom: 100%;
	margin-bottom: 20px;
	margin-left: 55px;
}
.king_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.king_box img {
    float: left;
    margin-right: 30px;
}

/*-- 効果・効能 --*/

#inner_effect_01 {
    height: 100px;
    background: url(../images/effect/bg_01.gif) 550px top no-repeat;
	padding: 0 30px;
}
#inner_effect_02 {
    height: 379px;
    background: url(../images/effect/bg_02.jpg) right top no-repeat;
	padding-left: 60px;
}
#inner_effect_03 {
    height: 226px;
    background: url(../images/effect/bg_03.jpg) left top no-repeat;
	padding: 30px 30px 0 30px;
}
#effect_03_l {
    float: left;
}
#effect_03_r {
    width: 171px;
    float: right;
	margin-left: 30px;
	margin-top: 20px;
}
.effect_box {
    zoom: 100%;
	margin-bottom: 20px;
}
.effect_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.effect_box img {
    float: left;
    margin-right: 30px;
}
.effect_box p {
    line-height: 41px;
}

/*-- 生産者の思い --*/

#inner_thought_01 {
    background: url(../images/thought/bg_01.jpg) right 20px no-repeat;
	padding: 0 30px;
	height: 540px;
}

/*-- メロン作りのこだわり --*/

#inner_attachment_01 {
    background: url(../images/attachment/bg_03.jpg) left top no-repeat;
	padding: 40px 30px 0 30px;
}

/*--menu--*/

#menu {
    list-style-type: none;
	width: 546px;
	float: right;
}
#menu li {
    float: left;
	height: 13px;
	margin-left: 20px;
}
/*#menu_01 { width: 55px; background-image: url(../images/global/menu_01_off.gif); margin-right: 20px;}
#menu_02 { width: 88px; background-image: url(../images/global/menu_02_off.gif); margin-right: 20px;}
#menu_03 { width: 109px; background-image: url(../images/global/menu_03_off.gif); margin-right: 20px;}
#menu_04 { width: 100px; background-image: url(../images/global/menu_04_off.gif); margin-right: 20px;}
#menu_05 { width: 74px; background-image: url(../images/global/menu_05_off.gif);}*/

/*#menu {
    list-style-type: none;
	width: 506px;
	float: right;
}
#menu li {
    float: left;
	height: 13px;
	text-indent: -9999px;
}
#menu_01 { width: 55px; background-image: url(../images/global/menu_01_off.gif); margin-right: 20px;}
#menu_02 { width: 88px; background-image: url(../images/global/menu_02_off.gif); margin-right: 20px;}
#menu_03 { width: 109px; background-image: url(../images/global/menu_03_off.gif); margin-right: 20px;}
#menu_04 { width: 100px; background-image: url(../images/global/menu_04_off.gif); margin-right: 20px;}
#menu_05 { width: 74px; background-image: url(../images/global/menu_05_off.gif);}*/

/*-- top --*/
#topics {
  width: 950px;
  /*height: 120px;*/
  margin-right: -50px; /* ここがポイント！ */
  list-style-type: none;
}
#topics li {
  float: left; /* floatで段組み */
  width: 185px;
  /*height: 170px;*/
  margin-right: 50px; /* 写真間の余白 */
}


/*--footer--*/
#footer {
    clear: both;
	padding: 0 30px;
}
#footer_in {
    border-top: 1px solid #dedede;
	padding: 10px 0 40px 0;
}
#footer p {
    text-align: center;
}
#footer ul {
    margin-bottom: 30px;
}
#footer li {
    float: left;
	list-style-type: none;
	padding: 0 10px;
	line-height: 1em;
}
#footer li a {
    color: #333333;
	text-decoration: none;
}
#footer li a:hover {
    color: #999999;
}
#footer ul {
    overflow: hidden;
    _zoom: 1;
}
#footer ul li {
    margin-left: -1px;
    border-left: 1px solid #CCCCCC;
}
#footer ul li.first {
    padding-right: 10px;
	padding-left: 0px;
}


/*--トップ--*/

#top_box_l {
    width: 683px;
	float: left;
}
#box_l_l {
    width: 253px;
	float: left;
	margin-bottom: 20px;
}
#box_l_r {
    width: 413px;
	float: right;
	margin-bottom: 20px;
}
#top_box_r {
    width: 253px;
	float: right;
	margin-bottom: 20px;
}


/*--ボタンテスト--*/

#banner_01 a {
    display: block;
    width: 200px;
	height: 50px;
	background: url(../images/btn.gif) left top;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#banner_01 a:hover {
    background-position: left bottom;
}

/*--中ページ--*/

#side {
    width: 230px;
	float: left;
	border-right: 1px solid #e5e5e5;
	margin-top: 0px;
}
#side ul {
    list-style-type: none;
}
#side ul li img {
    vertical-align: bottom;
}
#main_img {
    width: 950px;
}
#call_box {
    background: #ececec;
	padding: 20px;
}
#uc {
    text-align: center;
	padding: 100px 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 2em;
}

/*--outline--*/

.box_01 {
    border: 5px solid #ffe000;
	background-color: #fff9cf;
	padding: 20px;
}
#ds_l {
    width: 149px;
	float: left;
	margin-right: 30px;
}
#ds_r {
	height: 149px;
}
.box_02 {
	background-color: #eaeaea;
	padding: 10px;
}

/*--confidential--*/

.conf_box {
    zoom: 100%;
}
.conf_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.conf_box img {
    float: right;
    margin-left: 20px;
}
.conf_box_l {
    width: 450px;
	float: left;
}
.conf_box_r {
    width: 200px;
	float: right;
}
.box_03 {
    background-color: #000000;
	padding: 20px 30px;
	color: #FFFFFF;
}
.box_04 {
    background-color: #ededed;
	padding: 30px;
}
.sec_l {
    width: 470px;
	float: left;
}
.sec_r {
    width: 200px;
	float: right;
}
.sec_l p {
    padding-left: 80px;
}
.sec_box {
    background-color: #494949;
	padding: 30px;
	color: #FFFFFF;
}
#contact_btn {
    margin-left: 60px;
}
#free_l {
    width: 404px;
	float: left;
	padding-left: 60px;
}
#free_r {
    width: 196px;
	float: right;
}
#kakunin_01 {
    width: 510px;
	height: 110px;
    background: url(../images/confidential/03_10.gif) no-repeat;
	padding: 50px 0 0 180px;
}
#kakunin_02 {
    width: 510px;
	height: 100px;
    background: url(../images/confidential/03_11.gif) no-repeat;
	padding: 60px 0 0 180px;
}
#kakunin_03 {
    width: 510px;
	height: 110px;
    background: url(../images/confidential/03_12.gif) no-repeat;
	padding: 50px 0 0 180px;
}

/*--Q&A--*/

.Q_A dl {
    clear: both;
    line-height: 1.5em;
	font-size: 15px;
}
.Q_A dt {
    clear: left;
    float: left;
    padding: 2px 0;
    width: 1.5em;
	letter-spacing: 0px;
	font-size: 25px;
	font-weight: bold;
}
.Q_A dd {
    margin-left: 0;
    padding: 2px 0 2px 3em;
}
.question {
    /*color: #00baff;*/
	color: #000000;
}
.answer {
    /*color: #ff9000;*/
	color: #999999;
}

/*--問い合わせ--*/
input ,select {
    vertical-align:middle;
}
/*input ,select {
    vertical-align:0.5em;
}
input ,select {
    position:relative;
    top:-5px;
}
.radiobtn, .checkbox {
    vertical-align:smiddle;
}*/

/*緩衝材*/

.meromu {
    /* ボックスより余白分大きくする */
    width : 735px;
    margin-right : -45px;
    overflow : hidden;
    _zoom : 1;
}
.meromu li {
    float: left;
    /* 余白の大きさ */
    margin-right : 45px;
}

/*.meromu li {
    float: left;
	margin-right: 20px;
}*/
.table_dispose {
    width: 100%;
    border: solid #d6d6d6 1px;
	border-bottom: none;
	border-right: none;
}
.table_dispose th {
    border-top: solid #efefef 1px;
	border-bottom: #d6d6d6 solid 1px;
	border-left: #efefef solid 1px;
	border-right: #d6d6d6 solid 1px;
	/*background-color: #f2f2f2;*/
	background-color:#e1e1e1;
	padding: 10px 15px;

	vertical-align: middle;
}
.table_dispose td {
    border-bottom: solid #d6d6d6 1px;
    border-right: solid #d6d6d6 1px;
	background-color: #ffffff;
	padding: 10px 15px;
	vertical-align: middle;
}
.t_dis_01 { width: 20%;}
.t_dis_02 { width: 60%;}
.t_dis_03 { width: 20%;}