@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
html,body,div,iframe, h1,h2,h3,h4,h5,h6,pre,address,ul,li,dl,dt,dd,form,legend,p, img {
	margin:0;
	padding:0;
}
html{
	overflow-y: scroll;
}
body {
	color: #333333;
	background: url(../images/main_back.jpg) repeat center top;
	font-size: 62.5%;   /* 10px */
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse:collapse;
	border:0;
}
input,select,textarea {
	vertical-align:middle;
	outline: none;
}
input[type="text"]{
	background-color: white;
	border: solid 1px #ccc;
}
input[type="radio"]{
	vertical-align: text-top;
}
a{
	border: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}
/* ===========================================
	layout
   =========================================== */
#header, 
#footer{
	width: 100%;
}
#headerinn, 
#contcolumninn, 
#footerinn {
	width: 1096px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 714px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#contcolumn{
	position: relative;
	text-align: center;
}
#contcolumninn{
	padding-bottom: 100px;
	background-image: url(../images/back02.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#footer{
	margin-top: -40px;
	position: relative;
	clear: both;
	text-align: center;
}


/* ------------------------
	float clear,    */
	
/* For modern browsers */
#header:before, #header:after,
#headerinn:before, #headerinn:after,
#contcolumn:before, #contcolumn:after,
#contcolumninn:before, #contcolumninn:after,
#footer:before, #footer:after,
#footerinn:before, #footerinn:after,
#rightcolumn:before, #rightcolumn:after,
#leftcolumn:before, #leftcolumn:after {
    content:"";
    display:table;
}
#header:after,
#headerinn:after,
#contcolumn:after,
#contcolumninn:after,
#footer:after,
#footerinn:after,
#rightcolumn:after,
#leftcolumn:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#header,
#headerinn,
#contcolumn,
#contcolumninn,
#footer,
#footerinn,
#rightcolumn,
#leftcolumn {
    zoom:1;
}

/* ===========================================
	font
   =========================================== */
p, li, dt, dd, address{
	font-size: 1.3em;
}
dd dt, dd dd, dd li, dd p, dd th, dd td, dd address,
li p, li li, li dd, li dt, li dd p, li address,
td li, td dt, td dd, td p, td address {
	font-size: 1em;
}

.fs12px{ /*  p li dt dd address  -class */
	font-size: 1.2em;
}
.fs14px{ /*  p li dt dd address  -class */
	font-size: 1.4em;
}
.fs15px{ /*  p li dt dd address  -class */
	font-size: 1.5em;
}
.fs16px{ /*  p li dt dd address  -class */
	font-size: 1.6em;
}
.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.txtB{
	font-weight: bold;
}
.txtRed{
	color: red;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}
/* -------- */
address,em,strong{
	font-style:normal;
}
em{
	font-weight: bold;
}
/* ===========================================
	h1 h2 h3 h4 h5 h6
   =========================================== */
h1,h2,h3,h4,h5,h6{
	font-size: 1.3em;
}
/* ===========================================
	link
   =========================================== */
a:link{
	color: #24618E;
} 
a:visited{
	color: Maroon;
}
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}

.ptop a:link{
	color: #24618E;
} 
.ptop a:visited{
	color: #24618E;
}
.ptop a:hover{
	color: Navy;
	text-decoration: none;
}
.ptop a:active{
	color: red;
} 
/* ===========================================
	Navi
   =========================================== */
.mainnavi{
	width: ;
}
.gnav li{
	float: left;
	width: ;
	height: ;
	line-height: 1;
}
.gnav a{
	display:block;
}
/*--- footernavi ---*/
.footernavi{
}
.f-nav ul{
	text-align: center;
}
.f-nav li{
	display: inline;
}
.f-nav li a{
	display: inline-block;
	background: url(../images/fo_linkline.gif) right center no-repeat;
	padding: 0.2em 0.5em 0.2em 0.4em;
}
.f-nav li:first-child{
	background: url(../images/fo_linkline.gif) left center no-repeat;
}

/* ===========================================
	module
   =========================================== */
   
/* ------------------------
	float clear,  clearFix,  */
	
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}
/* clearfix */
.w100{
	width: 100%;
}
/* For modern browsers */
.clearFix:before, .clearFix:after,
.w100:before, .w100:after {
    content:"";
    display:table;
}
.clearFix:after, 
.w100:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearFix, 
.w100 {
    zoom:1;
}

/* ------------------------
	margin-bottom          */
	
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}

/* ------------------------
	float                   */
	
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* ------------------------
	img                     */
	
.imgfLeft{
	float: left;
	margin: 0 12px 12px 0;
}
.imgfRight{
	float: right;
	margin: 0 0 12px 12px;
}

/* ------------------------
	Mouse hover             */
	
a.hvrimg img, 
.hvrIMG a img, 
.pupimg a img {	/* pupimg for colorbox.js */
opacity:1;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
a.hvrimg:hover img, 
.hvrIMG a:hover img, 
.pupimg a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* ------------------------
	ページ内アンカー       */
.ptop{
	text-align: right;
	font-size: 1.2em;
}

/* ------------------------
	非表示                 */

.hide{
	display: none;
}

/* ------------------------
	角丸                   */
.grid{
	position: relative;
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 	 
}
/* ------------------------
	グラデーション         */
.grad{
	position: relative;
	padding: 10px;
	margin: 10px;
	background-color:#dcdcdc;
	/* SVG as background image (IE9) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNEQ0RDREMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MjIpIiAvPgo8L3N2Zz4=);

background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
background: -moz-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
background:linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
}

/* ------------------------
	ドロップシャドウ       */
.boxShadow {
-webkit-box-shadow: 0px 0px 8px #222;
box-shadow: 0px 0px 8px #222; 
}

/* ------------------------
	table                   */

.table01{
	width: 100%;
	font-size: 1.3em;
	border: solid 1px #333;
}
.table01 tr, 
.table01 th, 
.table01 td {
	border: solid 1px #333;
}
.table01 th{
	width: 28%;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	background-color: #FFFBC4;
	padding: 5px;
}
.table01 td{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

/* ------------------------
	button                  */
	
.button, .button:visited {
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;	
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
}
.button:hover{background-color:#111;color:#fff;}
.button:active{top:1px;}
.small.button, .small.button:visited{ font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
} 
.large.button, .large.button:visited{
	font-size: 14px;
	padding: 8px 14px 9px;
} 
.super.button, .super.button:visited{
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.button, .magenta.button:visited{ background-color: #e22092; }
	.pink.button:hover{ background-color: #c81e82; }
.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover{ background-color: #749a02; }
.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover{ background-color: #cf2525; }
.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover{ background-color: #d45500; }
.blue.button, .blue.button:visited{ background-color: #2981e4; }
	.blue.button:hover{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover{ background-color: #fc9200; }
a.button:link{
	color: #fff;
} 
a.button:visited{
	color: #fff;
}
a.button:hover{
	color: #fff;
	text-decoration: none;
}
a.button:active{
	color: #fff;
}
