﻿@charset "utf-8";
body {
	font-size:14px;
	font-family: Verdana, Arial, ＭＳ Ｐゴシック, Osaka;
	color:#333333;
	background-color:#FFFFFF;
	text-align: center;
	margin: 0;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.sk_cssdesign #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.both {
	clear: both;
}

A.nomal:link  {
	color: #9900FF;
	text-decoration: none
}
A.nomal:visited  {
	color: #CC00FF;
	text-decoration: none
}
A.nomal:hover  {
	color: #FF3300;
	text-decoration: underline
}
A.nomal:active  {
	color: #FF00FF;
	text-decoration: none
}

A.dark:link  {
	color: #1C50D4;
	text-decoration: none
}
A.dark:visited  {
	color: #1C50D4;
	text-decoration: none
}
A.dark:hover  {
	color: #990099;
	text-decoration: underline
}
A.dark:active  {
	color: #1A4FD3;
	text-decoration: none;
}
.sk_cssdesign #head {
	padding: 2px;
	height: 55px;
}
.sk_cssdesign #button_area {
	height: 30px;
	background-image: url(../image/bt_back.gif);
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1C50D4;
	border-left-color: #1C50D4;
}
.sk_cssdesign #foot {
	background-color: #F2F5FD;
	text-align: center;
	padding: 1px;
	border: 1px solid #D8E1FA;
	margin-top: 3px;
	color: #86A4E8;
}

#side_area {
	float: left;
	width: 200px;
	border: 1px solid #D8E1FA;
	background-color: #F2F5FD;
}
#main_area {
	padding: 3px;
	float: right;
	width: 680px;
	line-height: 130%;
}
.side_title {
	font-size:14px;
	color: #0839B3;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8E1FA;
	border-bottom-color: #D8E1FA;
}
.side_comment {
	font-size:14px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 194px;
	line-height: 1.5;
}
#spacer {
	height: 300px;
}
.side_comment ul{
               list-style:none;
               background-color:#ffffcc;
               text-align:left;
               width:200px;
               margin-left:0px;
               margin-bottom:0px;

               padding-left:1px;
}
.side_comment .menu1 {border:solid 2px #cc6600;}
.side_comment .menu2 {border:solid 2px #cc6600;border-top:none;}
.side_comment a{display:block;width:100%;text-decoration:none;}
.side_comment a:hover  {color:#ff0000;}
