@charset "Shift_JIS";
	
/*---------------------------------------
　　　基本設定
-----------------------------------------*/
*{	
		margin:0px;
		padding:0px;
}


html{		
		overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;/* 背景色 */
	color:#464646;/* 基本文字色 */
	letter-spacing:1px;/* 基本文字間 */
	text-align:left;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:130%;
	font-size:14px;
	-webkit-text-size-adjust: none;
}
h1{
	font-size:16px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	line-height: 41px;
	text-align: center;
}
h2{
	
}
h2.title02{
	padding-bottom:5px;
	width:320px;
	padding-top: 5px;
}
h3{
}
h3.title01{
	line-height:16px;
	color: #0068B4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	font-size: 15px;
	margin-left: 2px;
	margin-bottom: 10px;
	font-weight: normal;
}
h4{
	padding-bottom:5px;
	font-size: 14px;
}
h5{
		padding-bottom:15px;
}
a{
	color:#0066FF;/* 基本リンク色 */
	text-decoration:underline;/* 基本装飾 */
}
a:hover{
	color:#996600;/* 基本オーバー時リンク色 */
}
select{		
		text-align:left;
}
ul,ol{
	list-style-type:none;/* 基本リスト装飾なし */
	padding: 0px;
}
.main {
	width:320px;/* メインコンテンツ幅 */
	padding:0px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
.wrap_01{
	width: 293px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
}
.box2F {	
		width:275px;/* ボックス幅 */
		float:left;
		margin-right:30px;
}
.box2F h2.h2_title{/* タイトル */
		display:block;
		height:auto;
		width:auto;
		background:none;
		line-height:normal;
}
.box2F .img{/* 画像背景色 */
		background-color:#EBEBEB;/* 背景色 */
		float:left;
}
.box2F .img img{/* 画像 */
		padding:8px;/* 画像枠スペース */
}
.box2F p{/* 画像横文章 */
		float:right;
		width:135px;/* 文章幅 */
		line-height:130%;/* 文章行間 */
}
.wrap_box2 .m_r_x{	margin-right:0px;	}
.wrap_box2 .clear{	
		width:100%;/* IEバグで高さが出でるのを防ぐ為 */
}

.gotoTop{	
		text-align:right;
		margin:10px auto;
		width:100%;
}
.gotoTop img{	
		vertical-align:middle;
		padding-right:5px;
}
.gotoTop a{	
		color:#000000;
		text-decoration:none;
}
.gotoTop a:hover{	
		color:#0099FF;
}
