@charset "utf-8";

* {
	margin:0;
	border:0;
}



body {
	text-align:center;
	background:url(img/bg_body.jpg);
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {
	color: #333399;
}

a:hover, a:active {
	color:#C39;
}



#page {
	padding:0 38px;
	background:url(img/bg_page.jpg) repeat-y center;
	width:740px;
	margin:0 auto; 
}


#header {
	position:relative;
	background:url(img/title_logo.jpg) no-repeat;
	width:740px;
	height:150px;
	text-align:left;
	margin-bottom:15px;
}




#header h1 {
	position:absolute;
	top:35px;
	left:10px;
	font-weight:normal;
	font-size:100%;
	color:#333;
}


#main {
	float:left;
	width:540px;
	text-align:left;
	margin-right:20px;
}

.contents {
		padding:15px 20px;
		margin-bottom:15px;
}
	

#main .contents {
	background-color:#F0F0EC;
}

.red {
	font-weight:bold;
	color: #993366;
}
.column {
	font-size:12px;
	padding:10px 5px;
}



#side {
	width:180px;
	float:right;
	background-color:#F0F0EC;
	text-align:center;
	padding-bottom:30px;
}


#side h4 {
	font-size:16px;
	color:#663399;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px dotted #999;
}

#side div p {
	border-bottom:2px dotted #999;
	padding:10px 0 20px 0;
}


.uranae_banner {
	padding:0 16px;
	margin-top:10px;
}

h3 {
	font-size:14px;
	margin-bottom:5px;
}


#footer {
	width:740px;
	height:30px;
	margin-bottom:0;
}


	
#footer h3 {
	font-size:10px;
	font-style:normal;
	color:#666;
}

#footer h3 a:link,
#footer h3 a:visited {
	font-weight:normal;
	color:#666;
}

#wrap:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

