@charset "utf-8";
/*================================
terapy/index.html CSS｜himawari
作成日：2012/8/7
最終更新日：
================================*/
@import "style.css";
#wrapper h2 {
	height: 30px;
	width: 880px;
	margin-bottom: 30px;
}
#wrapper #main {
	clear: both;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#main h3 {
	margin-bottom: 30px;
}
#main p {
	margin-bottom: 20px;
}
#main #cont1, #main #cont2, #main #cont3 {
	width: 780px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#cont2 h4 {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#cont2 ul {
	margin-top: 10px;
	margin-left: 15px;
}
#cont2 ul li {
	list-style-image: url(../img/listmark1.gif);
}
#cont2 #visual {
	background-image: url(../img/bg_visual.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 380px;
	float: left;
}
#cont2 #cont2_1 {
	width: 780px;
	padding-top: 20px;
	height: 230px;
}
#cont2 #cont2_2 {
	clear: both;
	width: 780px;
	padding-top: 20px;
	height: 230px;
}
#cont2 #cont2_3 {
	clear: both;
	width: 780px;
	padding-top: 20px;
	height: 230px;
}
#cont2 #dance {
	background-image: url(../img/bg_dance.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 380px;
	float: right;
}
#cont2 #music {
	background-image: url(../img/bg_music.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 380px;
	float: left;
}
#cont2 #drama {
	background-image: url(../img/bg_drama.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 380px;
	float: right;
}
#cont2 #poem {
	background-image: url(../img/bg_poem.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 380px;
	float: left;
}
#cont2 #sample {
	float: right;
	width: 350px;
}
.h4 {
	font-size: 14px;
	font-weight: bold;
}
.font {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	line-height: 120%;
	font-size: 12px;
}
.inner {
	width: 350px;
	padding-right: 15px;
	padding-left: 15px;
}
.right {
	text-align: right;
}