@charset "utf-8";
/*-----------------------------------------------------------*/

/*ヘッダー*/
header {
	width: 720px;
	position: relative;
	margin: 0px auto 15px auto;
}

header div{
	max-width: 720px;
	position: relative;
	margin: 0px auto 0px auto;
}
header h1 {
	width:100%;
	display:block;
	position: relative;
	float: left;
	margin-right:30px;
}
header h1 a {
	width:100%;
	display: block;
}

header h2 {
	display: none;
}

header .infoHeader {
	position: relative;
	float: left;
}
header .infoHeader h3 {
	font-size: 11pt;
	margin-bottom: 5px;
	background: none;
	padding:0px;
}
header .infoHeader p { font-size: 7pt; line-height:12pt;}

/*メインイメージ*/
#main_img{
	width:100%;
	max-width: 700px;
	margin: 0px auto 5px auto;
	position: relative;
}

/*パンくず*/
#pankuzu {
	display:none;
}

/*コンテンツ全体*/
#contentsAll {
	width: 100%;
	max-width: 720px;
	margin: 0px auto 30px auto;
	overflow: hidden;
	_zoom:1;
}

/*メインメニュー横*/
#mainMenuWidth {
	display: none;
}

/*サイドメニュー*/
#navi {
	display:none;
}

/*コンテンツ*/
#contents {
	width: 100%;
	max-width: 720px;
	float: none;
	display: inline;
	position: relative;
	overflow: hidden;
	_zoom:1;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
	background:#FFF;
	
	behavior: url("/wp-content/themes/isurftemp/css/pie/PIE.htc");/*CSS3 PIE*/
}

/*コンテンツ:box_A*/
#contents div.box_A {
	width: 700px;
	padding: 9px;
	margin: 0px auto 30px auto;
	position: relative;
	overflow: hidden;
	_zoom:1;
	
}
/*フッター*/
footer #footerTextLink,footer div.btnPagetop{
	display: none;
}