@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		background:url(../images/top/top_bg.gif) left top repeat-x #fff;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#555;
		line-height:1.8em;
		font-size:12px;
		text-align:center;
		
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#0066BE;
		text-decoration:none;
}

a:hover {
		color:#0066BE;
		text-decoration:underline;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

th,td {
		font-size:12px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:900px;
		text-align:left;
}

.clear {
		clear:both;
}

.fix:after {
  content: "."; 
  display:block; 
  clear:both;
  height:0;
  visibility:hidden;
}

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#f00;
}

.img {
		float:left;
		margin:0 20px 0 0;
}

.img02 {
		float:right;
		margin:0 0 0 20px;
}

button{
	border: none;
	background: none;
	padding: 0;
	box-sizing: border-box;
}

.br{
	display: block;
}

/*section p
----------------------------------------------------*/

.section {
		margin:0 0 35px 0;
		width:100%;
}



.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px!important;
}

.btm15 {
		margin-bottom:15px!important;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

p.f10 {
		font-size:10px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

p.ar {
		text-align:right;
}

/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:95px;
		position:relative;
}

h1 {
		position:absolute;
		text-align:right;
		top:2px;
		right:0px;
		font-size:10px;
		color:#b1b1b1;
}

p.h-link {
	position:absolute;
	text-align:right;
	top:23px;
	right:0px;
	font-size:12px;
}

p.logo {
		position:absolute;
		top:23px;
		left:0px;
}

p.h-contact {
		position:absolute;
		top:49px;
		right:0px;
}

#sp_headmenu{
	display: none;
}

#main-image{
	line-height: 0;
}

/*ナビ
----------------------------------------------------*/

#navi {
		width:900px;
		height:50px;
		margin:0;
		padding:0;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
		overflow:hidden;
}

#navi li a {
		margin:0;
		padding:0;
		width:150px;
		height:50px;
		display:block;
		text-indent:-9999px;
}

#navi #menu01 {background:url(../images/common/navi.gif) 0px 0px no-repeat;}
#navi #menu02 {background:url(../images/common/navi.gif) -150px 0px no-repeat;}
#navi #menu03 {background:url(../images/common/navi.gif) -300px 0px no-repeat;}
#navi #menu04 {background:url(../images/common/navi.gif) -450px 0px no-repeat;}
#navi #menu05 {background:url(../images/common/navi.gif) -600px 0px no-repeat;}
#navi #menu06 {background:url(../images/common/navi.gif) -750px 0px no-repeat;}
#navi #menu01r,#navi #menu01 a:hover {background:url(../images/common/navi.gif) 0px -50px no-repeat;}
#navi #menu02r,#navi #menu02 a:hover {background:url(../images/common/navi.gif) -150px -50px no-repeat;}
#navi #menu03r,#navi #menu03 a:hover {background:url(../images/common/navi.gif) -300px -50px no-repeat;}
#navi #menu04r,#navi #menu04 a:hover {background:url(../images/common/navi.gif) -450px -50px no-repeat;}
#navi #menu05r,#navi #menu05 a:hover {background:url(../images/common/navi.gif) -600px -50px no-repeat;}
#navi #menu06r,#navi #menu06 a:hover {background:url(../images/common/navi.gif) -750px -50px no-repeat;}


/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:20px 0 0 0;
}


/*サイド
----------------------------------------------------*/

#side {
		width:256px;
		float:right;
		background:#F3FAFF;
		border:solid 1px #BAE0EC;
		padding:20px 0 0 0;
}

#side .section {
		margin:0 0 30px 0;
}

#side .section h2 {
		margin:0 0 10px 0;
}

#side .section p {
		margin:0 15px 0 15px;
		line-height:1.6em;
}

#side .section h3 {
		margin:0 15px 0 15px;
		font-weight:bold;
		font-size:14px;
}

.media-thum {
		float:left;
		margin:0 5px 0 0;
}

#side .section p.media-txt {
		margin:0 15px 0 0;
}

.media-txt span {
		font-weight:bold;
		font-size:14px;
}




/*メイン
----------------------------------------------------*/

#main {
		width:614px;
		float:left;
}

.info {
		background:url(../images/top/info_bg.gif) 0 0 no-repeat;
		border-bottom:solid 10px #F5E9CF;
		padding:60px 10px 13px 25px;
		font-size:14px;
		font-weight:bold;
		color:#f00;
}

#main h2 {
		background:url(../images/common/h2_bg.gif) 0 0 no-repeat;
		font-size:16px;
		padding:0 0 8px 25px;
		margin:0 0 15px 0;
		font-weight:bold;
}

#main h2.sm {
		background:url(../images/common/h2_bg.gif) 0 0 no-repeat;
		font-size:14px;
		padding:0 0 8px 25px;
		margin:0 0 15px 0;
		font-weight:bold;
}


/*フッター
----------------------------------------------------*/

#footer-wrap {
		width:100%;
		text-align:center;
		background:url(../images/common/footer_bg.gif) 0 top #0066BE repeat-x;
		padding:0 0 20px 0;
		margin:40px 0 0 0;
		color:#fff;
}

#footer {
		margin:0 auto;
		padding:0;
		width:900px;
		text-align:left;
}

#footer a {
		color:#fff;
		text-decoration:none;
}

#footer a:hover {
		text-decoration:underline;
}

#pagetop {
		text-align:right;
		margin:0 0 15px 0;
}


.fl {
		float:left;
}

.cr {
		font-size:10px;
		color:#B3D1EC;
		margin:10px 0 0 0;
}

#footer .cr a {
		margin:10px 0 0 0;
		color:#B3D1EC;
}

.fr {
		float:right;
		width:256px;
		color:#B3D1EC;
}

.fr span {
		font-size:14px;
		font-weight:bold;
}
