/*  INDEX
--------------------
1.基本設定(初期化)
2.基本レイアウト
3.テキスト基本
4.スペース
5.写真関連
6.トップページ
7.中ページ
--------------------
*/


/* 1. 基本設定(初期化)
----------------------------------------------- */
*{
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,Arial,sans-serif;
}

*:first-child+html *{
	font-family:'メイリオ',Meiryo;
}

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#D9E1C2;
	font-size:12px;
	line-height:1.5;
	letter-spacing:1px;
	color:#333;
}

a:link, a:visited{
	color:#027ABB;
	text-decoration:none;
}

a:hover{
	color:#027ABB;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, p, pre,form,
blockquote, ul, ol, dl, dd, dt{
	margin:0;
	padding:0;
}

li{
	list-style-type:none;
}

img{
	border:none;
}

caption,th{
	text-align:left;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}

address{
	font-style:normal;
	font-weight:normal;
}

.clear{
	clear:both;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#topicpath{
	margin:10px 0 20px 0;
	font-size: 10px;
}

#topicpath li{
	float:left;
}

#topicpath li a{
	padding:0 8px 0 0;
	margin:0 8px 0 0;
	float:left;
	background:url(../gifs/topicpath.gif) right no-repeat;
}

#topicpath li a:link,
#topicpath li a:visited{
	text-decoration:none;
	color:#43a620;
}

#topicpath li a:hover{
	text-decoration:underline;
	color:#43a620;
}

.mt10{
	margin-top:10px;
}


/* 2. 基本レイアウト
----------------------------------------------- */
#wrapper{
	width:100%;
	margin:0;
	padding:0;
	background:#fff;

	text-align:center;
}

#header{
	width:100%;
	height:132px;
	margin:0;
	padding:0;
	background:#fff url(../gifs/header_bg.gif) repeat-x;

	text-align:center;
}

#header #main{
	width:900px;
	height:72px;
	margin:0 auto 4px;
}

#header #main ul{
	margin:0;
	padding:0;
}

#header #main ul li{
	margin:0;
	padding:0;
	float:right;
}

#header #main ul li.logo{
	float:left;
}

#header #main ul li.logo h1{
	width:297px;
	height:72px;
	background:url(../gifs/logo.gif) no-repeat;
}

#header #main ul li.logo h1 a:link,
#header #main ul li.logo h1 a:visited,
#header #main ul li.logo h1 a:hover{
	display:block;
	width:297px;
	height:72px;

	text-indent:-99999px;
}

#header #main ul li ul{
	width:378px;
	margin:0;
	padding:0;
}

#header #main ul li ul li{
	float:left;
	height:22px;

	text-align:left;
}

#header #main ul li ul li.otoiawase{
	width:378px;
	height:19px;
	margin:13px 0 18px;
}

#header #main ul li ul li.home{
	width:52px;
	margin-right:50px;
}

#header #main ul li ul li.contact{
	width:80px;
	margin-right:42px;
}

#header #main ul li ul li.link{
	width:48px;
	margin-right:29px;
}

#header #main ul li ul li.sitemap{
	width:77px;
}

#header #menu{
	width:900px;
	margin:0 auto;
}

#header #menu ul{
	width:900px;
	margin:0;
	padding:0;
}

#header #menu ul li{
	height:56px;
	float:left;
	margin:0;
	padding:0;
}

#container{
	width:100%;
}

#container #contents{
	width:900px;
	margin:0 auto;
	background:#fff;
}

#footer{
	clear:both;
	width:100%;
	height:173px;
	margin:0 auto;
	background:url(../gifs/footer_bg.gif) top center repeat-x;
}

#footer #navi{
	width:900px;
	margin:0 auto;
}

#footer #navi ul{
	margin:0;
	padding:0;
}

#footer #navi ul li{
	display:block;
	width:162px;
	float:left;
}

#footer #navi ul li.goback,
#footer #navi ul li.gotop{
	width:139px;
	padding:10px 0 0 0;
	float:right;

	text-align:right;
}

#footer #navi address{
	clear:both;

	text-align:left;
	font-size:10px;
}

#footer #fmenu{
	width:900px;
	margin:30px auto;
}

#footer #fmenu ul{
	margin:0;
	padding:0;
}

#footer #fmenu ul li{
	display:inline;
	padding:0px 10px;
}

#footer #fmenu ul li a:link,
#footer #fmenu ul li a:visited{
	text-decoration:none;
	font-size:10px;
	color:#333;
}

#footer #fmenu ul li a:hover{
	text-decoration:underline;
	color:#43A620;
}

#footer #copyright{
	font-size:10px;
	color:#5B8807;
}




/* 3.テキスト基本
----------------------------------------------- */
.fsl18{font-size:18px; line-height:18px}						/* 見出し */
.fsl14{font-size:14px; line-height:20px; letter-spacing:1px}		/* 本文 */
.fsl12{font-size:12px; line-height:18px; letter-spacing:1px}		/* 注釈 */
.fsl10{font-size:10px; line-height:14px}						/* キャプション */
.fsl10gray{font-size:10px; line-height:14px; color:#666;}			/* キャプション灰色 */

.fsle20{font-size:20px; line-height:25px}						/* 英見出し */
.fsle14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fsle13{font-size:13px; line-height:14px}						/* 英注釈 */
.fsle12{font-size:12px; line-height:14px}						/* 英キャプション */




h2 {
	margin-bottom:15px;
}

h3 {
	border-left:5px solid #43a620;
	padding:4px 5px;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
	color:#333;
}

h3 span{
	display:block;
	margin-bottom:3px;

	color:#777;
}

h4 {
	padding: 0 0 0 8px;
	line-height:1;
	border-left:solid 3px #693;
	margin-bottom:10px;
}

h5 {
	border-left:5px solid #43a620;
	padding:4px 5px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	text-align:left;
	color:#333;
}



.linkdot {
	background-image: url(../gifs/linkdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	margin: 0;
}
.note {
	font-size:10px;
	line-height:14px;
	margin-top:5px;
}

sup {
	font-size:10px;
	line-height:14px;
}

#qrcode{
	margin-top:10px;
	padding:0px;
}



/* 4. スペース
----------------------------------------------- */
.vsp-bottom10 {	margin-bottom:10px;}
.vsp-bottom20 {	margin-bottom:20px;}



/* 5.写真関連
----------------------------------------------- */
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.p-left10{
	float:left;
	margin:0px 10px 10px 0;
}

.p-left10_40{
	float:left;
	margin:0px 10px 40px 0;
}

.p-right10{
	float:right;
	margin:0px 0px 10px 10px;
}


/* 6.トップページ
----------------------------------------------- */
#container #topimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/topimg_bg.jpg) top center no-repeat;
}

