
/*------タイトル指定------*/

h1{
	margin: 0px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 28px;
	color: #000000;
	width: 580px;
	height: 30px;
}

/*------ 縦メニュー指定 ------*/

.tate_menu{
	margin-top: 30px;
	font-size: 11px;
}


tr.menu_title{
	background-color: #ff3366;
	color: #ffffff;
	height: 12px;
}


ul{
	margin: 2px 0px;
	list-style:none;
}



li.index{
	width: 110px;
	height: 14px;
	background-color: #ffffff;
	color: #000000;
	border-top:solid 1px #000000;	
	border-left:solid 7px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 2px;
	margin: 3px 0px;
}


li.menu_contents{
	width: 120px;
	border-bottom:solid 1px #000000;
	margin: 4px 0px;
}


/*=========================== 右側指定 ====================================*/
/*------ 上の飾り -------*/

div.toku{
	background-image: url(http://karadanote.okoshi-yasu.com/img/d11.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 560px;
	background-position: top left;
	margin-top: 0px;
	margin-left: 15px;
}

/*------ 本文 ------*/
h2.ue{
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(http://karadanote.okoshi-yasu.com/img/yajirusi.gif);
	background-repeat:no-repeat;
	border-bottom: double 3px #000000;
	width:550px;
	color: #000000;
	padding: 1px 15px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 25px;	
}



h2{
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(http://karadanote.okoshi-yasu.com/img/yajirusi.gif);
	background-repeat:no-repeat;
	border-bottom: double 3px #000000;
	width:530px;
	color: #000000;
	padding: 1px 15px;
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 25px;	
}



div#honbun{
	margin-left: 25px;
	margin-top: 0px;
}


p{
	line-height:1.8em;
	letter-spacing: 0.2em;
	margin-top: 15px;
	margin-bottom: 10px;
}


/*----- お薦め紹介 -----*/


div#shopping{
	    width: 550px;
	    background-color: #ffffff;
	    margin-left: 8px;
	    margin-top: 25px;
}


dl{
    margin: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding:0px;
    float:left;
    width:120px;
    font-size:11px;
    border-width:1px 1px 0px;
    border-style:solid;
    border-color: #000000;
}


dt{
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0px;
    text-align: center;
}


dd{
    margin:0px;
    padding:3px;
    border-top: solid 1px #000000;
    text-align: center;
}


dd.name{
    height:2.2em;
    color: #ffffff;
    background-color: #000000;
}


dd.cost{
    height:1.2em;
    background-color: #CD5C5C;
    color: #ffffff;
}


dd.syousai{
    height:1.2em;
    border-bottom: solid 1px #000000;
    background-color: #BDB76B;
    color: #000000;
}


div.shop_index{
	border: solid 1px #000000;
	width :120px;
	height: 175px;
	margin: 0px;
}


div.link{
	margin-left: 15px;
	margin-top: -15px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}


div.setsumei{
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-top: -5px;
	margin-left: 15px;
}


/*------ ショップテーブル ------*/

div.shop_table{
	border: solid 1px #000000;
	padding: 10px;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
}



div.shop_coment{
	font-size: 12px;
	border-bottom: dotted 3px  #665562;
	color: #665562;
	margin-top: -100px;
	margin-left: 120px;
}


div.shop_name{
	margin-top: -15px;
	margin-left: 360px;
	font-size: 11px;
	color: #665562;
}


h3{
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 120px;
}



div.kihonjouhou{
	margin-left: 120px;
	margin-top: -15px;
	font-size: 12px;
	line-height: 1.5em;
}


div.coment{
	margin-top: 10px;
	margin-left: 5px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/*------ アドレス指定 ------*/

address{
	text-align:center;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border-top: double 4px #000000;
	height: 30px;
	padding-top: 15px;
}

