@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../images/menu_left_btn_01-2.png);
	   background-image: url(../images/menu_left_btn_02-2.png);
	   background-image: url(../images/menu_left_btn_03-2.png);
	   background-image: url(../images/menu_left_btn_04-2.png);
	   background-image: url(../images/menu_left_btn_05-2.png);
	   background-image: url(../images/menu_left_btn_06-2.png);
	   background-image: url(../images/menu_left_btn_07-2.png);
	   background-image: url(../images/menu_left_btn_08-2.png);
	   background-image: url(../images/menu_left_btn_09-2.png);
	   background-image: url(../images/menu_left_btn_10-2.png);
	   background-image: url(../images/menu_left_btn_11-2.png);
	   background-image: url(../images/menu_left_btn_12-2.png);
}
#container  {
	position: relative; /* adding position: relative により、このコンテナに対する相対位置に 2 つのサイドバーを配置できます */
	width: 750px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #000000;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
} 
#header
  {
} 
#header   #head_key    {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}
#sidebar1 {
	width: 145px;
	padding-left: 15px;
	padding-right: 10px;
}
#sidebar1 li img {
	display: block;
}
#sidebar1 #leftside_blog_news {
	margin-bottom: 15px;
	background-image: url(../images/menu_left_blog_bg.png);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	width: 125px;
}
#sidebar1 #leftside_blog_news .date {
	font-size: 10px;
	margin-bottom: 2px;
	margin-top: 10px;
	color: #CCCCCC;
}
#sidebar1 #leftside_blog_news .title {
	font-size: 11px;
}
#sidebar1 #leftside_blog_news .title a {
	color: #FFFFFF;
}
#sidebar1 #leftside_blog_news .title a:hover {
	color: #FFFF00;
}
#sidebar2 {
	width: 145px;
	padding-left: 10px;
	padding-right: 15px;
}
#sidebar2 #rightside_event {
	color: #FFFFFF;
	background-image: url(../images/menu_right_bg.png);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
#sidebar2 #rightside_event .title {
	font-weight: bold;
	color: #FFFF00;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 11px;
}
#sidebar2 #rightside_event .date {
	font-weight: bold;
	color: #FFFF99;
	margin-bottom: 4px;
	font-size: 11px;
}
#sidebar2 #rightside_event .comment {
	line-height: 120%;
	font-size: 11px;
}
#sidebar2 .rightside_text {
	font-size: 11px;
	line-height: 120%;
	color: #FFFFFF;
	background-image: url(../images/menu_right_bg.png);
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	clear: both;
}
#footer #footer_logo {
	margin-bottom: 50px;
	padding-top: 30px;
}
#footer #footer_link {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#footer #footer_link a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footer_link a:hover {
	text-decoration: underline;
}
#footer #footer_copyright {
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 50px;
}
.margin-1 {
	margin-bottom: 4px;
}
.margin-2 {
	margin-bottom: 2px;
}
.margin-3 {
	margin-bottom: 8px;
}
.margin-4 {
	margin-bottom: 20px;
}
.margin-5 {
	margin-bottom: 40px;
}
.em09 {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
}
.menu_l_text {
	font-size: 12px;
	line-height: 120%;
	margin-left: 20px;
	margin-bottom: 5px;
}
.menu_l_text_left {
	font-size: 12px;
	line-height: 120%;
	margin-right: 20px;
	margin-bottom: 5px;
}
.menu_m_text {
	font-size: 11px;
	width: 180px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.yellow {
	line-height: 140%;
	color: #FFFF00;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