#container #contents #rightbox {
	width: 595px;
	float: right;
	margin: 20px 0 10px;
}

#container #contents #headline{
	margin:5px 0 0px 0;
}

#container #contents #headline #news{
	width:595px;
	margin:0 0 15px 0;
	text-align:left;
}

#container #contents #headline #work{
	width:595px;
	margin:0 0 15px 0;
	text-align:left;
}

#container #contents #headline #news strong{
	display:block;
	width:595px;
	height:32px;
	background:url(../gifs/top_news.gif) no-repeat;

	text-indent:-99999px;
}

#container #contents #headline #work strong{
	display:block;
	width:595px;
	height:32px;
	background:url(../gifs/top_act.gif) no-repeat;

	text-indent:-99999px;
}

#container #contents #headline #news dl,
#container #contents #headline #work dl{
	margin:15px 0 5px 0;
	font-size:12px;
}

#container #contents #headline #news dt,
#container #contents #headline #work dt{
	float:left;
	width:10em;
	clear:both;
	background:url(../gifs/arrow.gif) 0px 7px no-repeat;
	padding:2px 0 4px 15px;
	color:#333;
}

#container #contents #headline #news dd,
#container #contents #headline #work dd{
	margin-left:9em;
	padding:2px 0 4px 0;
	_height:1%; /* IEHack */
}

#container #contents #headline #news dd a:link,
#container #contents #headline #news dd a:visited,
#container #contents #headline #work dd a:link,
#container #contents #headline #work dd a:visited{
	color:#333;
	text-decoration:none;
}

#container #contents #headline #news dd a:hover,
#container #contents #headline #work dd a:hover{
	color:#43A620;
	text-decoration:underline;
}

#container #contents #headline #news img,
#container #contents #headline #work img{
	float:right;
}

#container #contents #boxes{
	clear:both;
	margin: 20px 0 80px;
}
#container #contents #boxes .box{
	float:left;
	width:290px;
	margin-bottom:40px;

	text-align:left;
}

#container #contents #boxes .cbox{
	float:left;
	width:290px;
	margin:0px 15px;
	margin-bottom:40px;

	text-align:left;
}

#container #contents #boxes .box h2,
#container #contents #boxes .cbox h2{
	margin:0 0 5px 0;
	padding:0;
}

#container #contents #boxes .box p,
#container #contents #boxes .cbox p{
	margin:15px 0px 20px;
	padding:0;

	font-size:12px;
}

#container #contents #boxes .box h2.philosophy{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_01.gif) no-repeat;
}

#container #contents #boxes .cbox h2.project{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_02.gif) no-repeat;
}

#container #contents #boxes .box h2.staff{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_03.gif) no-repeat;
}

#container #contents #boxes .box h2.profile{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_04.gif) no-repeat;
}

#container #contents #boxes .cbox h2.blog{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_05.gif) no-repeat;
}

#container #contents #boxes .box h2 a:link,
#container #contents #boxes .box h2 a:visited,
#container #contents #boxes .box h2 a:hover,
#container #contents #boxes .cbox h2 a:link,
#container #contents #boxes .cbox h2 a:visited,
#container #contents #boxes .cbox h2 a:hover{
	display:block;
	width:290px;
	height:32px;

	text-indent:-99999px;
}

/* イベント */
#container #contents #gg{
	float:left;
	width:290px;
	margin: 20px 0 10px;
}

#container #contents #events{
	width:290px;
	background:#fff;
}

#container #contents #gg #events #gdiary{
	width:280px;
	margin:0 auto 5px;
	border-top:1px dotted #ff9102;
	border-bottom:1px dotted #ff9102;
	padding:5px 0px;
	text-align:left;
}

#container #contents #gg #events #gdiary img{
	margin-bottom:3px;
}

#container #contents #gg #events #gdiary table{
	text-align:left;
}

#container #contents #gg #events #gdiary a{
	text-decoration:none;
	color:#333;
}

#container #contents #gg #events #gdiary strong{
	color:#ff9102;
}

#container #contents #gg #events #gdiary .nitiji{
	margin-bottom:4px;
	padding-bottom:4px;
	border-bottom:1px solid #ddd;
}

#container #contents #boxes{
	float:right;
	width:595px;
}

#container #contents #boxes .lbox{
	float:left;
	width:290px;
	margin-bottom:40px;

	text-align:left;
}

#container #contents #boxes .rbox{
	float:right;
	width:290px;
	margin-bottom:40px;

	text-align:left;
}

#container #contents #boxes .lbox h2,
#container #contents #boxes .rbox h2{
	margin:0 0 5px 0;
	padding:0;
}

#container #contents #boxes .lbox p,
#container #contents #boxes .rbox p{
	margin:15px 0px 20px;
	padding:0;

	font-size:12px;
}

