@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	margin:0;
}

h1, h2, h3{
	margin:0;
	padding:0;
}

p, ul, li{
	margin:0;
	padding:0;
}

img{
	border:none;
}

#page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:950px;
	margin:0 auto;
	position: relative;
}
span.caution{
	color:#FF0000;
}

/* header */
#header{
	height:248px;
	width:100%;
	overflow:hidden;
	position:relative;
	background:url(images/header.jpg) repeat-x;
	zoom:100%;
}

#header .title{
	height:40px;
	width:230px;
	position:absolute; top:30px; left:30px;
	overflow:hidden;
	background:url(images/header_title.jpg) no-repeat;
	text-indent:-9999px;
}

.address{
	height:50px;
	width:197px;
	position:absolute; right:4px; top:23px;
	background:url(images/header_address.jpg) no-repeat;
}

#header .navigation{
	width:887px;
	position:absolute; top:137px; right:31px;
	list-style-type:none;
}

#header .navigation li{
	float:left;	
}

.matching{
	margin-right:8px;
}
.kankyogeki{
	margin-right:8px;
}

.pankuzu {
	padding-top:10px;
	padding-left:10px;
	font-size:10px;
}


/* Topページ */
#main{
	padding-bottom:100px;
}

#top #explain{
	height:173px;
	width:739px;
	margin:50px auto 0;
	padding:20px;
	background:url(images/beige_box1.jpg) no-repeat;
}

#top #explain .image{
	width:225px;
	padding-left:10px;
	float:right;
}

#top #explain .text{
	width:504px;
	float:left;
}

#top #explain .text div{
	height:27px;
	width:296px;
	float:left;
	overflow:hidden;
	background:url(images/top_image1.jpg) no-repeat;
	text-indent:-9999px;
}

#top #explain .text a{
	margin:10px 0 0 30px;
	float:left;
	display:block;
	color:#0000FF;
	font-size:1em;
	text-decoration:underline;
}

#top #explain .text p{
	padding-top:15px;
	clear:both;
	font-size:0.8em;
	line-height:1.5em;
}

#top #guide{
	width:412px;
	margin:20px auto 0;
	overflow:hidden;
	zoom:100%;
}

#top #guide a{
	height:36px;
	width:196px;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#top #guide .button1{
	margin:0 20px 0 0;
	background:url(images/top_button1.jpg) no-repeat;
}

#top #guide .button2{
	background:url(images/top_button2.jpg) no-repeat;
}

#top #items{
	width:778px;
	margin:50px auto 0;
	overflow:hidden;
}

#top #items .leftcol{
	width:379px;
	float:left;
}
#top #items .rightcol{
	width:379px;
	float:right;
}
#top #items .rightcol p{
	font-size:0.8em;
}

#top #items .title{
	height:26px;
	width:359px;
	padding:0 0 0 20px;
	overflow:hidden;
	background:url(images/blue_box_title.jpg) no-repeat;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	line-height:30px;
}

#top #items .title a{
	color:#FFFFFF;
	text-decoration:none;
}

#top #items .content{
	width:375px;
	padding:10px 0 0 0;
	border-top:2px solid #115FB2;
	border-right:2px solid #115FB2;
	border-left:2px solid #115FB2;
}

#top #items .content ul{
	padding-left:30px;
	list-style-type:disc;
}

#top #items .corner_bottom{
	height:26px;
	width:379px;
	margin:0 0 10px;
	background:url(images/blue_box_corner_bottom.jpg) no-repeat;
}


/* 最新のニュース & 今後の予定 & 過去の実施例*/

#news, #schedule, #log, #kankyogeki{
	padding:0 20px;
}
#news .title, #schedule .title, #log .title{
	height:29px;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	color:#FFFFFF;
	font-size:1em;
	line-height:29px;
}
	#news .title{
		background:url(images/news_title.jpg) repeat-x;
		border:1px solid #F15A24;
	}
	#schedule .title{
		background:url(images/schedule_title.jpg) repeat-x;
		border:1px solid #0071BC;
	}
	#log .title{
		background:url(images/log_title.jpg) repeat-x;
		border:1px solid #ED1E79;
	}
#news .content, #schedule .content, #log .content{
	margin:10px 0 0 0;
	padding:10px;
	overflow:hidden;
	zoom:100%;
}
	#news .content{
		border:1px solid #F15A24;
	}
	#schedule .content{
		border:1px solid #0071BC;
	}
	#log .content{
		border:1px solid #ED1E79;
	}
#news h3, #schedule h3, #log h3{
	padding:0 0 9px;
}
	#news h3{
		border-bottom:1px solid #F15A24;
	}
	#schedule h3{
		border-bottom:1px solid #0071BC;
	}
	#log h3{
		border-bottom:1px solid #ED1E79;
	}
#news .text, #schedule .text, #log .text{
	padding:0 10px 20px;
}
#news .text img, #schedule .text img, #log .text img{
	margin:20px 0 0;
}
#news .link, #schedule .link, #log .link{
	margin:10px 0 0 0;
	text-align:right;
}
	#news .link a, #schedule .link a, #log .link a{
	margin:0 10px 0 0;
	}
#news .content p, #schedule .content p, #log .content p, #kankyogeki .content p{
	margin:20px 0 0 0;
}
#news .content ul, #schedule .content ul, #log .content ul{
	margin:0 0 0 20px;
}

#schedule .content .flyer{
	width:439px;
	margin-right:10px;
}

#schedule .content .text .attention{
	color:#FF0000;
}

