/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #000099;
	font-size: 12px;
	color: #333333;
}
#body {
	margin : 0;
	width : 700px;
	background-color: #FFFFFF;
}
#header {
	width : 100%;
	background-color: #3399FF;
}
#header .topmenu {
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: #DEE7FF;
	padding-bottom: 3px;
	background-image: url(../img/topmenu_bg.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #82ADF1;
	border-bottom-color: #82ADF1;
}
#main {
	margin-top: 1px;
	background-color: #DEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/sidemenu_bg.gif);
}
#navigation {
	float : right;
	width : 150px;
}
#contents {
	background-color: #FFFFFF;
	margin-right: 150px;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
	text-align: left;
}
a:link { color: #0000FF; } 
a:visited { color: #000099; } 
a:hover { color: #6074FF; } 
a:active { color: #6666FF; }


/* サイドメニュー */
.side_nolink ul{
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	width:100%;
	font-size:14px;
}
.side_nolink li{
	text-align: center;
	padding:10px 0px 0px;
	margin:0 0px;
	width:150px;
	height: 25px;
	background-image: url(../img/sidemenu.jpg);
	background-repeat:no-repeat; 
	display:block;
}

.sidemenu {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	width:100%;
	font-size:14px;
}
.sidemenu li{
	display : inline; 
	padding :0; 
	margin:0px 0px 2px;
}
.sidemenu #menu a {
	text-align: center;
	padding:8px 0px 0px;
	width:150px;
	height: 27px;
	display:block;
	background-color: #668CFF;
	background-image: url(../img/sidemenu.gif);
	color: #FFFFFF;
}
.sidemenu #menu a:hover{
	background-image: url(../img/sidemenu_on.gif);
}


/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#font_10px{
	font-size:10px;
}
#font_12px{
	font-size:12px;
}
#font_14px{
	font-size:14px;
}
#font_16px{
	font-size:16px;
}
#font_18px{
	font-size:18px;
}
#font_red {color: #CC0000}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	background-color: #4A7DDD;
	background-image: url(../img/copylight_bg.gif);
}

.copy_right a {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
}

.copy_right a:hover {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
}