#container #contents #boxes .lbox h2.philosophy{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_01.gif) no-repeat;
}

#container #contents #boxes .rbox h2.project{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_02.gif) no-repeat;
}

#container #contents #boxes .lbox h2.staff{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_03.gif) no-repeat;
}

#container #contents #boxes .rbox h2.profile{
	width:290px;
	height:32px;
	background:url(../gifs/top_h2_04.gif) no-repeat;
}

#container #contents #boxes .lbox h2 a:link,
#container #contents #boxes .lbox h2 a:visited,
#container #contents #boxes .lbox h2 a:hover,
#container #contents #boxes .rbox h2 a:link,
#container #contents #boxes .rbox h2 a:visited,
#container #contents #boxes .rbox h2 a:hover{
	display:block;
	width:290px;
	height:32px;

	text-indent:-99999px;
}

#tp_qrcode{
	width:585px;
	float:right;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:20px;
}


/* 7.中ページ
----------------------------------------------- */
#container #contents #index{
	float:left;
	width:650px;
	margin-bottom:30px;

	text-align:left;
}

#container #contents #index h2{
	width:640px;
	height:32px;
	padding:0 0 0 10px;
	background:url(../gifs/titlebar.gif) no-repeat;

	font-size:18px;
	color:#fff;
	line-height:1.7em
}

* html #container #contents #index h2{
	line-height:1.8em;	/* IE6Hack */
}

#container #contents #sidebar{
	float:right;
	width:231px;
	margin-bottom:30px;

	text-align:left;
}

#container #contents #sidebar #sidebar_bg{
	width:229px;
	margin:0;
	padding:0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#f6f5f5;
}

#container #contents #sidebar ul{
	width:217px;
	margin:0 auto;
	padding:0;
	background:#f6f5f5;
}

#container #contents #sidebar ul li{
	display:block;
	float:left;
	width:190px;
	margin:0;
	padding:10px 0 10px 27px;
	border-bottom:1px solid #ccc;
	background:#f6f5f5 url(../gifs/arrow2.gif) no-repeat 6px 12px;

	font-size:12px;
}

#container #contents #sidebar ul li a:link,
#container #contents #sidebar ul li a:visited{
	color:#333;
	text-decoration:none;
}

#container #contents #sidebar ul li a:hover{
	color:#43a620;
	text-decoration:underline;
}


/* ---NEWS--- */
#container #newsimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/news_bg.gif) top center no-repeat;
}

#container #contents #index #news dl{
	margin:15px 0 0 0;

	font-size:12px;
}

#container #contents #index #news dt{
	background:url(../gifs/arrow.gif) 0px 7px no-repeat;
	padding:2px 0 4px 15px;

	color:#333;
}

#container #contents #index #news dt a:link,
#container #contents #index #news dt a:visited{
	color:#333;
	text-decoration:none;
}

#container #contents #index #news dt a:hover{
	color:#43A620;
	text-decoration:underline;
}

#container #contents #index #news dd{
	margin:0 0 10px 0;
	padding:2px 0 10px 15px;
	border-bottom:1px solid #eee;

	color:#333;
}

#container #contents #index #news dd a:link,
#container #contents #index #news dd a:visited{
	color:#2E7315;
	text-decoration:none;
}

#container #contents #index #news dd a:hover{
	color:#43A620;
	text-decoration:underline;
}

#container #contents #index #news .column{
	margin:20px 0px;

	font-size:12px;
}

#container #contents #index #news .column p{
	margin-bottom:15px;
}


/* ---PHILOSOPHY--- */
#container #philosophyimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/philosophy_bg.gif) top center no-repeat;
}

#container #philosophy{
	font-size:12px;
}


/* ---PROJECT--- */
#container #projectimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/project_bg.gif) top center no-repeat;
}

#container #project{
	font-size:12px;
}

#container #project p{
	margin-bottom:10px;
}

#container #project p .btn{
	float:right;
	width:140px;
	margin:10px 0px;
}

#container #project .column{
	margin-bottom:30px;
}

#container #project strong.kokuban_str{
	display:block;
	border:1px solid #274916;
	background:#F8F7F1;
	margin:5px 0 0 0;
	padding:5px 0px;

	color:#274916;
	font-size:14px;
	text-align:center;
}

#container #contents #index #project01 #pro01h{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}

#container #contents #index #project01 #pro01h img{
	float:left;
	width:162px;
	margin:0 15px 0 0;
}

#container #contents #index #project01 #pro01h strong{
	color:#AF9018;
	font-size:18px;
	font-weight:bold;
}

#container #contents #index #project01 #pro01h p{
	margin:10px 0px;
}

#container #contents #index #project01 #pro01main p{
	margin:10px 0px;
}


/* ---EVENT--- */
#container #contents_popup{
	width:640px;
	padding:10px;
	text-align:left;
}

#container #contents_popup h2{
	width:640px;
	height:32px;
	padding:0 0 0 10px;
	background:url(../gifs/titlebar.gif) no-repeat;

	font-size:18px;
	color:#fff;
	line-height:1.7em;
	text-align:left;
}


#container #contents_popup #index #event{
	font-size:12px;
}
#container #contents #index #mosikomi{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	width:640px;
	height:140px;
	background:url(../gifs/head_event01.gif) no-repeat;

}

#container #contents_popup #index #mosikomi{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	width:640px;
	height:140px;
	background:url(../gifs/head_event01.gif) no-repeat;

	text-align:right;
}

#container #contents_popup #index #event p{
	margin-bottom:15px;
}

#container #contents_popup #index #event #btn{
	text-align:center;
	margin-bottom:30px;
}

#container #contents_popup #index #event #btn a:link,
#container #contents_popup #index #event #btn a:visited{
	display:block;
	width:100px;
	margin:0px auto;
	padding:5px 10px;
	border:2px solid #60B42F;
	background:#fff;
	font-weight:bold;
	color:#60B42F;
	text-decoration:none;
}

