@charset "utf-8";
/* CSS Document */

/* header仕切り線*/
/*#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
*/

#mainPhoto{
	width: 760px;
	position: relative;	
	top: 0px;
	left: 10px;
}

/*#mineContents #sideContentsの左右振り分け*/
#mainContents {
	float: left;
	width: 510px;
	margin-left: 10px;
}

/*h2要素のlineの設定*/
#mainContents h2 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A3359;
}

/*　arrowの設定 maincontentsのliに*/
#mainContents li {
	padding-left: 10px;
    background-image: url(images/026-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
	line-height: 1.4;	
}

#mainContents li {
	padding-left: 10px;
    background-image: url(images/026-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
}
*/

/* おすすめとお知らせの間の空きを設定(お知らせの上の間隔)*/
#recommendBlock { 
　　margin-bottom: 0px;
}

/* 背景色の設定・・・うまくいかないのだ */
.recommendMenuBox {
	width: 250px;
	background-color: #EDEDE9;
}

.grayBottomBox {
	width: 250px;
	padding-bottom: 6px;
	background-image: url(images/gray_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.grayTopBox {
	width: 250px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(images/gray_box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*　recommendMenuBox h3　DRINKなどｈ3の下の空き*/　
.recommendMenuBox h3 { 
　　margin-bottom: 3px;
}


/* もっと詳しくのボタン設定と下の空き recomendMenuBoxのp要素に設定*/ 
.recommendMenuBox p {
margin-bottom: 10px;
margin-left: 180px;
}

/* もっと詳しくの上の空き*/
.recommendMenuBox ul{
	margin-bottom: 0px;
}

/* liのspan要素（）内をfont-size 10px相当お大きさとする*/ 
.recommendMenuBox li span{
	font-size: 83.3%;
}

#infoBlock{
	margin-top: 15px;
}

/* sideContents */
#sideContents {
	float: left;
	width: 200px;
	margin-left: 15px;
}

/* ul#bannerBoxとメールマガジンとの空きを設定*/
ul#bannerBox {
	margin-bottom: 7px;
}

/* ul#bannerBoxのli要素の空きを設定 */
ul#bannerBox li{
	margin-bottom: 2px;
}

/* ul#bannerBoxの画像に枠線を設定 */
ul#bannerBox img{
	padding: 2px;
	border: 1px solid #8499AC;
}

/* mailmagazineBox */
/* マガジン幅、背景色　*/
#mailmagazineBox{
	width: 200px;
	background-color: #EDEDE9;
	padding-bottom: 2px;
}

#grayBottomBox200{
	width: 200px;
}
	/*　メールマガジン下部背景色　
	padding-bottom: 6px;
	background-image: url(images/gray_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;


#grayTopBox200{
	width: 200px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 7px;
	background-image: url(images/gray_box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
*/

#grayBottomBox200 p{
    margin-left: 0px
    margin-right: 0px
    margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.4;	
	letter-spacing: 0.5;
	/*font-size: 83.3%;*/
}

#mailmagazineBox h3{
	margin-bottom: 3px;
}

#mailmagazineBox p{
	margin-bottom: 7px;
	font-size: 83.3%;
}

form#mailMagazine input#yourName,
form#mailMagazine input#mail{
	width:180px;
}

form#mailMagazine input#button{
	margin-right: 5px;
}
/* mailmagazineBoxおわり */
	



/* mailmagazineBoxMの分  */
/*#sideContents #mailmagazineBox {
width: 170px;
background-color: #EDEDE9;
}
#sideContents #grayBottomBox170 {
width: 170px;
padding-bottom: 6px;
background-image: url(images/gray_box170_bottom.gif);
background-repeat: no-repeat;
background-position: center bottom;
}
#sideContents #grayTopBox170 {
width: 157px;
padding-top: 6px;
padding-right: 6px;
padding-left: 7px;
background-image: url(images/gray_box170_top.gif);
background-repeat: no-repeat;
background-position: center top;
}
#mailmagazineBox h3 { margin-bottom: 3px; }
#mailmagazineBox p {
margin-bottom: 7px;
font-size: 83.3%;
}
form#mailMagagine input#youraName,
form#mailMagagine input#mail {
width: 150px;
}
form#mailMagagine input#button { margin-right: 5px; }
*/









