
/*------タイトル指定------*/

h1{
	margin: 0px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 28px;
	color: #000000;
	width: 580px;
	height: 30px;
}

/*------ 縦メニュー指定 ------*/

.tate_menu{
	margin-top: 30px;
	margin-bottom: 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: 420px;
	background-position: top left;
	margin-top: 0px;
}

/*------ 本文 ------*/
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:390px;
	color: #000000;
	padding: 1px 15px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;	
}


h2{
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(http://karadanote.okoshi-yasu.com/img/yajirusi.gif);
	background-repeat:no-repeat;
	width:390px;
	color: #000000;
	border-bottom: double 3px #000000;	
	padding: 1px 15px;
	margin-top: 50px;
	margin-left: 15px;
	margin-bottom: 8px;	
}


div#honbun{
	margin-left: 20px;
	margin-top: 0px;
}


p{
	line-height:2.0em;
	letter-spacing: 0.2em;
	margin-top: 15px;
	margin-bottom: 20px;
}


div.box{
    border: solid 1px #000000;
    width:370px;
    margin-top: 20px;
	padding: 5px 15px;
    position:relative;
}

div.box_title{
	background-image: url(http://karadanote.okoshi-yasu.com/img/pocchi_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	border-bottom: dashed 1px #000000;
}

p.box{
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.link{
	margin-left: 15px;
	margin-top: -15px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

/*------ アドレス指定 ------*/

address{
	text-align:center;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border-top: double 4px #000000;
	height: 30px;
	padding-top: 15px;
}