#container #contents_popup #index #event #btn a:hover{
	border:2px solid #60B42F;
	background:#60B42F;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#container #contents_popup #index #event #btn_reg{
	text-align:center;
	margin:20px 0px 40px;
}

#container #contents_popup #index #event #btn_reg a:link,
#container #contents_popup #index #event #btn_reg a:visited{
	display:block;
	width:180px;
	margin:0px auto;
	padding:10px;
	border:2px solid #7E3E0A;
	background:#fff;
	font-weight:bold;
	color:#7E3E0A;
	text-decoration:none;
	font-size:18px;
}

#container #contents_popup #index #event #btn_reg a:hover{
	border:2px solid #7E3E0A;
	background:#7E3E0A;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#container #contents_popup #index #event #homepage{
	width:628px;
	padding:10px;
	border:1px solid #ccc;
}

#container #contents_popup #index #event p span{
	font-weight:bold;
}

#container #contents_popup #index #event p strong{
	display:block;
	margin-bottom:10px;

	font-size:14px;
	color:#c00;
}

#container #contents_popup #index #event p.event01{
	min-height:300px;
	height:auto !important;
	height:300px;
}

#container #contents #index #event p{
	margin-bottom:10px;
}

#container #contents_popup #index #event p em{
	color:#ff5c00;
	font-style:normal;
	font-size:120%;
}

#container #contents #index #event .column{
	margin-bottom:20px;
}

#container #contents #index #event .column strong{
	display:block;
	margin-bottom:10px;

	font-size:18px;
}

#container #contents #index #event .column span{
	display:block;
	margin:5px 0px;

	font-size:12px;
	color:#c00;
}

#container #contents #index #event .column .btn{
	float:right;
	display:block;
	width:175px;
	height:50px;
}

#container #contents #index #event .column em{
	clear:both;
	display:block;

	font-style:normal;
	font-size:12px;
}

#container #contents #index #event .column dl{
	width:650px;
	margin:0;
	padding:0;
}

#container #contents #index #event .column dl dt{
	float:left;
	width:140px;
	margin:0 0 2px 0;
	padding:10px;
	background:#D9E1C2;

	font-weight:bold;
	color:#51573E;
}

#container #contents #index #event .column dl dd{
	float:right;
	width:468px;
	margin:0 0 2px 0;
	padding:10px;
	background:#F1F3EB;
}

#container #contents #index #event .column dl dd em{
	display:inline;

	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

#container #contents #index #event .column dl dd a:link,
#container #contents #index #event .column dl dd a:visited{
	text-decoration:none;
	color:#51573E;
	font-weight:bold;
}

#container #contents #index #event .column dl dd a:hover{
	text-decoration:underline;
	color:#51573E;
}

#container #contents #index #event p em{
	color:#ff5c00;
	font-style:normal;
	font-size:120%;
}

#container #contents_popup #index #event #form-container{
	margin-bottom:80px;
	background-color:#fff;
}

#container #contents_popup #index #event #form-container form fieldset{
	width:628px;
	margin:20px 0;
	padding:10px;
	border:#ddd 1px solid;
}

#container #contents_popup #index #event #form-container form fieldset legend{
	font-weight:bold;
	color:#333;
}

#container #contents_popup #index #event #form-container form fieldset div{
	padding:0.25em 0;
}

#container #contents_popup #index #event #form-container form fieldset div table{
	border-collapse:collapse;
	width:628px;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th{
	vertical-align:top;
	padding:5px 10px;
	background:#D9E1C2;

	text-align:center;
	color:#51573E;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th.names{
	width:130px;
	border-right:2px solid #fff;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th.ages{
	width:80px;
	border-right:2px solid #fff;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th.gakko{
	width:170px;
	border-right:2px solid #fff;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th.gakunen{
	width:80px;
	border-right:2px solid #fff;
}

#container #contents_popup #index #event #form-container form fieldset div table tr th.plays{
	width:50px;
	border-right:2px solid #fff;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td{
	background:#F1F3EB;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:5px 10px;
	vertical-align:middle;
	text-align:center;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td.names input{
	width:100px;
	padding:2px 5px;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td.ages input{
	width:40px;
	margin-right:5px;
	text-align:center;
	padding:2px 6px;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td.gakko input{
	width:100px;
	padding:2px 6px;

}

#container #contents_popup #index #event #form-container form fieldset div table tr td.gakunen input{
	width:30px;
	padding:2px 6px;

	text-align:center;
}

#container #contents_popup #index #event #form-container form fieldset div #zip{
	width:100px;
	padding:2px 6px;

	text-align:left;
}

#container #contents_popup #index #event #form-container form fieldset div #address{
	width:270px;
	padding:2px 6px;

	text-align:left;
}

#container #contents_popup #index #event #form-container form fieldset div #tel,
#container #contents_popup #index #event #form-container form fieldset div #mobile{
	width:120px;
	padding:2px 6px;

	text-align:left;
}


#container #contents_popup #index #event #form-container form fieldset div #zip{
	width:100px;
	padding:2px 6px;

	text-align:left;
}

#container #contents_popup #index #event #form-container form fieldset div #email,
#container #contents_popup #index #event #form-container form fieldset div #email2{
	width:250px;
	padding:2px 6px;

	text-align:left;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td.plays{
	width:80px;
	padding:2px 6px;

}

#container #contents_popup #index #event #form-container form fieldset div table tr td.att{
	background:#fff;
	text-align:left;
	color:#c00;
}

#container #contents_popup #index #event #form-container form fieldset div table tr td.att em{
	font-style:normal;
}

