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

body {
	width : 100%;
	background:#000;
	font-size: 12px;
	color: #fff;
	text-align:center;

}
#body {
	margin : 0px auto;
	width : 650px;
	margin:0 auto;
	border:1px solid #3cc;
}
#header {
	width : 100%;
}
#header .topmenu {
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	font-weight: bold;
	background: url(../img/bottom_bk.jpg) #fff;
	padding-bottom: 5px;
}
#main {
	margin-top: 0px;
	background-color: #000;
	background-image: url(../img/side_menu_bk.gif);
	background-repeat: repeat-y;
}
#navigation {
	float : left;
	width : 154px;
}
#contents {
	margin-left: 155px;
	background-color: #000;
	padding-top: 2px;
	text-align:left;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;

	background-image:;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/bottom_bk.jpg);
}
.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #fff; } 
a:visited { color: #fff; } 
a:hover { color: #3cc; } 
a:active { color: #3cc; }


/* サイドメニュー */
.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:154px;
	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: left;
	padding:10px 20px 0px;
	width:114px;
	height: 29px;
	display:block;
	background:url(../img/btn_menu002.gif) no-repeat 2px top;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
}
.sidemenu #menu a:hover{
	color:#FFFFFF;
	background: url(../img/btn_menu001.gif) no-repeat 2px  top;
}


/* フォント */
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}


/* コピーライト */
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #333399;
	background-color: #D0EFFF;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(../img/footer_bk.gif);
}
.copy_right a {
	color: #333399;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }
