/* CSS Document */

/*■初期設定*/

body{
	background-color:#000000;/*背景の色*/
	color:#cccccc;/*通常のテキストカラー*/
	width: 1000px;
	margin: 0 auto;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

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



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

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}

body{
	text-align:center;
	font-family: メイリオ
	}

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


/*■基本レイアウト*/
#bg{
	width:740px;
	background:url(img/bg_con.jpg) repeat-y;
	float: left;
	}
	
#bg h3 img{
	width: 100%;
	}	
	
#container{
	width:100%;
	margin:auto;
	text-align:left;
	}
	
#container p.counter{
	text-align: center;
	margin: 20px auto;
}	
	
#head{
	margin: 20px auto;
	float: left;
	width: 100%;
	}
#head h1{
	height:20px;
	line-height:16px;
	font-size:100%;
	font-weight:normal;
	text-indent:10px;
	text-align: left;
	}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-indent:10px;
	text-align: left;
	}
#head h2 a{
	font-size:300%;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#CCCCCC;
	font-weight:normal;
	filter: glow(color=#666666,strength=100);
	}
#head h2 a:hover{
	font-size:300%;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#CCCCCC;
	}

#tel{
	float: right;
	width: 240px;
	margin-top: 20px;
	margin-right: 10px;
}

#tel p.addres{
	text-align: left;	
	font-size: 100%;
	color: #ffffff;
	margin-left: 35px;
}

#tel p.tel{
	text-align: right;	
	font-size: 220%;
	color: #FF9900;
	font-weight: bold;
}

#tel p.tel img{
	width: 15%;
}
	
#tel p.email{
	text-align: right;	
	font-size: 140%;
	color: #ffffff;
}
	
#head_menu{
	clear: both;
	height:55px;
	zoom:100%;
	background-color: #0c751b;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul.ddmenu{
	list-style-type:none;
	display:block;}
	
#head_menu ul.ddmenu ul{
	list-style-type:none;
	display:none;}
	
#head_menu ul.ddmenu li{
	width:105.5px;
	height:55px;
	position:relative;
	float:left;
	background-color: #0c751b;
	z-index: 100;
	}
#head_menu ul.ddmenu li a{
	width:105.5px;
	height:55px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	text-decoration:none;
	font-size: 120%;
	display: table-cell;
	vertical-align:middle;
	}
#head_menu ul.ddmenu li a:hover{
	color:#0c751b;
	background-color: #FFFFFF;
	text-decoration:none;
	}

#head_menu ul.ddmenu li:hover ul{
	display: block;
}

#head_menu ul li.off{
	overflow:hidden;
	width:100px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:110px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:110px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:110px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FFCC00;
	}

/*#head_menu ul.ddmenu{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-color: #0c751b;
}

#head_menu ul.ddmenu li {
	width:92.5px;
	height:55px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}
#head_menu ul.ddmenu a {
	background-color: #0c751b;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	text-decoration:none;
	font-size: 120%;
	display: table-cell;
	vertical-align:middle;
	display: block;            
}
#head_menu ul.ddmenu a:hover {
	color:#0c751b;
	background-color: #FFFFFF;
	text-decoration:none;
}

#head_menu ul.ddmenu ul{
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#head_menu ul.ddmenu li:hover ul{
	display: block;
}*/


/*#head_menu ul li.a01 a{ background:url(img/menu/a01.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(img/menu/a04.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/a04_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/menu/a05_on.jpg) no-repeat;}
#head_menu ul li.a06 a{ background:url(img/menu/a06.jpg) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(img/menu/a06_on.jpg) no-repeat;}
#head_menu ul li.a06 a{ background:url(img/menu/a07.jpg) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(img/menu/a07_on.jpg) no-repeat;}*/


/*メインイメージ*/
#main_image{
	clear:left;
	width:800px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	margin:20px auto;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	background:url(img/bg_foot.gif) no-repeat;
	width:820px;
	height:50px;
	}