#container #contents_popup #index #event #form-container form fieldset div label{
	margin-right:10px;
	padding-right:10px;
	width:180px;
	display:block;
	float:left;
	text-align:right;
	position:relative;
	background:#fff;
}

#container #contents_popup #index #event #form-container form fieldset div label em{
	position:absolute;
	right:0;
	font-size:120%;
	font-style:normal;
	color:#ff5c00;
}

#container #contents_popup #index #event #form-container form fieldset div strong{
	display:block;
	margin-bottom:10px;
	padding:5px 10px;
	border:1px solid #FFB7BA;
	background:#FFF3F3;

	font-weight:normal;
	color:#c00;
	text-align:left;
}

#container #contents_popup #index #event #form-container form #buttonrow{
	margin:20px 0px;
	text-align:center;
}

#container #contents_popup #index #event #form-container form fieldset div span input,
#container #contents_popup #index #event #form-container form fieldset div span select,
#container #contents_popup #index #event #form-container form fieldset div span textarea,
#container #contents_popup #index #event #form-container form fieldset div table td input{
	background:#fff;
	border:1px solid #ddd;
}

#container #contents_popup #index #event #form-container form fieldset div span input:hover,
#container #contents_popup #index #event #form-container form fieldset div span select:hover,
#container #contents_popup #index #event #form-container form fieldset div span textarea:hover,
#container #contents_popup #index #event #form-container form fieldset div table td input:hover{
	background:#F4FBDC;
}

#container #contents #index #event #attention{
	margin-bottom:15px;
	padding:10px 0px;
	border:1px solid #FB9595;
	background:#FFEFEF;

	font-size:18px;
	color:#c00;
	font-weight:bold;
	text-align:center;
}

#container #contents_popup #index #event #buttonrow input#submit{
	width:160px;
}

#container #contents_popup #index #event #btn_reg input.regist{
	width:200px;
	padding:10px;
	border:2px solid #7E3E0A;
	background:#FFF;
	font-weight:bold;
	color:#7E3E0A;
	text-decoration:none;
	font-size:18px;
}

#container #contents_popup #index #event #btn_reg input.regist:hover{
	width:200px;
	padding:10px;
	border:2px solid #7E3E0A;
	background:#7E3E0A;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
}

#container #contents_popup #index #event table{
	border-collapse:collapse;
	width:650px;
	margin-bottom:15px;
}

#container #contents_popup #index #event table tr th{
	padding:5px;
	background:#D9E1C2;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#container #contents_popup #index #event table tr td{
	padding:5px;
	background:#F1F3EB;
	border-bottom:2px solid #fff;
}



/* ---WORK--- */
#container #workimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/work_bg.gif) top center no-repeat;
}

#container #work{
	font-size:12px;
}

#container #contents #index #work dl{
	margin:15px 0 0 0;

	font-size:12px;
}

#container #contents #index #work dt{
	background:url(../gifs/arrow.gif) 0px 7px no-repeat;
	padding:2px 0 4px 15px;

	color:#333;
}

#container #contents #index #work dt a:link,
#container #contents #index #work dt a:visited{
	color:#333;
	text-decoration:none;
}

#container #contents #index #work dt a:hover{
	color:#43A620;
	text-decoration:underline;
}

#container #contents #index #work dd{
	margin:0 0 10px 0;
	padding:2px 0 10px 15px;
	border-bottom:1px solid #eee;

	color:#333;
}

#container #contents #index #work dd a:link,
#container #contents #index #work dd a:visited{
	color:#2E7315;
	text-decoration:none;
}

#container #contents #index #work dd a:hover{
	color:#43A620;
	text-decoration:underline;
}

#container #contents #index #work .column{
	margin:20px 0px;
}

#container #contents #index #work .column p{
	margin-bottom:15px;
}


/* ---STAFF--- */
#container #staffimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/staff_bg.gif) top center no-repeat;
}

#container #staff .chara{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

#container #staff .chara img{
	float:left;
	width:150px;
	margin-right:15px;
}

#container #staff .chara strong{
	font-weight:bold;
	color:#333;
	font-size:18px;
}

#container #staff .chara span{
	color:#888;
	font-size:10px;
}

#container #staff .chara p{
	margin:10px 0;
}

#container #staff .chara p a:link,
#container #staff .chara p a:visited{
	background:url(../gifs/arrow.gif) no-repeat 0px 3px;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#333;
}

#container #staff .chara p a:hover{
	text-decoration:underline;
	color:#43a620;
}


/* ---PROFILE--- */
#container #profileimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/profile_bg.gif) top center no-repeat;
}

#container #profile{
	margin:0;

	font-size:12px;
}

#container #profile .column{
	margin-bottom:30px;
}

#container #profile .column table.outline{
	width:650px;
	margin-bottom:10px;
	border-collapse:collapse;
}

#container #profile .column table.outline tr th{
	width:80px;
	padding:5px 10px;
	border:1px solid #A9B797;
	background:#EDF3EB;

	vertical-align:top;
	color:#4D771C;
}

#container #profile .column table.outline tr td{
	width:540px;
	margin:0 0 1px 0;
	padding:5px 10px;
	border:1px solid #A9B797;
	background:#f9f9f9;
}

#container #profile .column #map{
	width:650px;
	height:300px;
}

#container #profile .column p{
	margin:10px 0px;
}

#container #profile .column p span{
	display:block;
	margin:5px 0 0 0;
	padding:5px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#container #profile .column .entry{
	margin:0 0 30px 0;
	padding:5px 10px;
	background:#EDF3EB;
}

#container #profile .column .entry a:link,
#container #profile .column .entry a:visited{
	text-decoration:none;
	color:#235710;
	font-weight:bold;
}

#container #profile .column .entry a:hover{
	text-decoration:underline;
	color:#43a620;
}

#container #profile .chara{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

