* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

a:link   { color: #0088ff; text-decoration:underline; }
a:visited{ color: #0088ff; text-decoration:underline; }
a:hover  { color: #ff0088; text-decoration:underline; }

body {
	background-color: #ffffff;
	text-align:center;
	color: #444444;
	font-size:12px;
	line-height:14px;
}

div#all{
	width:100%;
	height:780px;
	margin-right:auto;
	margin-left:auto;
	background-position:center top;
}

div#main_c{
	font-family:'ゴシックフォント',sans-serif;
	position:relative;
	width:840px;
	height:780px;
	margin-right:auto;
	margin-left:auto;
}


div#news{
	position:absolute;
	top:136px;
	left:290px;
	width:515px;
	height:20px;
	background-color:#000000;
	color:#ffffff;
}

#news p{
	width:100%;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
}

div#footer{
	position:absolute;
	top:745px;
	right:0px;
	width:832px;
	height:36px;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

div#menu{
	position:absolute;
	top:170px;
	left:13px;
	padding-left:1px;
	padding-right:1px;
	width:138px;
	height:480px;
	background: url("../images/menu_bg.png") no-repeat;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	margin:0;
	padding:0;
	list-style:none;
	height:32px;
	margin-bottom:1px;
}

div#counter{
	width:100%;
	height:51px;
}

#counter p{
	padding-right:5px;
	padding-top:23px;
	text-align:right;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	height:16px;
	color:#ffffff;
}

div#contents{
	position:absolute;
	top:173px;
	left:175px;
	width:644px;
	height:482px;
	border:3px solid #ffffff;
}
div#con_news{
	width:100%;
	height:482px;
	overflow:auto;
}
/*
div#con_news{
	width:496px;
	height:443px;
	overflow:auto;
}
*/
h1{
	font-size:12px;
	line-height:14px;
	height:14px;
}

h3{
	font-size:12px;
	line-height:14px;
	height:14px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	color:#ffffff;
	background-color:#FF527F;
}

h6{
	font-size:12px;
	line-height:14px;
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	color:#ffffff;
	background-color:#92007B;
	font-family:'ゴシックフォント',sans-serif;
	font-weight:bold;
	text-align:center;
}
