/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	background-color: #000000;
	font-size: 12px;
	color: #333333;
}
#body {
	margin : 0 auto 0;
	width : 760px;
	border: 1px solid #CCCCCC;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#header {
	width : 100%;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#header .topmenu {
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	background-color: #000;
	background-image: url(../img/topmenu_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .topmenu a{
	color:#000;
}
#header .topmenu a:hover{
	color:#00CCFF;
}
#main {
	background-color: #ededed;
	background-image: url(../img/sidemenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#navigation {
	float : left;
	width : 198px;
	padding:8px 0;
}
#contents {
	margin-left: 198px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
#footer a{
	color:#000;
}
#footer a:hover{
	color:#0CF;
}
.clear {
	clear: both;
}


/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #000; } 
a:visited { color: #000; } 
a:hover { color: #0CF; } 
a:active { color: #0CF; }


/* サイドメニュー */
.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:10pt;
}
.sidemenu li{
	display : inline; 
	padding :0; 
	margin:0px 0px 2px;
}
.sidemenu #menu a {
	text-align: left;
	padding:10px 9px 0px;
	width:158px;
	height: 25px;
	display:block;
	margin:2px auto;
	background-image: url(../img/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
.sidemenu #menu a:hover{
	background-color: #000000;
	background-image: url(../img/sidemenu_on.gif);
	color: #fff;
}


/* フォント */
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: #FFFFFF;
	background-color: #000;
	background-image: url(../img/copylight_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }
