@charset "Shift_JIS";
/* ============08.03.03
0.基本設定
1.共通
2.レイアウト
3.頻繁に使うもの
==================== */

/* 0.基本設定 ==================== */

h1,h2,h3,h4,ul,li{
	margin:0;
	padding:0;
}
h2{
	font-size:16px;
	font-weight:bold;
	vertical-align:baseline;
	clear:both;
}
ul,li{
	list-style-type:none
}
img{
	border:0;
}

/* 1.共通 ==================== */
li{
	line-height:1.5;
}
.list {
	list-style:none;
	margin-left:-2em;
}
.indent {
	margin-left:1em;
	list-style:none;
}
.etc {
	list-style:none;
	text-align:right;
	font-size:x-small;
	padding-right:1em;
}
tt {
	font-weight:bold;
}

/* 2.レイアウト ==================== */
.box1{
	margin-bottom:30px;
}
.box1-ex{
	line-height:1.5;
	width:245px;
}

#youkou h2,#naiyou h2{
	margin-bottom:5px;
}


#youkou{
	font-size:11px;
	line-height:1.3;
	margin:0 10px 40px 10px;
}


#naiyou{
	color:#000;
	background:url(img/08/p12bg.jpg) no-repeat scroll 0 bottom;
	height:230px;
	margin:40px 0;
	padding-left:110px;
}
#naiyou ul{

}
#naiyou li{
	margin-bottom:5px;
}


.instru {
	margin-bottom:15px;
}
.instru1 {
	float:left;
}
.instru2 {
	float:right;
	width:410px;
	padding-left:5px;
/*	border-left:1px solid #6c3;*/
}

/* 3.頻繁に使うもの ==================== */
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin-right:7px;
}
.imgright{
	float:right;
	margin-left:7px;
}
.center{
	margin:0 auto;
	text-align:left;
}
.clear{
	clear:both;
}
.red{
	color: #f00;
}
.clearfix:after{
	content:".";
	height:0px;
	clear:both;
	display:block;
	visibility:hidden;
}
/*IE7用*/
.clearfix{display: inline-block;}
/*以下MacIE5用*/
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */