@charset "utf-8";

html{
overflow-x:hidden; 　/*全てのページで横スクロールを消す*/
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#F4F2F0;
	margin:5px auto 0 auto;
	text-align: center;
	color:#333333;
}

body.top{
	background-image:url(img/bg_body_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

body.other{
	background-image:url(img/bg_body_other.gif);
	background-position:top;
	background-repeat:repeat-x;
}

body.news{
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
}

td{
	text-align:left;
}
/* -----------------------------------
　テキストの設定
--------------------------------------*/

p {font-size:13px;
	margin:0px;
	padding:0px;
	line-height:130%;
	text-align:left;
}
.txt_01	{color:#333333}　/*グレー*/
.txt_02	{color:#621C41}　/*むらさき*/
.normal {font-size:13px;}
.xsmall {font-size:80%}
.xxsmall {font-size:70%}
.small {
	font-size:11px;
	line-height:130%;
}
.large {							
	font-size:110%;
	letter-spacing:0.1em;
}
.xlarge {							
	font-size:120%;
}

.bold{
 font-weight:bold;
 }
/* テキストリンクの設定 */

a:link{
	color:#796342;
	text-decoration: underline;
}
a:visited{
	color:#413623;
	text-decoration: underline;
}
a:hover{
	color:#796342;
	text-decoration: underline;
}

* {
 margin:0;
 padding:0;
}

img {
	border:0;
	vertical-align: text-bottom;
}

/* -----------------------------------
　余白の設定
--------------------------------------*/
.t10{
 margin-top:10px;
}
.l10{
 margin-left:10px;
}

.l20{
 margin-left:20px;
}

.l5{
 margin-left:5px;
}

.b10{
 margin-bottom:10px;
}

.b5{
 margin-bottom:5px;
}

.pr5{
	padding-right:5px;
}
/* -----------------------------------
　全体を囲む枠
--------------------------------------*/

#wrap{
	width:758px;
	padding:0;
	margin:0 auto;
	text-align:center;
	background-image:url(img/bg_wrap.gif);
	background-position:center;
	background-repeat:repeat-y;
}

/* -----------------------------------
　ヘッダー
--------------------------------------*/
#header{
	width:738px;
	height:65px;
	margin:0 auto;
	text-align:left;
	border-bottom:solid 5px #DBCFBB;
}

#header .l{
	width:507px;
	float:left;
}

#header .l img{
	margin:12px 0px 0px 12px;
}

#header .r{
	width:217px;
	float:right;
}
/* -----------------------------------
 メインイメージ
--------------------------------------*/
#mainimg{
	width:758px;
	background-image:url(img/bg_main.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin:0;
	clear:both;
}

#mainimg h1{
	padding:0;
	margin:0;
	text-align:center;
}

/* -----------------------------------
　フッター
--------------------------------------*/
#footer{
	text-align:left;
	margin-top:10px;
	padding:0;
	height:35px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#E9E7E4;
	border-bottom:solid 1px #ffffff;
	clear:both;
}

#footer .l{
	margin:0 auto;
	width:532px;
	float:left;
}

#footer .r{
	margin:0px;
	float:right;
	text-align:right;
}
#footer .r img{
	margin:8px 10px auto 0px;
}

#footer .copy{
	clear:both;
	background-color:#B20026;
	height:18px;
}
#footer .copy p{
	padding-top:3px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}

.clear{
	clear:both;
}
/* -----------------------------------
　メインメニュー
--------------------------------------*/
#menu {
	width:738px;
	margin:0 auto;
	padding :0;
	border-top:solid 1px #ffffff;
	clear:both;
}

#menu img{
	border:0;
}

#menu ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}
#menu li { 
	display :inline; 
	padding :0; 
	margin:0;
	float:left; 
}

/* -----------------------------------
　トップとフッタの中のメニュー
--------------------------------------*/
#menu_s {
	width:100%;
	height:25px;
	margin:0;
	padding :0;
	clear:both;
}

#menu_s ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

#menu_s li {
	list-style-type: none;
	margin: 0;
	padding :0; 
	float: left
}

#menu_s li a.other  { 
	padding :9px 12px 5px 12px; 
	font-size:11px;	
	color:#333333;
	background-color:#E9E7E4;
	text-decoration: none;
	display: block;
}

#menu_s li a.home { 
	padding :9px 12px 5px 12px;
	background-color:#DC8C9D;
	font-size:11px;	
	color:#ffffff;
	text-decoration: none;
	display: block;
}

#menu_s li a.home_mail { 
	padding :9px 12px 5px 12px;
	background-color:#DC8C9D;
	font-size:11px;	
	color:#ffffff;
	text-decoration: none;
	display: block;
}

#menu_s li a.other:hover  { 
	background-color:#F9F8F7;
}

#menu_s li a.home:hover { 
	background-color:#E6AEBB;
}

#menu_s li a.home_mail:hover { 
	background-color:#E6AEBB;
}

/* -----------------------------------
　サブメニュー
--------------------------------------*/
#menu_sub{
	width:160px;
	text-align: left;
	margin: 0px auto;
	background-color:#EDE8D1;
	float:left;
	height:auto;
	}
#menu_sub ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_sub img{			/*  */
	vertical-align: top;
}

