/*全体*/
*{
	margin:0;
	padding:0;
	font-style : normal;
	font-weight : normal;
}

body{
	background:#ffffff url("img/bg.gif") repeat-y center;
	color:#000000;
	line-height : 1.5;	
	font-size : 12px;	
	font-family:verdana,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
		text-align : center;
		font-size : 12px;	

}
	html>body {
		font-size : small;	
	}

	img {  
		border: 0;  
	} 


/*ページ全体のリンク指定*/

	a {
		text-decoration : none;
		color:#330000;
	}
	a:link {
		color :#c20101;
	}
	a:visited {
		color :#dc2f2f;
	}
	a:hover {
		color :#02498f;
	}
	a:active {
		color :#c20101;
	}
	a img {
		border-style : none;
		border-width : 0px;
		text-decoration : none;
	}



/* 強調の設定
------------------------------------------------------------ */

	/* 強調 */

	em {
		font-style : italic;
	}

	/* より強い強調 */

	strong {
		font-weight : bold;
	}




	
/*外枠*/
#flame{
	width: 751px;
	margin: auto;
		text-align : left;	
}

/*ヘッダ*/
#head{
	background:url("img/sakuratop.jpg") no-repeat bottom;
	height:200px;
}
#logo{
	font-size:18px;
	padding:50px;
	float: right;
	}

.hime {
	float: left;
	padding-left: 100px;
	margin:0px;

}

/*ヘッダメニュー*/
	#headmenu{
		width:751px;
		background:#CC9966  url("img/menubg.gif") repeat-x;
		color:#000000;
		padding-bottom:7px;
		margin-bottom: 0px;
		}
		
		/*for ie*/#headmenu{
		padding-bottom:0px\9;
		}

	#headmenu ul{
		width:750px;
		list-style:none;
		}
	#headmenu li{
		width:100px;
		float:left;
		background:url("img/headermenu.gif") no-repeat right;
		text-align:center;
		padding:3px;
		}
	#headmenu li a{
		text-decoration:none;
		color:#663300;
		}
	#headmenu li a:hover{
		color :#ffff99;

		}

/*サイドとメインのブロックを囲む*/
#content{
	width:750px;
	background:url("img/mainbg.gif") repeat-y;
	}
	
	
/*サイドのブロック*/
#box_side{
	width: 200px;
	float: right;
}

.memo1{
	margin:0px 10px 10px 10px;
	background:#ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	list-style:none;
	padding:3px 10px 3px 10px;
	}

.memo2{
	margin:0px 10px 10px 10px;
	list-style:none;
	padding:3px 10px 3px 10px;
	}

.memo3{
	margin:10px 10px 10px 10px;
	background:#ffcccc;
	border-bottom:0px solid #cccccc;
	border-right:0px solid #cccccc;
	list-style:none;
	padding:3px 10px 3px 10px;
	}

.banner1{
	margin:0px 10px 10px 10px;
	border-bottom:0px solid #cccccc;
	border-right:0px solid #cccccc;
	}

.menu{
	width:180px;
	margin:5px 0px 10px 10px;
	}
	
	h6{
	font-size:110%;
	height:25px;
	font-weight:normal;
	background:url("img/menu.gif");
	border-right:1px solid #cccccc;
	color:#000000;
	padding:5px 0 5px 15px;
		}


	#box_side ul{
		background:#ffffff;
		border-bottom:1px solid #cccccc;
		border-right:1px solid #cccccc;
		padding-top:3px;
		padding-bottom:3px;
		list-style:none;
		}
	#box_side li{
		background:url("img/list2.gif") no-repeat 0 50%;
		padding:0 0 0 15px;
		margin:3px 0 3px 10px;
			}
	#box_side li a{
		text-decoration:none;
		color:#092853;
		}
	#box_side li a:hover{
		color:#E72137;
		}
			

			

/*メインのブロック*/
#box_main{
	width: 550px;
	float: left;
}

/*右のタイトル部分*/
h1{
	font-size:110%;
	font-weight:bold;
	background:#ffffff url("img/underline.gif") repeat-x bottom;
	padding:5px;
	}

h2{
	font-size:110%;
	font-weight:bold;
	background:#ffffff;
	padding:5px;
	border-bottom:1px dotted #cccccc;
	}
	
h4{
	font-size:120%;
	color:#663300;
	font-weight:bold;
	background:#ffffff url("img/h4.jpg") no-repeat;
	padding:5px 5px 5px 33px;
	}
h5{
	font-size:110%;
	font-weight:bold;
	background:#ffffff;
	padding:5px 5px 5px 30px;
	border-bottom:0px ridge #cccccc;
	}

	h5 a{
		font-weight:bold;
		background:#ffffff;
		}


	/*メインの記事の部分*/
	.main{
		background:#ffffff;
		border:1px solid #cccccc;
		margin:20px;

		}

	.main2{
		background:#ffffff;
		border:0px solid #cccccc;
		margin:20px;
		}
		
	/*本文をくる*/
	p{
		margin:10px;
		line-height:150%;
		}
		
	/*引用文*/
	blockquote{
		line-height:150%;
		border:1px solid #cccccc;
		background:#eeeeee;
		margin:20px;
		padding:5px;
		font-size : 12px;
		}
.table01 {
	width:480px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
		font-size : 12px;
}

	.table01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
	text-align: center;
		font-size : 12px;
}

	.table01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
		font-size : 12px;
}		
		
.table02 {
	width:510px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
		font-size : 12px;
	}

	.table02 th{
	width:25%;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-left:1px dotted #999999;
		font-size : 12px;
	}

	.table02 td{
	padding:4px 2px 2px 4px;
	background-color:#ffffff;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	border-right:1px dotted #CCCCCC;
		font-size : 12px;
	}


.photo1{
	margin:0px 3px 3px 0px;
	border-bottom:0px solid #cccccc;
	border-right:0px solid #cccccc;
	}


/*フッタ*/
#foot{
	border-top:1px solid #cccccc;
	padding:10px;
		font-size : 12px;
	}

	#foot a{
		color:#333333;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}
.note1 {
	color: #996600;
}
.note2 {
	color: #FF3300;
}

