@charset "shift_jis";

/*-----------------------
  基本設定
------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,img,ol,ul,li,a,dl,dt,dd {
    margin: 0;
    padding: 0;
}   
img {   
    border:0;   
}   


html,body  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 92%;
	line-height: 130%;
	margin: 0; 
	padding: 0;
	text-align: center; 
}


/* link */
a:link {
	color: #81A6FE;
}
a:visited {
	color: #4A73FF;
}
a:hover {
	color: #FF6600;
}
.notUnder {
    text-decoration: none; 
}

.hoge a:link {
    color:#CC3300;}
.hoge a:visited {
    color:#FF0000;}
.hoge a:hover {
    color:#CC0000;}




#container { 
	width: 774px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 

#wrapper {
	width: 774px;
	margin: 0 auto;
	margin-top:8px;
}

.clearfloat {
	clear:both;
	height:0px;
}

/*-- ヘッダー --*/
#top h1{
	background-image: url(../img/head01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 368px;
	height:102px;
	float:left;
}	

#header {
	height:102px;
	width: 774px;
	margin: 0 auto;
	}



#left-box17{
	width:17px;
	float:left;
}

#left-box{
	width:180px;
	margin-right:20px;
	float:left;
}

#right-box {
	width:540px;
	margin-right:0px;
	float:left;
}


/*-- メニュー --*/
#menu {
	font-size:90%;
	line-height:1.2em;
    color: #333;
}
#menu a:link {
	color: #81A6FE;
}
#menu a:visited {
	color: #4A73FF;
}
#menu a:hover {
	color: #FF6600;
}
#menu .notUnder {
    text-decoration: none; 
}

#menu #item h3 {
	background-image: url(../img/item.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:27px;
}

#menu #sweets h3 {
	background-image: url(../img/sweets.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:41px;
}
#menu #j_sweets h3 {
	background-image: url(../img/j_sweets.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:41px;
}
#menu #c_sweets h3 {
	background-image: url(../img/c_sweets.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:41px;
}
#menu #h_sweets h3 {
	background-image: url(../img/h_sweets.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:41px;
}
#menu #mobile h3 {
	background-image: url(../img/m-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
	height:215px;
	margin-bottom:10px;
}

#menu #item h3 a {
	display: block;
	height: 27px;
	width: 180px;
}
#menu h3 a {
	display: block;
	height: 41px;
	width: 180px;
}

.information {
	padding:3px;
}

.menu_line4_dot_red {
	border: 1px dotted #996666;
	color: #CC0000;
	font-weight: bold;
	font-size:14px;
	}
.menu_red {
	color: #FF0000;
	}
.style24 {color: #FF9999}
.text_guide {
	font-size:90%;
	}




/*-- フッター --*/
#footer {
	height:33px;
	width: 774px;
	font-size:86%;
	color:#666666;
	line-height:1.5em;
	background-image:url(../img/top_img_r13_c1.jpg);
	margin: 0 auto;
	margin-top:18px;
	padding-top:7px;
	}

address{
	font-style:normal;
	font-size:86%;
	color:#666666;
	line-height:1.5em;
}

/* =========== マージン =========== */
.margin_15p0p10p0p {
	margin:15px 0px 10px 0px;
}
.margin_10px0px {
	margin:10px 0px 10px 0px;
}
.margin_10p0p0p0p {
	margin:10px 0px 0px 0px;
}
.ma_btm50 {
	margin-bottom: 50px;
}
.ma_btm40 {
	margin-bottom: 40px;
}
.ma_btm30 {
	margin-bottom: 30px;
}
.ma_btm20 {
	margin-bottom: 20px;
}
.ma_btm10 {
	margin-bottom: 10px;
}
.ma_btm05 {
	margin-bottom: 5px;
}
.ma_top05 {
	margin-top: 5px;
}


