@charset "UTF-8";

body{
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	padding: 0px;
	background-color:#EFE661;
}

a:link{text-decoration:underline; color:#0099ff} 
a:visited{text-decoration:underline; color:#0099ff} 
a:active{text-decoration:underline; color:#FEEB01} 
a:hover{text-decoration:none; color:#FEEB01} 

img {
	border:none;
}

#container{
	width:790px;
	margin:0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}



#head {
	background-color: #FFFFFF;
	background-image: url(../img/bg_ttl.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 100%;
}
#cont {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	padding: 0px;
}



#foot{
	font-size:75%;
	color:#76ACCD;
	margin:0px;
	width: 100%;
	text-align: center;
	padding: 0px;
	line-height: 160%;
	height: 50px;
	clear:both;
}


#line1{
	width: 790px;
	margin: 0px;
	height: 30px;
	padding: 0px;
	position:relative;
	padding:35px 0px 0px;
}
#line1w{
	width: 790px;
	margin: 0px;
	height: 30px;
	padding: 0px;
	position:relative;
	padding:15px 0px 20px;
}
#ttl {
	font-size: 15px;
	line-height:120%;
	font-weight: bold;
	color: #996633;
	text-align: left;
	width: 590px;
	float: right;
}
#no {
	float: left;
	width: 200px;
}
#vol{
	display:block;
	position:absolute;
	width:36px;
	font-size: 14px;
	letter-spacing:3px;
	color: #FFFFFF;
	left: 160.5px;
	top: 40px;
}


#line2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 790px;
	clear: both;
}

.cont760 {
width:760px;
margin:0px;
padding:0px;
clear:both;

}

.cont610l{
width:570px;
margin:0px;
padding:0px 20px;
float:left;
}

.cont150r{
width:150px;
margin:0px;
padding:0px;
float:right;
}

.contPink {
width:760px;
margin:10px 0px 0px;
padding:0px;
border-top:solid 5px #E3DBC3;
border-bottom:solid 5px #E3DBC3;
clear:both;
}
.contBrown {
width:760px;
margin:10px 0px 0px;
padding:0px;
border-top:solid 5px #CCCC99;
border-bottom:solid 5px #CCCC99;
clear:both;
}


/* font */


.tx9{
font-size:50%; line-height:200%;
}
.tx10{
	font-size:65%;
	line-height:150%;
}
.tx12{
	font-size:85%;
	line-height:200%;
}
.tx12w{
	font-size:85%;
	line-height:200%;
	color:white;
}


/* background */
.bgPink{
background-image:url(../img/bg_pink.gif);
background-repeat:repeat;
padding:0px 10px;
}


.bgBrown{
background-image:url(../img/bg_brown.gif);
background-repeat:repeat;
padding:0px 10px;
}

.bgSoto{
background-image:url(../img/talk01/sotologo.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#F3C989;
}
.bgShibaf{
background-image:url(../img/talk02/shibaflogo.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#003333;
}
.bgIshihara{
background-image:url(../img/talk03/ishiharalogo.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#ffcccc;
}


/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*clearfix end*/
