@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffe5f6;
	font: 16px/1.05 "Hiragino Kak Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.5;
	color: #333;
	font-size: 80%;
	margin:0px;
	padding:0px;
}

h1{
	background:url(../guide/header.gif) no-repeat ;
	width:720px;
	height:72px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

h1 a { 
	display:block;
	width:150px;
	height:72px;
}

.main{
	background:#ffffff;
	width:700px;
	margin:0px;
	padding:10px;
	
}

.footer{
	background:#dd8ebe;
	width:720px;
	height:20px;
	padding:5px 0px;
	
}

a {
text-decoration: none;
}

a:link, a:visited {color: #5e4551;}
a:hover, a:active {color: #a60160;}
img {border: 0;}

.footer p{ 
	margin:0px 10px 0px 520px;
	padding:0px;
}