/* CSS Document */


/*■初期設定*/

body{
	color:#000000;
	background: #CCCCFF;
	}
a{
	color:#6666FF;
	font-weight: bold;
	}
a:hover{
	color:#6633FF;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

p{line-height:130%;}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
	font-size:12px;
	*font-size:80%;
	*font:80%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}


body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

/*-----フォントサイズ指定-----*/
.F8 {font-size:8px;}
.F9 {font-size:9px;}
.F10 {font-size:10px;}
.F11 {font-size:11px;}
.F12 {font-size:12px;}
.F14 {font-size:14px;}
.F16 {font-size:16px;}

.bold {font-weight:700;}

/*-----フォントカラー指定-----*/
.fc-WH {color:#FFFFFF;}
.fc-BK {color:#000000;}
.fc-RE {color:#FF0000;}

/* --- マージン、パディング指定 --- */
.m-5 {margin:5px;}
.m-10 {margin:10px;}
.p-5 {padding:5px;}
.p-10 {padding:10px;}




.clr_sps{ clear:both; font-size:1px;}

#container{
	width:742px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 0px;
	}
h1{
	width:742px;
	height: 25px;
	margin:0px auto;
	padding: 0px;
	line-height:25px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-align:left;
	text-indent: 15px;
	vertical-align: baseline;
	border: 1px solid #999999;
	background: url(img/common/bg_h1.jpg) repeat-x;
	}	
h2{
	margin:0 1px;
	font-weight:bolder;
	padding:0px;
	height: 100px;
	text-align: right;
	width: 740px;
	}
h2 a{
	font-size:25px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
h2 a:hover{
	color:#333333;
	text-decoration:none;
	}	

/*■ヘッダメニュー*/
#head_menu{
	background:url(img/common/bg_head_menu.gif) no-repeat;
	width:740px;
	height:25px;
	color: #000000;
	text-align: center;
	z-index: 9997;
	}
#head_menu ul{
	list-style-type:none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 678px;
	z-index: 9998;
	}
#head_menu ul li{
	font-size:13px;
	letter-spacing:1px;
	float:left;
	width:113px;
	height:25px;
	position:relative;
	line-height: 25px;
	vertical-align: middle;
	z-index: 9999;
	}
#head_menu ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	width:113px;
	height:25px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#FFFFFF;
	font-weight: bolder;
	background: #3333FF;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:113px;
	}
#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:25px;
	width:113px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
	}
#head_menu ul li.on{
	width:113px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/ 
	}
#head_menu ul ol.sub li{
	float:none;
	width:113px;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #999999;
	text-align:center; float:none;
	filter:alpha(opacity=82); /*IE*/
	-moz-opacity:0.82; /*FF*/
	}
#head_menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:11px;
	height:25px; line-height:25px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#3333FF;
	color:#FFFFFF;
	}


#contents{
	margin:0;
	clear:left;
	background: #FFFFFF;
	}

#main_image{
	width:740px;
	height:195px;
	margin:0px 1px 5px;
	padding: 0px;
	}

#copy{
	height:25px;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
	clear:both;
	background: #333333;
	width: 100%;
	border-top: 5px solid #333333;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	}
#copy a:hover{
	color:#6666FF;
	}


/***トップ***/
#top{}
#top h2 a{
	font-size:25px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	background: #CCCCFF;
	}
#top h3{
	font-size:20px;
	line-height:150%;
	color:#333333;
	font-weight:bold;
	width: 720px;
	margin: 10px 10px;
	border-bottom: 1px dotted #666666;
	}
#top p{
	line-height:150%;
	padding: 3px;
	margin: 10px 10px 10px;
	width: 98%;
	}
#top #top_btm{
	margin: 15px 0;
	display: block;
	zoom:100%;
	}
#top #top_btm:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#top #left{
	float:left;
	width:398px;
	margin-left: 8px;
	}

#top #left #info{
	width: 398px;
	text-align:left;
	background:url(img/top/bg_info_main.gif) repeat-y;
	display: block;
	}
#top #left #info .info_top{
	background:#FFFFFF url(img/top/bg_info_top.gif) no-repeat;
	width: 398px;
	height: 34px;
	}
#top #left #info .info_main{
	width: 398px;
	height: 620px;
	text-align:left;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
	position: relative;
	}
#top #left #info .date{
	font-size:12px;
	color: #3333FF;
	line-height:20px;
	text-indent: 15px;
	background: url(img/top/bg_top_h5.png) no-repeat left;
	margin: 10px 0 0 10px;
	}