#container #profile .chara img{
	float:left;
	width:150px;
	margin-right:15px;
}

#container #profile .chara strong{
	font-weight:bold;
	color:#333;
	font-size:12px;
}

#container #profile .chara span{
	color:#888;
	font-size:10px;
}

#container #profile .chara p{
	margin:10px 0;
}

#container #profile .chara p a:link,
#container #profile .chara p a:visited{
	background:url(../gifs/arrow.gif) no-repeat 0px 3px;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#333;
}

#container #profile .chara p a:hover{
	text-decoration:underline;
	color:#43a620;
}



/* ---CONTACT--- */
#container #contactimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/contact_bg.gif) top center no-repeat;
}

#contact{
	margin:0;
}

#contact p{
	margin-bottom:25px;
}

#contact p em{
	color:#ff5c00;
	font-style:normal;
	font-size:120%;
}

#contact #form-container{
	background-color:#fff;
}

#contact #form-container form fieldset{
	margin:20px 0;
	padding:10px;
	border:#ddd 1px solid;
}

#contact #form-container form fieldset legend{
	font-weight:bold;
	color:#333;
}

#contact #form-container form fieldset div{
	padding:0.25em 0;
}

#contact #form-container form fieldset div label{
	margin-right:10px;
	padding-right:10px;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	position:relative;
	background:#fff;
}

#contact #form-container form fieldset div label em{
	position:absolute;
	right:0;
	font-size:120%;
	font-style:normal;
	color:#ff5c00;
}

#contact #form-container form #buttonrow{
	text-align:center;
}

#contact #form-container form fieldset div span input,
#contact #form-container form fieldset div span select,
#contact #form-container form fieldset div span textarea{
	background:#fff;
	border:1px solid #ddd;
}

#contact #form-container form fieldset div span input:hover,
#contact #form-container form fieldset div span select:hover,
#contact #form-container form fieldset div span textarea:hover{
	background:#F4FBDC;
}


/* ---LINK--- */
#container #linkimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/link_bg.gif) top center no-repeat;
}

#container #contents #index #link h2{
	width:650px;
	margin:0;
	padding:0;
	background:none;

	font-size:18px;
	color:#43a620;
	line-height:1.7em
}

#container #contents #index #link ul{
	margin:0 0 25px 5px;
	padding:0;
}

#container #contents #index #link ul li{
	padding:5px 0 5px 15px;
	background:url(../gifs/arrow.gif) 0px 12px no-repeat;
}

#container #contents #index #link ul li a:link,
#container #contents #index #link ul li a:visited{
	text-decoration:none;
	color:#333;
}

#container #contents #index #link ul li a:hover{
	text-decoration:underline;
	color:#43a620;
}


/* ---SITEMAP--- */
#container #sitemapimg{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/sitemap_bg.gif) top center no-repeat;
}

#sitemap{
	font-size:12px;
}

#sitemap ul,
#sitemap ul ul,
#sitemap ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#sitemap ul li{
	position:relative;
	width:100%;
	margin-top:2px;
	background:#EDF3EB;

	line-height:200%;
}

* html #sitemap ul li{
	float:left;
	display:inline;
}

#sitemap ul li a{
	padding-left:28px;
}

#sitemap ul li span{
	float:left;
	width:13px;
	height:13px;
	position:absolute;
	top:5px;
	left:5px;
	cursor:auto;

	font-size:0;
}

#sitemap ul li span,
#sitemap ul li span.collapsed{
	background:url(../gifs/collapsed.gif) no-repeat 0 0;
}

#sitemap ul li span.expanded{
	background:url(../gifs/expanded.gif) no-repeat 0 0;
}

/* second level */
#sitemap ul li li{
	background:#fff;
	border-bottom:1px solid #eee;
}

#sitemap ul li li a{
	padding-left:56px;
}

#sitemap ul li li span{
	left:28px;
}

/* third level */
#sitemap ul li li li a{
	padding-left:84px;
}

#sitemap ul li li li span{
	left:56px;
}

/* etc. */
#sitemap ul li a:link,
#sitemap ul li a:visited{
	color:#333;
	text-decoration:none;
}

#sitemap ul li li a:link,
#sitemap ul li li a:visited{
	font-weight:normal;
}

#sitemap ul li a:hover{
	color:#43A620;
	text-decoration:underline;
}


/* ---404 NOT FOUND--- */
#container #nf404img{
	width:100%;
	min-width:900px;
	background:#eee url(../gifs/nf404_bg.gif) top center no-repeat;
}

#container #nf404{
	font-size:12px;
}

#container #nf404 span{
	display:block;
	margin:10px 0px 30px;

	color:#c00;
}

#container #nf404 a:link,
#container #nf404 a:visited{
	display:block;
	width:120px;
	padding:2px 10px;
	border:1px solid #43a620;
	background:#fff;
	
	text-align:center;
	text-decoration:none;
	color:#43a620;
	font-weight:bold;
}

#container #nf404 a:hover{
	border:1px solid #43a620;
	background:#43a620;

	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

/* ---blog --- */
#container #blog{
	font-size:12px;
}

#container #blog span{
	display:block;
	margin:10px 0px 30px;

	font-weight:normal;
	color:#333;
}

#container #blog .column{
	font-family:Verdana;
	font-weight:bold;
	color:#f90;
}

#container #blog a:link,
#container #blog a:visited{
	display:block;
	width:120px;
	padding:2px 10px;
	border:1px solid #43a620;
	background:#fff;
	
	text-align:center;
	text-decoration:none;
	color:#43a620;
	font-weight:bold;
}

#container #blog a:hover{
	border:1px solid #43a620;
	background:#43a620;

	text-decoration:none;
	color:#fff;
	font-weight:bold;
}


/* --鈴鹿小麦成長日記-- */
.dblock{
	clear:both;
	width:650px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
}

