@charset "utf-8";

@import url("contents.css");

/*--------------------------------------------------------*/
body {
	background: #009fe8;
	font-family: Arial, Helvetica, "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: left;
}

a:link,a:visited {
	outline: none;
	color: #0078dc;
	text-decoration: underline;
}
a:hover,a:active {
	outline: none;
	color: #0088FF;
	text-decoration: none;
}

/* HTML5 未対応用 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

/* リセット */
p,ul,ol,li,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }
address {
	font-style: normal;
	font-weight: normal;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* フォーム */

input[type="submit"] { cursor: pointer; }


/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/


/* wrap */
.wrap {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* clear */
.clear { clear: both; height: 1px; }

.c-fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-fix { min-height: 1px; }
* html .c-fix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* For modern browsers */
.c-fix:before,
.c-fix:after {
    content:"";
    display:block;
	  overflow:hidden;
}
.c-fix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.c-fix { zoom:1; }

img { vertical-align: bottom; }
.t { vertical-align: top; }
.xb { vertical-align: text-bottom; }

/* 位置調整 */
.posi-r { position: relative; }

.left { float: left; }
.right { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/* 横幅 */
.w100p { width: 100%; }
.w100 { width: 100px; }

/* マージン */
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }


.ms05 { margin-left: 05px; margin-right: 05px; }
.ms10 { margin-left: 10px; margin-right: 10px; }
.ms15 { margin-left: 15px; margin-right: 15px; }
.ms20 { margin-left: 20px; margin-right: 20px; }

.mb05 { margin-bottom: 5px; }

.pt08 { padding-top: 8px; }
.pt10 { padding-top: 10px; }


/* マウスオーバー */
a.ro:hover,a.ro:active {
	filter: alpha(opacity=70);
	opacity:0.70;
	-moz-opacity:0.70;
}
.ro a:hover img,
.ro a:active img {
	filter: alpha(opacity=70);
	opacity:0.70;
	-moz-opacity:0.70;
}
.ro input:hover,
.ro input:active {
	filter: alpha(opacity=70);
	opacity:0.70;
	-moz-opacity:0.70;
}

/* 表示・非表示 */
.disp { display: block; }
.nodisp { display: none; }

/*シャドウ*/
.sd {
box-shadow:rgba(212, 212, 212, 0.65098) 0px 0px 3px 3px;
border-radius:1px;}

/*--------------------------------------------------------------
テキストスタイル 
--------------------------------------------------------------*/
.tb { font-weight: bold; }
.tn { font-weight: normal; }
.tul { text-decoration: underline; }

.tmin { font-family:"HGS明朝E", "ヒラギノ明朝 Pro W2", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif; }

/* Color */
.gray { color: #666666; }
.red { color: #FF0000; }
.blue { color: #0000FF; }

/* フォントサイズ */
.f10 { font-size: 10px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	padding: 20px 0;
}
header h1 { float: left; }
header h2 {
	float: left;
	font-weight: normal;
	margin-left: 17px;
	padding-top: 26px;
}

/*--------------------------------------------------------------
navigation
--------------------------------------------------------------*/

#g-nav {
	float: right;
	padding-top: 40px;
}
#g-nav li { float: left; }
#g-nav a {
	background: url(../images/common/g-nav.png) no-repeat;
	display: block;
	height: 20px;
	text-indent: -999em;
}
#g-nav .nav01 a { width: 84px; }
#g-nav .nav02 a { width: 96px; background-position: -84px 0; }
#g-nav .nav03 a { width: 96px; background-position: -180px 0; }
#g-nav .nav04 a { width: 120px; background-position: -276px 0; }
#g-nav .nav05 a { width: 98px; background-position: -396px 0; }
#g-nav .nav01 a:hover { width: 84px; background-position: 0 -20px; }
#g-nav .nav02 a:hover { width: 96px; background-position: -84px -20px; }
#g-nav .nav03 a:hover { width: 96px; background-position: -180px -20px; }
#g-nav .nav04 a:hover { width: 120px; background-position: -276px -20px; }
#g-nav .nav05 a:hover { width: 98px; background-position: -396px -20px; }

/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/
#breadcrumbs {
	background: #FFF;
	width: 100%;
	color: #333;
	padding: 13px 0 12px;
}
#breadcrumbs span { display: inline-block; color: #999; margin: 0 10px; }

#container {
	background-color: #FFF;
	background-image: url(../images/common/shadow01_btm.png), url(../images/common/shadow01_top.png);
	background-position: center top, center bottom;
	background-repeat: repeat-x, repeat-x;
	width: 100%;
	color: #333;
	padding: 30px 0 60px;
}

/* ページトップボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer { padding: 20px 0; }

footer .logo { float: left; }
footer .address { float: left; margin-left: 25px; }
footer #f-nav { border-right: 1px #FFF solid; margin-bottom: 18px; }
footer #f-nav li {
	border-left: 1px #FFF solid;
	float: left;
	padding: 1px 12px;
}
footer #f-nav a { color: #FFF; }
