﻿/******************************
■ 全体
******************************/
/*▼ 画面全体*/
body{
	margin:0;
	text-align:center;
	color:#666;
	background-image:url(../images/body-back.jpg);
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mask_frame{
	background-image:url(../images/contents-back.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
/*▼ ページ*/
#body_frame{
	margin:0 auto;
	width:900px;
	text-align:left;
	font-size:90%;
}
/*▼ ナビゲーション*/
#root_list{
	color:#fff;
	text-align:left;
	margin-bottom:10px;
}
#root_list a{
	color:#fff;
}
p{
	margin:10px 20px;
}
img{
	border:none;
	margin-right: 10px;
}

/******************************
■ ヘッダー
******************************/
/*▼ ヘッダー全体*/
#header_frame{
	text-align:left;
	width:800px;
	height:379px;
}
/*▼ ページ説明文*/
h1{
	display:none;
}

#news{
	width:230px;
	height:250px;
	margin:40px 35px 0px 535px;
}
#blog{
	width:250px;
	height:40px;
	margin:0 0 0 525px;
}
/******************************
■ メニュー
******************************/
/*▼ メニュー全体*/
#menu_frame{
	float:left;
	width:900px;
	height:50px;
	margin-bottom:10px;
}

/*▼ メニュータイトル*/
h2{
	float:left;
	width:150px;
	height:50px;
	margin:0;
}
.menu{
	float:left;
	width:150px;
	height:50px;
	cursor:hand;
}

.menu h2 span{
	display:none;
}

.active_menu{
	float:left;
	width:150px;
	height:50px;
	cursor:hand;
}
.active_menu h2 span{
	display:none;
}

/******************************
■ サイドコンテンツ
******************************/

#left_frame{
	clear:both;
	float:left;
	width:250px;
	margin-bottom:20px;
}
.photo_title{
	background-color:#222;
	padding:5px 0;
}
.photo_title p{
	color:#FFF;
	margin:8px;
	font-size:90%;
}
.photo_img{
	margin-bottom:20px;
}
.photo_img p{
	margin:0;
}

#text_frame{
	color:#FFF;
}
#text_frame p{
	margin:10px;
}
#text_frame h4{
	margin-left:10px;
}
/******************************
■ メインコンテンツ
******************************/
#main_frame{
	float:right;
	width:630px;
	background:#FFF;
	margin-bottom:20px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

h3{
	display:none;
	margin-left:20px;
}

#visitor_frame{
	margin:20px;
	height:300px;
	background-color:#E3E3E3;
	border:1px solid #999;
	overflow:auto;

	scrollbar-face-color: #e3e3e3;       /* 表面の色 */
	scrollbar-3dlight-color: #999;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #999; /* 右端と下端 */
	scrollbar-highlight-color: #e3e3e3;  /* ハイライトの色 */
	scrollbar-shadow-color: #e3e3e3;     /* 影の色 */
	scrollbar-arrow-color: #999;      /* 矢印の色 */
	scrollbar-track-color: #999;      /* バーの背景の色 */

}
#visitor_frame img
{
	margin-right:10px;
}
.list_table{
	margin:0 20px;
	border:1px solid #ccc;
}
.list_table th{
	border:1px solid #ccc;
	padding:10px;
}
.list_table td{
	border:1px solid #ccc;
	padding:10px;
}
#main_frame h4{
	margin-left:20px;
	margin-bottom:10px;
	
}
#main_frame h5{
	margin:10px 20px;
	
	
}
/******************************
■ フッター
******************************/
/*▼ フッター全体*/
#footer_link{
	clear:both;
	text-align:center;
	width:900px;
	margin-bottom:20px;
	color:#FFF;
}
#footer_link a{
	color:#FFF;
}
#footer_frame{
	text-align:right;
	width:900px;
	height:30px;
	line-height:10px;
	color:#FFF;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	margin-bottom:10px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer_frame a{
	color:#FFF;
}