.dateblock{
	text-align:center;
	width:50px;
	font-family:Arial;
	border:1px solid #eee;
	float:left;
	display:block;
	clear:both;
}

.day{
	font-size:14px;
	color:#222;
	background:#fff;
	font-weight:bold;
	line-height:2em;
	text-shadow:#ccc 2px 2px 2px;
}

.month{
	font-size:12px;
	background:#43A620;
	color:#fff;
	padding:1px 0px;
}
.year{
	font-size:10px;
	background:#43A620;
	color:#fff;
	padding:1px 0px;
}

.datablock{
	float:right;
	width:580px;
}

.datablock h3{
	margin:0 0 5px 0;
	border-left:none;
	border-bottom:3px solid #43A620;
	padding:0px 0px 8px;
	color:#333;
}

.datablock .column{
	overflow:hidden;
}

.datablock .column p{
	margin-bottom:10px;
}

/* --カレンダー-- */
#wp-calendar {
	width:231px;
	margin:0px auto;
	border-collapse:collapse;
	margin-bottom:10px;
}
#wp-calendar th {
	font-size:9px;
	vertical-align: bottom;
	text-align: center;
	padding: 1px;
	white-space: nowrap;
	font-weight:normal;
	background: #eee;
	color:#000;
	border:1px solid #cdcdcd;
}

#wp-calendar td {
	font-size:12px;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	padding: 2px;
	background: #fff;
	border:1px solid #ddd;
}

#wp-calendar .pad{
	background:#fff;
}

#wp-calendar caption{
	border-collapse:collapse;
	width:231px;
	margin:0px auto;
	padding:3px 0px;
	background:#43A620;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#wp-calendar #today{
	background:#43a620;
	color:#fff;
}

#wp-calendar #today a{
	display:block;
	text-decoration:none;
	background:#43a620;
	color:#fff;
	font-weight:bold;
}

#wp-calendar a{
	display:block;
	text-decoration:none;
	color:#f75e02;
	font-weight:bold;
}

#wp-calendar #prev a{
	text-decoration:none;
	color:#333;
}

#wp-calendar #next a{
	text-decoration:none;
	color:#333;
}

.bt10{
	margin-bottom:10px;
}





/* --- 2010 鈴鹿小麦ブランディングプロジェクト --- */
#event #wheat_index {

}

#event #wheat_index #btn_join {
	margin: 15px 0;
	background: #f2f1f0;
	text-align: center;
	padding: 10px;
}
#event #wheat_index #btn_join p.simekiri {
	margin: 5px 0;
	font-size: 18px;
	color: #ff5a00;
	text-align: center;
	font-weight: bold;
}

#event #wheat_index #box_purpose {
	margin: 0 0 30px 0;
}

#event #wheat_index .attention {
	background: #fff3f3;
	color: #d80000;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
}

#event #wheat_index #box_event01 {
	margin: 0 0 30px 0;
}
#event #wheat_index #box_event01 table {
	width: 650px;
	border-collapse: collapse:
	border-spacing: 0;
	border: 1px solid #2f6f26;
	margin: 0 0 15px 0;
}
#event #wheat_index #box_event01 table th {
	width: 100px;
	background: #d9e1c2;
	text-align: right;
	vertical-align: middle;
	color: #2f6f26;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event01 table td {
	background: #f1f3eb;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event01 table td p.txt {
	margin: 10px 0 5px;
	padding: 0;
	line-height: 1.4em;
}
#event #wheat_index #box_event01 table td p.kanasai {
	position: relative;
}
#event #wheat_index #box_event01 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: 75px;
	right: 0px;
}
* html #event #wheat_index #box_event01 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: 75px;
	right: 10px;
}
#event #wheat_index #box_event01 table td p.txt span {
	display: block;
	margin: 5px 0;
	font-size: 10px;
	color: #d80000;
	line-height: 1.2em;
}
#event #wheat_index #box_event01 table td p.txt span.address {
	color: #333;
}

#event #wheat_index #box_event01 table td ul {
	margin: 0 0 10px 17px;
	padding: 0;
}
#event #wheat_index #box_event01 table td ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#event #wheat_index #box_event01 table td dl {
	margin: 0;
	padding: 0;
	width:510px;
}
#event #wheat_index #box_event01 table td dl dt {
	float:left;
	width:50px;
	padding:5px 0;
	clear:both;
	color: #4b5b1b;
	text-align: right;
}
#event #wheat_index #box_event01 table td dl dd {
	width:260px;
	margin-left:60px;
	padding:5px 5px 5px 10px;
	border-left:1px solid #969f7c;
	color: #444;
}
#event #wheat_index #box_event01 #map {
	width: 650px;
	height: 300px;
}

#event #wheat_index #box_event02 {
	margin: 0 0 30px 0;
}
#event #wheat_index #box_event02 table {
	width: 650px;
	border-collapse: collapse:
	border-spacing: 0;
	border: 1px solid #2f6f26;
	margin: 0 0 15px 0;
}
#event #wheat_index #box_event02 table th {
	width: 100px;
	background: #d9e1c2;
	text-align: right;
	vertical-align: middle;
	color: #2f6f26;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event02 table td {
	background: #f1f3eb;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event02 table td p.txt {
	margin: 10px 0 5px;
	padding: 0;
	line-height: 1.4em;
}
#event #wheat_index #box_event02 table td p.kanasai {
	position: relative;
}
#event #wheat_index #box_event02 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: -6px;
	right: 0px;
}
* html #event #wheat_index #box_event02 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: -8px;
	right: 10px;
}
#event #wheat_index #box_event02 table td p.txt span {
	display: block;
	margin: 5px 0;
	font-size: 10px;
	color: #d80000;
	line-height: 1.2em;
}
#event #wheat_index #box_event02 table td p.txt span.address {
	color: #333;
}

