@charset "utf-8";
/* CSS Document */
* {
	margin:0;padding:0;
}

img {
	border: none;
}
/* ここまでデフォルトスタイルの統一 */

#wrapper {
	width: 800px;  display:block;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃え*/
	text-align: left; /* body エレメントの text-align: center より優先 */
}

/* ここからメインコンテンツ */
#maincontents {
	width:90%;  display:block;
	margin:0 auto;
	padding:30px;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	color:#4D4331;
	line-height:1.5em;
	text-align:left;
}

#maincontents:after {
	display:block; content:"";
	clear:both;
}
#maincontents a {
	color:#333227; font-weight:bold; text-decoration:none;
}
#maincontents a:hover{
	color:#C01F0B;  text-decoration:underline; 
}
p{
	line-height:150%;
	text-align:left;
	padding-bottom:15px;
}

.box {
	padding-bottom:20px;
}

.small {
	font-size:10px;
}

.catch {/* グリーン */
	color: #9acd32 ;
	font-weight: bold;
	letter-spacing:0.1em;
}
ul{
	list-style-type:none;
	}
li {
	list-style-type:none;
	padding-left:10px;
	padding-bottom:20px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#6D6047;
	text-align:left;
	padding-bottom:20px;
}
h2 {
	margin-bottom:40px; padding:10px; display:block;
	width:730px; 
	background: url(../images/bg/h2_bg1.gif) #EFBA00 no-repeat right;
	font-size: 14px; color:#FFFFFF; line-height:1.4em;
}

.mark { /* 茶色 */
	color: #6D6047;
	font-weight: bold;
}
#foto {
	text-align:center;
	padding:5px;
	margin:0px 15px 15px 0px;
	border:#4D4331 1px solid;
	float:left;
}
#foto2 {
	text-align:center;
	padding:5px;
	margin:0 0 15px 15px ;
	border:#4D4331 1px solid;
	float:right;
}
/*--------------------------コンテンツ　タブメニュー-------------------*/
/*--ティエンポとは, スタッフ, 活動内容--*/
#tab_menu {
	float:left; margin:10px;
	width:700px;
}
#tab_menu:after {
	display:block; content:"";
	clear:both;
}
#tab_menu h1 {
	margin-bottom:7px; padding:5px; display:block;
	width:550px;
	font-size: 14px; color:#a1b724; font-weight:bold; 
}
#tab_menu h2 {
	margin-bottom:7px; padding:10px; display:block;
	width:560px; 
	background: url(../images/bg/h2_bg2.gif) #ffffff no-repeat right;
	border-bottom:#C9B884 2px solid;
	font-size: 14px; color:＃4D371E;
}
#tab_menu h3{
	padding:7px 7px 15px 7px;
	font-size: 14px; font-weight:bold; line-height: 1.5em; 
}
#tab_menu h4{
	padding:7px;
	font-size: 13px; color:#FFCC00; font-weight:bold; line-height: 1.5em; 
}

#tab_menu p{
	padding:10px;
	font-size: 13px; line-height: 1.5em; 
}
.bottomline {
	border-bottom:#B8A997 1px dashed;
	padding-bottom:7px;
}
#tab_menu dt, dd, tr, td, ul, li {
	font-size:13px;
}
#tab_menu li {
	padding:0 0 7px 10px;
	line-height: 1.5em;
}

#tab_menu table{
	margin-bottom:30px;
	border:none;
}
#tab_menu tr td {
	padding:5px;
	border:#B8A997 1px solid;
	line-height: 1.3em;
}
#tab_menu img{
	float:right; margin:7px; display:block; 
	border: #C9B884 1px solid;
	}
.title {
	vertical-align:top;
}
.date {
	background:#B8A997;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
.center {
	text-align:center;
}

#footer {
	margin: 0 auto; 
	padding: 5px 0;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	text-align:center;
	color:#5A523F;
} 

#footer a {
	color:#333227; font-weight:bold; text-decoration:none;
}
#footer a:hover{
	color:#C01F0B;  text-decoration:underline; 
}
.cleaner {
	clear:both;
	height: 0px;
}

