@charset "utf-8";

@import "../css/reset.css";
@import "../css/fonts.css";

/* Basic XHTML */
body{
	background-repeat:repeat;
	background-color: #fff;
	text-align: center;
	color: #333;
}

a:link{ color: #000; text-decoration:none;}
a:visited{ color: #000; text-decoration:none;}
a:hover, a:visited:hover{ color: #000; text-decoration:underline;}
a:active{ color: red; }

p{
	margin:10px 5px;
	line-height:150%;
}

/* header */

#header{
	margin:20px auto 0 auto;
	width:522px;
	height:701px;
	position:relative;
	background-color:#fff;
}

#header h1{
	position:absolute;
	top:0px;
	left:0px;
	width:522px;
	height:142px;
}

/* menu */
#indexmenu{
	display:block;
	position:absolute;
	top:142px;
	left:0px;
	width:522px;
	height:559px;
	background: url("../img/indexbottom.jpg") top left no-repeat;
}

#menusection {
	margin: 40px 10px auto 300px;
	height:559px;
	vertical-align: middle;
}


#indexmenu h2 {
	line-height:120%;
	font-size:200%;
	color: #000;
	text-align: right;
}

#indexmenu p {
	text-align: right;
}

#news{
	background-image:url(../img/nari.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin: 0 auto;
	padding:5px 0;
	width:512px;
	min-height: 55px;
	border-bottom:1px solid #ccc;
}

#news .gray{
	margin-left:60px;
	text-align:left;
	color: gray;
}

#news p{
	margin-left:60px;
	text-align:left;
}


#footer{
	margin: 0 auto;
	padding:5px 0;
	width:512px;
	text-align:center;
	border-bottom:1px solid #ccc;
}

#footer a{
	padding-right:10px;
}