/*各ページ全体の共通設定*/
body{
background-color: #fdf5e6;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1{
	color: #8b0000;
	font-size: 30pt;
	text-align: center;
	padding: 30px;
		
}

h2{
	padding: 0px 0px 5px 15px;
	margin: 30px 15px 0px 15px;
	text-align: left;
	color: #8b0000;
	background-image:url("images/line_kureyon_g1.png");
}

p{
	line-height: 140%;
	margin: 15px;
	text-align: center;
	color: #8b0000;
}

a:link{
	 color:red;
}

a:hover{
	color:green;
}



/*ページ内の特定位置に対する設定*/
.link{
	font-size: 12px;
	text-align: right;
	margin: 0px 20px 40px 0px;
	
}

.sotowaku{
	background-color: #ffffff;
	width: 800px;
	margin: 0 auto;
}

.header{
	height: 150px;
	width: 100%;
	background-image: url("images/bg_renga6.png");
}

.footer{
	height: 100px;
	width: 100%;
	background-image: url("images/bg_renga6.png");
}

address{
	padding: 10px;
	color: #8b0000;
	text-align: right;
	font-size: 10pt;
}

span{
	font-weight:bold;
	color:#8b0000;
}