#copy{
	line-height:40px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#top_up div#wel{
	width:100%;
	margin:0 0 0 0;
	text-align: left;
	font-size: 120%;
	}
	
#top div#top_up div#wel h3{
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;
	}
	
#top div#top_up div#wel p{
	line-height: 160%;
	}

#top div#top_up div#wel2{
	width:100%;
	/*height: 1200px;*/
	margin:10px 0 0 0;
	text-align: left;
	border: solid;
	border-color:#0c751b ;
	}

#top div#top_up div#wel2 h3{
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;
	}

#top div#top_up div#wel2 h3 img{
	margin:-10px 0 0 -10px;
	}

#top div#top_up div#wel2 div#info{
	padding:1px 1px 0px 1px;
	overflow:auto;
	}
#top div#top_up div#wel2 div#info div#Timeline{
	overflow:auto;
	/*height:550px;*/
	margin:0;
	}
#top div#top_up div#wel2 div#info div#Timeline h3{
	margin:8px 10px 0 10px;
	font-size:130%;
	/* color:#0c751b;
	background-color: #ffffff;*/
	background-color: #000000;
	height: auto;
	text-indent: 0px;
	}
#top div#top_up div#wel2 div#info div#Timeline h4{
	margin:8px 10px 0 10px;
	font-size:130%;
	color:#FF9900;
	}
#top div#top_up div#wel2 div#info div#main{
	overflow:auto;
	/*height:500px;*/
	margin:0;
	}
#top div#top_up div#wel2 div#info div#main h3{
	margin:8px 10px 0 10px;
	font-size:130%;
	/* color:#0c751b;
	background-color: #ffffff; */
	background-color: #000000;
	height: auto;
	text-indent: 0px;
	}
#top div#top_up div#wel2 div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:130%;
	color:#FF9900;
	}
#top div#top_up div#wel2 div#info div#main p{
	margin:4px 10px 0 10px;
	}

#top div#top_up div#wel3{
	width:740px;
	/*height: 800px;*/
	margin:10px 0 0 0;
	text-align: center;
	border: solid;
	border-color:#0c751b ;
	padding-bottom: 5px;
	}
	
#top div#top_up div#wel3 h3{
	margin-bottom: 5px;
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;
	}

#top div#top_up div#left{
	float:left;
	width:349px;
	height: 1200px;
	margin:0 0 0 0;
	text-align: left;
	margin-top: 10px;
	border: solid;
	border-color:#0c751b ;
	background-color: #ffffff;
	}
	
#top div#top_up div#left h3{
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;	
}

#top div#top_up div#left p{
	margin:8px 0 0 0;
	line-height:160%;
	font-size: 110%;
	}
	
#top div#top_up div#right{
	float:left;
	width:369px;
	height: 1200px;
	margin:10px 0 0 10px;
	text-align: left;
	border: solid;
	border-color:#0c751b ;
	}
#top div#top_up div#right h3{
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;
	}

#top div#top_up div#right h3 img{
	margin:-10px 0 0 -10px;
	}

#top div#top_up div#right div#info{
	padding:1px 1px 0px 1px;
	overflow:auto;
	}
#top div#top_up div#right div#info div#Timeline{
	overflow:auto;
	/*height:550px;*/
	margin:0;
	}
#top div#top_up div#right div#info div#Timeline h3{
	margin:8px 10px 0 10px;
	font-size:130%;
	/* color:#0c751b;
	background-color: #ffffff;*/
	background-color: #000000;
	height: auto;
	text-indent: 0px;
	}
#top div#top_up div#right div#info div#Timeline h4{
	margin:8px 10px 0 10px;
	font-size:130%;
	color:#FF9900;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	/*height:500px;*/
	margin:0;
	}
#top div#top_up div#right div#info div#main h3{
	margin:8px 10px 0 10px;
	font-size:130%;
	/* color:#0c751b;
	background-color: #ffffff; */
	background-color: #000000;
	height: auto;
	text-indent: 0px;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:130%;
	color:#FF9900;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
	