#menu_sub li{
	margin-bottom: 1px;
}
/* -----------------------------------
　コンテンツ
--------------------------------------*/
#contents{
	width:738px;
	text-align:center;
	margin:0 auto;
}
.inner10{
 padding:10px;
}

.inner8{
 padding:8px;
}
/* -----------------------------------
　サブメニューがあるコンテンツ
--------------------------------------*/
#contents_narrow{
	width:738px;
	text-align:center;
	padding:0;
	margin:0 auto;
	background-image:url(img/bg_contents_sub.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#contents_narrow .right{
	width:554px;
	text-align:left;
	float:right;
	padding:14px 10px 0 0;

}

/* -----------------------------------
　トップページ
--------------------------------------*/
#contents .left{
	width:455px;
	float:left;
	text-align:right;
	font-size:13px;
	line-height:130%;
}

#contents .left p{
	font-size:13px;
	line-height:130%;
}

#contents .left h2{	
	margin:12px 0 12px 0;
}

#contents .left .event{
	padding:0;
	text-align:left;
	margin:10px 0 10px 0;
	
}

#contents .left .evententry{
	margin:5px 0 0px 5px;
	border-bottom:1px dotted #BFBFBF;
	clear:both;
	height:95px;
}

#contents .left .event .title{
	margin-top:5px;
	font-weight:bold;
	margin-bottom:5px;
}

#contents .left .event img{ 
	float: left;
	margin-right:5px;
}

#contents .left .event p{
	font-size:12px;
}

#contents .right{
	width:249px;
	float: right;
	margin:0 auto;
	text-align:left;
}

#contents .right .topics{
	padding:5px 5px 8px 8px;
	font-size:11px;
	background-color:#F2EDDF;
	width:236px;
}

#contents .right .topics .title{
	clear:both;
	margin-bottom:3px;
}

#contents .right .topics img{ 
	float: left;
	margin:0 5px 10px 0;
}

#contents .right .topics p{
	font-size:11px;
}

#contents .right .teamminus{
	background-color:#F2F2F2;
	font-size:10px;
	padding:5px;
	margin-top:10px;
	letter-spacing:-0.03em;
	overflow:hidden;
}

#contents .right .teamminus img{
	margin-right:4px;
	float:left;
}

#contents .right .banner{
	background-color:#EFF7F7;
	font-size:10px;
	padding:5px;
	margin-top:10px;
	letter-spacing:-0.03em;
	height:200px;
}

#contents .right .banner .entry{
	margin-bottom:10px;
	clear:both;
}

#contents .right .banner .entry img{
	margin-right:4px;
	float:left;
}

iframe{
	frameborder:0;
	border:0;
	margin-bottom:10px;
}
/*--------------------------------------
  Object Module
---------------------------------------*/

object,
embed {
  margin: 0em 0px;
}

/* -----------------------------------
　会場のご案内ページ
--------------------------------------*/
td.small{
	margin:0;
	padding:0;
	font-size: 11px;
	line-height:130%;
	text-align:left;
}

.title_yellow{
	border-left: solid 5px #FF9900;
	padding:5px 10px 5px 10px;
	background-color:#F5F3E7;
	font-size:13px;
	text-align:left;
}

.title_green{
	border-left: solid 5px #11552D;
	padding:5px 10px 5px 10px;
	background-color:#F5F3E7;
	font-size:13px;
	text-align:left;
	margin-bottom:8px;
}

.title_red{
	border-left: solid 5px #B20026;
	padding:5px 10px 5px 10px;
	background-color:#F5F3E7;
	font-size:13px;
	text-align:left;
	margin-bottom:8px;
}

.flower{
	background-image:url(img/img_flower.gif);
	background-position:1px;
	background-repeat:no-repeat;
	font-size:11px;
	padding-left:12px;
	margin-top:5px;

}
/* -----------------------------------
　イベント情報ページ
--------------------------------------*/
#contents_narrow .right .block{
	clear:both;
}

#contents_narrow .right .block .left{
	float:left;
	margin-right:8px;
}

#contents_narrow .right .block .right{
	float:right;
	width:420px;
	height:135px;
	vertical-align:top;
	margin-bottom:5px;
	padding:0;
}

#contents_narrow .right .block p{
	clear:both;
	width:350px;
	margin-bottom:10px;
	margin-top:10px;
}
/* -----------------------------------
　mail
--------------------------------------*/

.mail {
	margin-left:12px;
}

.mail td.chuigaki{
	text-align:right;
	color:#666666;
}

.mail td.l{
	padding:5px 0 0 10px;
	background-color:#DDD5AA;
	font-size:12px;
}

.mail td.r{
	padding:3px 3px 3px 10px;
	background-color:#EDE8D1;
	font-size:12px;
}

.mail input,textarea{
	background-color:#EDE8D1;
	border:1px solid #EDE8D1;
}

.mail input.btn{
	background-color:#785A3F;
	border:1px solid #785A3F;
	color:#ffffff;
}

/* -----------------------------------
　mail
--------------------------------------*/
.news .entry-body{
	width:445px;
	margin:0;
	padding:0;
	text-align:left;
}
.news .entry-body table{
	width:422px;
	margin:0;
	padding:0;
}
.news .entry-body tr{
	margin:0;
	padding:0;
}
.news .entry-body td{
	vertical-align:top;
	margin:0;
	padding:2px 0 0 0;	
}
.news .entry-body p{
	margin:0;
	padding:0;
}