#schedule .content .text2{
	width:410px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	line-height:1.2em;
	font-size:15px;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}


#log h3.environment{
	padding-left:150px;
	background:url(images/sample_environment.jpg) no-repeat;
}
#log h3.crime{
	padding-left:150px;
	background:url(images/sample_crime.jpg) no-repeat;
}
#log h3.math{
	padding-left:150px;
	background:url(images/sample_math.jpg) no-repeat;
}
#log h3.disaster{
	padding-left:150px;
	background:url(images/sample_disaster.jpg) no-repeat;
}
#log h3.food{
	background:url(images/sample_food.jpg) no-repeat;
}


.float-left{
	float:left;
}
.float-right{
	float:right;
}


/* テーマ別実施例 */

#sample h3{
	height:25px;
	width:133px;
	margin:20px 0 10px 0;
	overflow:hidden;
	text-indent:-9999px;
}

#sample .content{
	padding:0 10px 10px;
	overflow:hidden;
	font-size:0.8em;
	line-height:1.5em;
	zoom:100%;
}

#sample .content img{
	margin:10px 0 10px 10px;
	float:right;
}

#sample .title{
	margin:10px 0 0 0;
}

.environment h3{
	background:url(images/sample_environment.jpg) no-repeat;
}

.environment .title span{
	color:#2FB044;
}

.environment .content{
	background-color:#F7FDF8;
	border:1px solid #2FB044;
}


.disaster h3{
	background:url(images/sample_disaster.jpg) no-repeat;
}

.disaster .title span{
	color:#FF832E;
}

.disaster .content{
	background-color:#FFF9F4;
	border:1px solid #FF832E;	
}

.math h3{
	background:url(images/sample_math.jpg) no-repeat;
}

.math .title span{
	color:#095EDC;
}

.math .content{
	background-color:#F7FDF8;
	border:1px solid #095EDC;
}

.crime h3{
	background:url(images/sample_crime.jpg) no-repeat;
}

.crime .title span{
	color:#F2555B;
}

.crime .content{
	background-color:#FFF5F5;
	border:1px solid #F2555B;
}

.food h3{
	background:url(images/sample_food.jpg) no-repeat;
}

.food .title span{
	color:#8F35DA;	
}

.food .content{
	background-color:#FAF7FD;
	border:1px solid #8F35DA;
}

/* 演劇で学ぼう！とは？ */

#detail{
}

#detail h2{
	margin:50px 0 10px 88px;
	color:#FF0000;
}

#detail #explain{
	height:95px;
	width:719px;
	margin:0 auto;
	padding:30px;
	background:url(images/beige_box2.jpg) no-repeat;
}

#detail #explain ul{
	padding:0 0 0 20px;
	list-style-type:decimal;
	font-size:1em;
	line-height:1.5em;
}

#detail #guide{
	margin:0;
	padding:0 88px;
	overflow:hidden;
	font-size:0.8em;
	zoom:100%;
}

#detail .leftcol{
	width:300px;
	margin-top:50px;
	float:left;
}

#detail .rightcol{
	width:455px;
	margin-top:50px;
	float:right;
}

#detail #guide h3{
	height:36px;
	width:160px;
	margin:0 0 10px;
	overflow:hidden;
	text-indent:-9999px;
}

#detail #guide .leftcol h3{
	background:url(images/detail_button1.jpg) no-repeat;
}

#detail #guide .rightcol h3{
	background:url(images/detail_button2.jpg) no-repeat;
}

#detail #guide .attention{
	color:#FF0000;
}

#detail #guide p{
	margin:10px 0;
}

#detail map{
	background-color:#000000;
}

/* ワークショップの流れ */
#nagare {
	width:720px;
	margin:20px auto;
}

#nagare h2{
	height:36px;
	width:716px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/nagare_button.jpg) no-repeat;
}

/* お問い合わせフォーム */
#wsform {
	padding:30px 88px 10px 88px;
}
#wsform h2 {
	padding-bottom:5px;
}
#wsform p {
	padding:10px;
	line-height:130%;
}
#wsform table {
	margin:10px;
	border-collapse:collapse;
}
#wsform table th{
	width:150px;
	text-align:left;
}
#wsform table td {
	margin-left:10px;
	padding:5px;
	vertical-align:top;
}
#wsform table td img{
	margin-left:10px;
}

/* effect */
#effects_content01{
	background: url(images/effects_content01.png)  no-repeat;
	width:447px;
	height:177px;
	text-indent:-9999px;
	margin: 0px;
}
#effects_content02{
	background: url(images/effects_content02.png)  no-repeat;
	width:447px;
	height:177px;
	text-indent:-9999px;
	margin: 0px;
	display: none;
}
#effects_content03{
	background: url(images/effects_content03.png)  no-repeat;
	width:447px;
	height:177px;
	text-indent:-9999px;
	margin: 0px;
	display: none;
}
#effects_content04{
	background: url(images/effects_content04.png)  no-repeat;
	width:447px;
	height:177px;
	text-indent:-9999px;
	margin: 0px;
	display: none;
}
#effects_content05{
	background: url(images/effects_content05.png)  no-repeat;
	width:447px;
	height:177px;
	text-indent:-9999px;
	margin: 0px;
	display: none;
}


/* footer */
#footer{
	height:30px;
	width:950px;
	padding:50px 0 0 0;
	position:absolute;
	bottom: 0 !important;
	bottom: -1px;
	background:url(images/footer.jpg) no-repeat left bottom;
	color:#FFFFFF;
	text-align:center;
}