/***フッター***/	
#foot div#btm{
	clear:left;
	}
#foot div#btm div#bnr_sps{
	}
#foot div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#foot div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot div#btm div#bnr_sps ul li{
 float:left;
 margin:0 8px 0 0;
 width: 258px;
 text-align: left;
 }
 
#foot div#btm div#bnr_sps ul li p{
 line-height: 1.5em;
 margin-top: 5px;
 font-size: 110%;
 }
 
#foot div#btm div#bnr_sps ul li a:hover img{
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}

/***イベントページ***/
#event_page{}
#event_page h3{
	background:url(img/bg_h3.jpg) no-repeat;
	font-size:18px;
	line-height:52px;
	/*height:90px;*/
	color:#FFFFFF;
	vertical-align:bottom;
	text-indent:10px;
	}


#event_page h4{ font-size:180%;
	line-height:1.0em;
	vertical-align:top;
	margin:30px 0 20px 0;
	color:#cccccc;
	border:solid #FFCC00;
	text-indent:2px;
	border-width:0 0 0 3px;
	text-align: left;
	}
#event_page h5{
	font-size:130%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#FF9900;
	text-align: left;
	}
	
#event_page HR{
	margin:20px 0 20px 0;
	}	
	
#event_page div.typeA{
	}
#event_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	text-align: left;
	}
#event_page div.typeB{
	zoom:100%;
	}
#event_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#event_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#event_page div.typeB div.left{
	float:left;
	width:370px;
	}
#event_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#event_page p.margin_none{ margin:0;}
#event_page p{
	margin: 6px 0 0 0;
    text-align: left;
    font-size: 130%;
    line-height: 180%;
}

#event_page *{
	
	}

#event_page ul li{
	display:block;
	list-style-type:none;
	position:relative;
	float:left;
	margin: 20px 10px;
	}
	

#event_page h4{
	clear: both;
	}	
	
	

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(img/bg_h3.jpg) no-repeat;
	font-size:18px;
	line-height:52px;
	/*height:90px;*/
	color:#FFFFFF;
	vertical-align:bottom;
	text-indent:10px;
	}


#other_page h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#cccccc;
	border:solid #FFCC00;
	text-indent:2px;
	border-width:0 0 0 3px;
	text-align: left;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#FF9900;
	text-align: left;
	}
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	text-align: left;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

#other_page *{
	
	}

#other_page ul li{
	display:block;
	list-style-type:none;
	position:relative;
	float:left;
	margin: 20px 10px;
	}
	

#other_page h4{
	clear: both;
	}

/*テーブルセット*/
#tbl_setA{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin:0;
	width:780;
	bgcolor:#000000;
	}
#tbl_setA th{
	border:#666666 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	}
#tbl_setA td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
}

#tbl_setB{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin: 15px auto;
	width:100%;
	bgcolor:#000000;
	}
#tbl_setB th{
	border:#666666 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	width:200px;
	}
#tbl_setB td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
	width:290px;
	text-align: center;
}

#tbl_setC{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin:15px auto;
	width:100%;
	bgcolor:#000000;
	}

#tbl_setC td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
	width:195px;
	text-align: center;
}

#tbl_setD{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin: 15px auto 15px 0;
	width:100%;
	bgcolor:#000000;
	}
#tbl_setD th{
	border:#666666 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	width:200px;
	}
#tbl_setD td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
	width:360px;
	text-align: center;
}

#tbl_setE{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin: 15px auto 15px 0;
	width:100%;
	bgcolor:#000000;
	font-size: 130%;
	}
#tbl_setE th{
	border:#666666 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	width:200px;
	}
#tbl_setE td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
	width:360px;
	text-align: left;
}

#tbl_setF{
	border:#0c751b solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin: 15px auto 15px 0;
	width:100%;
	bgcolor:#000000;
	}
#tbl_setF th{
	border:#0c751b solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	width:200px;
	}
