@charset "UTF-8";
/*____________________________________________テキスト基本設定*/
body{font-size:10px;font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #666;background-color:#fff; line-height:1.5em;}
a{color:#09c}
a:hover{color:#069;text-decoration:none}
a:visited{color:#039}
h1{font-size:1.7em;} h2{font-size:1.6em;} h3{font-size:1.5em;}
h4{font-size:1.4em;} h5{font-size:1.2em;} h6{font-size:1.2em;}
h1,h2,h3,h4,h5,h6{line-height:1em;}
p,th,td,li,dt,dd{font-size:1.2em;line-height:1.5em;}
/*_____________________________________________box要素基本設定*/
body,div,li,dt,dd,th,td{margin:0px;padding:0px}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table{margin:0px; padding:0px}
/*____________________________________________その他基本設定*/
img{border:none}
table{border-collapse:collapse; width:100%;}th,td{text-align:left;vertical-align:top}
table.layout{}
	table.leyout td{
		font-size:1em;
	}
	
label{cursor:pointer;}
br.clear{
	clear:both;
}
a.link{
	padding-left:20px;
	width:300px;
	background-image:url(../images/icon_link.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
a.link_yellow{
	padding-left:20px;
	width:300px;
	background-image:url(../images/icon_link_bgyellow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}
a.link_self{
	padding-left:20px;
	width:300px;
	background-image:url(../images/icon_link_self.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
a.link_self_yellow{
	padding-left:20px;
	width:300px;
	background-image:url(../images/icon_link_self.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
a.link_back{
	padding-left:20px;
	width:300px;
	background-image:url(../images/icon_link_back.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*============================================layout*/
body{
	background-image:url(../images/all_bg_head.jpg);
	background-repeat:repeat-x;
}
#flash{
	background-image:url(../images/top/top_flash_bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
	#flash p.message{
		color:#993300;
		width:370px;
		border:solid 3px #FFCCCC;
		padding:10px;
	}
	#flash img{
		vertical-align:middle;
		margin:3px;
	}

#bg{
	width:100%;
	background-image:url(../images/all_bg_foot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#all{
	width:800px;
	margin:auto;
	background:none;
}
#head{
	margin-bottom:10px;
}
	#head li{ list-style:none;}
#content{
	width:800px;
	position:relative;
	background-image:url(../images/2colum/sidebar_bg.jpg);
	background-position:6px 0px;
	background-repeat:repeat-y;
}
#left{
	width:194px;
	float:left;
	display:inline;
	margin-left:6px;
}
	#left li{list-style:none}
#right{
	width:583px;
	float:left;
	display:inline;
	margin:0px 0px 50px 11px;
}
#right p.pagetop{
	width:110px;
	height:21px;
	position:absolute;
	top:100%;
	left:100%;
	margin-top:-21px;
	margin-left:-110px;
}
#foot{
	height:100px;
	margin-top:10px;
}
	#foot li{ list-style:none;}
#copy{
	text-align:center;
	font-size:1em;
	line-height:1em;
	letter-spacing:0px;
	margin:6px 0px 4px 0px;
}
/*__________________about*/
h1{
	margin:0px;
	width:175px;
	float:left;
	display:inline;
}
#pagetitle p{
	background-image:url(../images/all_pagetitle_bar.jpg);
	padding:3px 10px 3px 0px;
	text-align:right;
	color:#666;
}
/*left*/
	#leftbg_h{
		height:35px;
		background-image:url(../images/2colum/sidebar_bg_head.jpg);
	}
	#leftbg_b{
		height:35px;
		width:194px;
		position:absolute;
		top:100%;
		margin-top:-30px;
		left:6px;
		background-image:url(../images/2colum/sidebar_bg_foot.jpg);
	}
	#side_navi{
		margin-bottom:20px;
		}
	#side_banner{
		width:189px;
		margin:auto;
		margin-bottom:30px;
	}
		#side_banner img{
			display:block;
		}
		#side_banner li{
			margin-bottom:2px;
			padding:0px;
			width:189px;
			}

/*#content*/
	#content h3{margin-bottom:10px;}
	#content h4{
		width:547px;
		margin:0px 0px 10px 20px;
		color:#960;
		border-bottom:dashed 1px #999;
		padding-bottom:4px;
		font-weight:normal;
		line-height:130%;
		}
	#content h5{
		width:547px;
		margin:0px 0px 10px 20px;
	}
	#content p{width:530px;margin:0px 0px 20px 35px;}
		#content p.read{width:555px;margin:0px 0px 30px 20px;}
		
	#content span.bold{color:#000;}
	#content span.red{color:#930; font-weight:bold;}	
	#content span.orange{color:#f60;}
	#content ol{
		margin:0px 0px 20px 60px;
	}
		#content ol li{
			margin-bottom:5px;
		}
	