#event #wheat_index #box_event02 table td ul {
	margin: 0 0 10px 17px;
	padding: 0;
}
#event #wheat_index #box_event02 table td ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#event #wheat_index #box_event02 table td dl {
	margin: 0;
	padding: 0;
	width:510px;
}
#event #wheat_index #box_event02 table td dl dt {
	float:left;
	width:50px;
	padding:5px 0;
	clear:both;
	color: #4b5b1b;
	text-align: right;
}
#event #wheat_index #box_event02 table td dl dd {
	width:260px;
	margin-left:60px;
	padding:5px 5px 5px 10px;
	border-left:1px solid #969f7c;
	color: #444;
}
#event #wheat_index #box_event02 #map2 {
	width: 650px;
	height: 300px;
}

#event #wheat_index #box_event03 {
	margin: 0 0 30px 0;
}
#event #wheat_index #box_event03 table {
	width: 650px;
	border-collapse: collapse:
	border-spacing: 0;
	border: 1px solid #2f6f26;
	margin: 0 0 15px 0;
}
#event #wheat_index #box_event03 table th {
	width: 100px;
	background: #d9e1c2;
	text-align: right;
	vertical-align: middle;
	color: #2f6f26;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event03 table td {
	background: #f1f3eb;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_event03 table td p.txt {
	margin: 10px 0 5px;
	padding: 0;
	line-height: 1.4em;
}
#event #wheat_index #box_event03 table td p.kanasai {
	position: relative;
}
#event #wheat_index #box_event03 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: -6px;
	right: 0px;
}
* html #event #wheat_index #box_event03 table td p.kanasai .btn_kanasai {
	position: absolute;
	top: -8px;
	right: 10px;
}
#event #wheat_index #box_event03 table td p.txt span {
	display: block;
	margin: 5px 0;
	font-size: 10px;
	color: #d80000;
	line-height: 1.2em;
}
#event #wheat_index #box_event03 table td p.txt span.address {
	color: #333;
}

#event #wheat_index #box_event03 table td ul {
	margin: 0 0 10px 17px;
	padding: 0;
}
#event #wheat_index #box_event03 table td ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#event #wheat_index #box_event03 table td dl {
	margin: 0;
	padding: 0;
	width:510px;
}
#event #wheat_index #box_event03 table td dl dt {
	float:left;
	width:50px;
	padding:5px 0;
	clear:both;
	color: #4b5b1b;
	text-align: right;
}
#event #wheat_index #box_event03 table td dl dd {
	width:260px;
	margin-left:60px;
	padding:5px 5px 5px 10px;
	border-left:1px solid #969f7c;
	color: #444;
}
#event #wheat_index #box_event03 #map3 {
	width: 650px;
	height: 300px;
}

#event #wheat_index #box_join table {
	width: 650px;
	border-collapse: collapse:
	border-spacing: 0;
	border: 1px solid #2f6f26;
}
#event #wheat_index #box_join table th {
	width: 100px;
	background: #d9e1c2;
	text-align: right;
	vertical-align: middle;
	color: #2f6f26;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_join table td {
	background: #f1f3eb;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border-right: 1px solid #2f6f26;
	border-bottom: 1px solid #2f6f26;
}
#event #wheat_index #box_join table td p.txt {
	margin: 10px 0 5px;
	padding: 0;
	line-height: 1.4em;
}
#event #wheat_index #box_join table td p.txt span {
	display: block;
	margin: 5px 0;
	font-size: 10px;
	color: #d80000;
	line-height: 1.2em;
}
#event #wheat_index #box_join table td p.txt a:link,
#event #wheat_index #box_join table td p.txt a:visited {
	color: #43a620;
	text-decoration: none;
}
#event #wheat_index #box_join table td p.txt a:hover {
	color: #f36d14;
	text-decoration: underline;
}

#event #wheat_index #box_support {
	margin: 10px 0;
}




/* --- collaboration --- */
#container #contents #index #collaboration {
	margin: 0 0 10px;
	font-size:12px;
}
#container #contents #index #collaboration #c110311 {
	margin: 0;
	padding: 0;
	width: 335px;
	float: right;
}
#container #contents #index #collaboration #c110311 h2 {
	width: 335px;
	padding: 0;
	background: none;
	font-size: 18px;
	color: #66b934;
	line-height: 20px;
}
#container #contents #index #collaboration #c110311 h2 span {
	font-size: 10px;
	color: #666;
}
#container #contents #index #collaboration #c110311 .catch {
	padding: 3px 0;
	display: block;
	font-size: 14px;
	color: #a40b09;
}
#container #contents #index #collaboration #c110311 p{
	margin-bottom:10px;
}
#container #contents #index #collaboration #c110311 table {
	margin: 5px 0 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ddd;
}
#container #contents #index #collaboration #c110311 table th {
	vertical-align: top;
	width: 40px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	color: #f88703;
}
#container #contents #index #collaboration #c110311 table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
#container #contents #index #collaboration #c110311 table td span {
	font-size: 10px;
	color: #666;
}
#container #contents #index #collaboration #c110311 table td span.attention {
	font-size: 10px;
	color: #d80000;
}
#container #contents #index #collaboration #c110311 .kinshi {
	padding: 5px 8px;
	font-size: 10px;
	background: #fce8e8;
	color: #333;
}
#container #contents #index #collaboration dl.sponsor {
	width: 630px;
	border: 5px solid #eee;
	padding: 10px;
}
#container #contents #index #collaboration dl.sponsor dt {
	clear: both;
	width: 40px;
	float: left;
	font-weight: bold;
	color: #66b934;
	padding: 5px;
}
#container #contents #index #collaboration dl.sponsor dd {
	float: right;
	width: 570px;
	padding: 5px;
}