#tbl_setF td{
	border:#0c751b solid 1px;
	padding:1px;
	color:#CCCCCC;
	width:360px;
	text-align: left;
}

#tbl_set_entry_list{
	border:#666666 solid 1px;
	border-collapse:collapse;
	cellspacing:2;
	colspan:2;
	cellpadding:3;
	margin: 15px auto 15px 0;
	width:100%;
	bgcolor:#000000;
	font-size: 100%;
	}
#tbl_set_entry_list th{
	border:#666666 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	}
#tbl_set_entry_list td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
	text-align: left;
}
	
#access h3{
	font-size: 150%;
	margin: 15px auto;
}

#access h4{
	text-align: left;
	font-size: 150%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#ffffff;
	border:solid #FFCC00;
	text-indent:2px;
	border-width:0 0 0 3px;
}

#access h5{
	text-align: left;
	font-size: 130%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#FFCC00;
	text-indent:14px;
	border-width:0 0 0 3px;
}

#access .typeA p{
	text-align: left;
	margin-top: 10px;
	font-size: 160%;
	color:#ffffff;
	text-indent:20px;
}

#about p{
	font-size: 150%;
	font-weight: bold;
	margin: 20px auto;
}

#about h3{
	font-size: 170%;
	color: #FFCC00;
	font-weight: bold;
	margin: 50px auto;
}


@media print{
}

/* メールフォーム */
#formWrap {
	width:700px;
	margin:50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap h3{
	margin: 30px auto;
	font-size: 150%;
	color: #ffffff;
}

#formWrap p{
	margin: 15px auto;
	font-size: 120%;
	color: #ffffff;
}

#formWrap table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	text-align: left;
	font-size: 120%;
}
#formWrap table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#formWrap table.formTable td{
	font-weight:normal;
	background:#ffffff;
	text-align:left;
}

#formWrap a{
	margin: 10px auto;
}

/* 広告表示 */
*{
	margin:0;
	padding:0;
}

#ad{
	border-style: solid;
	border-color:#0c751b ;
	float: left;
	margin-top: 38px;
	margin-left: 14px;
	/*height: 1356px;*/
	width: 240px;
}

#ad img{
	width: 200px;
	height: auto;
}

#ad .pr0{
	border-style: solid;
	border-color:#0c751b ;
	width: 210px;
	height: 125px;
	margin: 20px auto;
	/* visibility: hidden ;*/
	display: none;
}

#ad .pr0 p{
	font-size: 200%;
	margin: 40px;
}

#ad .pr1{
	border-style: solid;
	border-color:#0c751b ;
	width: 210px;
	/*height: 125px;*/
	margin: 20px auto;
	padding: 10px 0px;
}

#ad .pr1 img{
 text-align: left;
 width: 200px;
 /*height: 88px;*/
 border: aliceblue;
 border-style: double;
 border-color: #0c751b ;
}

#ad .pr1 p{
 text-align: left;
}

.pr_design_box{
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:12px;
	position:relative;
}
.pr_design ul{
}
.pr_design li{
	display:inline;
}
.pr_design_02{
	margin-left:7px;
}
.pr_design_copy{
	position:absolute;
	right:5px;
	bottom:0px;
}

#tweet{
	margin-top: 10px;
	margin-left: 10px;
	width: 240px;
	float: right;
	border: solid;
	border-color:#0c751b ;
	background-color: #ffffff;
}

#tweet h3{
	height: 30px;
	color: #ffffff;
	background-color: #0c751b;
	text-indent: 10px;
	line-height: 30px;
	font-size: 115%;
	font-family: メイリオ;
    font-weight: inherit;
}

/*************
エントリーフォーム
*************/

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
	vertical-align: middle;
	width: 70%;
}

table.mailform tr th,table.mailform tr td input.text{
	height:20px;
	width: 100%;
}

table.mailform tr th {
	width: 30%;
	vertical-align: middle;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 14px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height:90%;
}