#top #left #info .title{
	font-size:14px;
	padding: 10px 5px 5px 5px;
	color:#ff0000;
	font-weight:bolder;
	}
#top #left #info p{
	font-size:11px;
	padding-bottom: 5px;
	line-height:120%;
	margin: 5px 5px 10px;
	width: 360px;
	border-bottom: 1px dotted #999999;
	}
#top #left #info .info_dwn{
	background:#FFFFFF url(img/top/bg_info_dwn.gif) no-repeat;
	width: 398px;
	height: 6px;
	}
#top #right{
	float:left;
	width:320px;
	margin-left: 10px;
	}

#top #right #twitter{
	width:318px;
	margin:3px 0px 10px 0px;
	text-align:center;
	}

#top #right #calendar{
	width:318px;
	margin:3px 0px 0px 0px;
	text-align:center;
	}

#top #right #bnr_sps{}
#top #right #bnr_sps p{
	width:318px;
	height:35px;
	margin:2px 0px 2px 0px;
	text-align:center;
	}
#top #right #bnr_sps p a{
	background:url(img/top/bg_bnr.jpg) no-repeat;
	display:block;
	width:318px;
	height:35px;
	line-height:35px;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-indent:10px;
	}
#top #right #bnr_sps p a:hover{
	font-size:20px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}

/***その他のページ***/
#main_image2{
	margin:0px;
	text-align: left;
	padding: 20px 10px 0px;
	font-size:30px;
	font-weight:bolder;
	text-align:left;
	width: 100%;
	line-height: 45px;
	display: block;
	text-indent: 10px;
	}

#main_image2 .t_bk{
	color:#000000;
	}
#main_image2 .t_wt{
	color:#FFFFFF;
	}
#main_image2 .bg_wh{
	background-color:#FFFFFF;
	}
#main_image2 .bg_bl{
	background-color: #CCCCFF;
	}

#other_page{
	margin: 0px 7px 10px;
	width: 720px;
}


#other_page h3{
	background:url(img/common/bg_h1.jpg) repeat-x;
	font-size:16px;
	color:#333333;
	margin:20px 3px 5px;
	line-height:25px;
	font-weight: 800;
	width: 720px;
	text-indent: 5px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
#other_page h4{
	font-size:16px;
	line-height:150%;
	margin:5px 3px 3px;
	color:#6666FF;
	font-weight: bolder;
	width: 720px;
	border-bottom: 1px dotted #666666;
	}	
#other_page div.typeA{
	margin: 0px 3px 10px;
	width: 720px;
	}
#other_page div.typeA p{
	margin:5px 3px 10px;
	line-height:150%;
	width: 720px;
	padding: 3px;
	}
#other_page div.typeB{
	margin:0px 3px 30px;
	line-height:120%;
	zoom:100%;
	text-decoration: none;
	width: 720px;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:0px;
	line-height:150%;
	padding: 3px;
	}	
#other_page div.typeB div.left{
	float:left;
	width:360px;
	margin: 0px;
	}
#other_page div.typeB div.right{
	float:right;
	width:360px;
	margin:0px;
	}

#other_page p.margin_none{
	margin:0;
	line-height: 150%;
}
#other_page p{
	padding: 0px 3px;
	line-height: 150%;
	margin: 10px 0px 20px;
}

/*テーブルセット*/
#tbl_setA{
	border:1px solid #666666;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:1px solid #666666;
	background:#CCCCCC;
	padding:6px;
	text-align:center;
	}
#tbl_setA td{
	border:1px solid #666666;
	padding:6px;
	}

/******************************************************************************************************/
#p-copy{
	width:740px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/common/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 716px;
	}

/******************************************************************************************************/
/*メンバー紹介ページ*/

#member_page{
	margin: 0 5px 0 120px;
	text-align:left;
	background:#FFFFFF;
	}

.member_card{
	margin:0;
	text-align:left;
	width:600px;
	}
.member_card_top{
	margin: 0;
	width:600px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	text-indent:20px;
	background:url(member/sozai/card-top.gif) no-repeat;
	}
.member_card_mid{
	font-size:12px;
	width:600px;
	text-align:center;
	background:#FFFFFF url(member/sozai/card-bg.gif) repeat-y;
	}
.member_card_btm{
	margin: 0 0 20px 0;
	width:600px;
	height:10px;
	background:url(member/sozai/card-btm.gif) no-repeat;
	}

/******************************************************************************************************/
/*スライドショー*/

#photodiv{
	width:740px;
	height:195px;
	display: block;
	margin: 0 auto 10px auto;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-repeat:no-repeat;
}
