@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用（＊は小文字に要修正）
head~/＊ ＊/body .hogehoge{}

***********************************/

@import "reset.css";
@import "behavior.css";


/* #left
******************************************************************/

#left h2{
	margin-bottom: 10px;
}

#left h3{
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 2px 0 2px 0.5em;
	background-color: #FF6600;
}

#left div.box{
	margin: 0 5px 10px 0;
	padding-bottom: 0.5em;
	border: 1px solid #CCCCCC;
	float: left;
	height: 26em;
	width: 205px;
	overflow: hidden;
}

#left div.box:hover{
	background-color: #FFFFCC;
}

#left div.box h4{
	color: #FFFFFF;
	margin-bottom: 0.5em;
	padding: 2px 0 2px 0.5em;
	background-color: #FF6600;
}

#left div.box div{
	font-size: 100%;
	text-align: right;
}

#left div.box p,
#left div.box div{
	margin: 0 0.5em;
}


/* caseXX.html #left
******************************************************************/
#case h2{
	text-indent: -9999px;
	margin-bottom: 0.5em;
	height: 110px;
	background-image: url('../voice/images/title.gif');
	background-repeat: no-repeat;
}

#case h2.title01{
	background-position: 0px 0px;
}

#case h2.title02{
	background-position: 0px -110px;
}

#case h2.title03{
	background-position: 0px -220px;
}

#case h2.title04{
	background-position: 0px -330px;
}

#case h2.title05{
	background-position: 0px -440px;
	height: 150px;
}

#case h2.title06{
	background-position: 0px -590px;
	height: 150px;
}

#case h2.title07{
	background-position: 0px -740px;
	height: 150px;
}

#case h2.title08{
	background-position: 0px -890px;
	height: 150px;
}

#case h2.title09{
	background-position: 0px -1040px;
	height: 150px;
}

#case h2.title10{
	background-position: 0px -1190px;
	height: 110px;
}

#case p.list_title{
	margin: 2em 0 -1em;
}

#case div.block{
	padding: 0.5em;
}

#case p.txt_main01,
#case p.txt_main02,
#case p.txt_main03,
#case p.txt_main04,
#case p.txt_main05,
#case p.txt_main06,
#case p.txt_main07,
#case p.txt_main08,
#case p.txt_main09,
#case p.txt_main10{
	margin-bottom: 2em;
	padding-right: 305px;
	background-repeat: no-repeat;
	background-position: right top;
}

#case p.txt_main01{
	background-image: url('../voice/images/img01.jpg');
}

#case p.txt_main02{
	background-image: url('../voice/images/img02.jpg');
}

#case p.txt_main03{
	background-image: url('../voice/images/img03.jpg');
}

#case p.txt_main04{
	background-image: url('../voice/images/img04.jpg');
}

#case p.txt_main05{
	background-image: url('../voice/images/img05.jpg');
}

#case p.txt_main06{
	background-image: url('../voice/images/img06.jpg');
}

#case p.txt_main07{
	background-image: url('../voice/images/img07.jpg');
}

#case p.txt_main08{
	background-image: url('../voice/images/img08.jpg');
}

#case p.txt_main09{
	background-image: url('../voice/images/img09.jpg');
}

#case p.txt_main10{
	background-image: url('../voice/images/img10.jpg');
}

#case p.txt_main_sub{
	clear: both;
	margin-top: -1.5em;
	margin-bottom: 2em;
}

#case div.kouza{
	margin: -1em 0 30px 0;
}

#case div.kouza span{
	font-weight: bold;
}

#case div.kouza ul li{
	width: 50%;
	float: left;
}

#case span.school{
	font-weight: bold;
}

#case span.name{
	font-size: 150%;
	font-weight: bold;
}

#case div.block dt{
	font-size: 150%;
	color: #FF6600;
	font-weight: bold;
}

#case div.block dd{
	margin-bottom: 3em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* voice.html
******************************************************************/

#left div.list_box{
	margin: 0 20px 20px 0;
	float: left;
	height: auto;
	width: 300px;
	overflow: hidden;
}

#left dd span{
	color: #FF0000;
}

div.thum_box .point {
	line-height: 145%;
}

div.list_box .point span{
	font-size: 150%;
	font-weight: bold;
}

div.list_box .point span.small{
	font-size: 130%;
}

div.thum_box .point span{
	font-size: 130%;
	font-weight: bold;
}

#left div.thum_box{
	margin: 0 12px 10px 0;
	float: left;
	height: 280px;
	width: 148px;
}

#left div#order{
	padding-top: 20px;
}


#left div.bt_box a{
	margin: 0 20px 5px 0;
	float: left;
}

#left div.bt_box a:hover img{
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
}

p.text_right{
	text-align: right;
	margin-top: 1em;
}


hr{
	margin: 1.5em 0;
	border-top: 1px solid #969696;
	border-right:0px none ;
	border-bottom:0px none;
	border-left:0px none;
	width: 100%;
	height: 1px;
}

.clear{
	clear: both;
}


