@charset "utf-8";

/* =base
------------------------------------------------------------------------------------------*/
body {text-align: center;
color: #000; 
	font-family: "メイリオ","Meiryo","MS PGothic","Osaka",Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em;
	height:100%; 
	background-color:#bb0000; 
}
html {overflow-y:scroll; height:100%;}

a {color: #cc6666;text-decoration: none; outline:none;}
a:hover {color: #cc6666;text-decoration: underline;}
a:hover img{opacity:0.8;filter: alpha(opacity=80);}

@media print {
body {-webkit-print-color-adjust: exact;}
}

/* =clearfix
------------------------------------------------------------------------------------------*/
.clearfix:after{clear:both;display:block;height:0;line-height:0;visibility:hidden;font-size:0.1em;content:".";}
.clearfix{}

/* =見出しx
------------------------------------------------------------------------------------------*/
h1{margin:0;}
h2{margin:0;}
h3{margin:0;}
h4{margin:0;}
h5{margin:0;}


/* =nav
------------------------------------------------------------------------------------------*/
.gnavi{padding: 0 7px;margin-bottom: 10px;}
.gnavi ul{ width:100%;}
.gnavi li{ float:left; padding-left:1%;width: 24%;}
.gnavi li:first-child{padding-left: 0.5%;}
.gnavi li img{ width:100%;}


/* =fade
------------------------------------------------------------------------------------------*/
#js_fade {position: fixed;top : 0;left : 0;width: 100%; height :100%;background-color : #fff;background-image : url( ../images/buffer.gif );background-repeat : no-repeat; background-position : 50% 50%; z-index:5;}


/* = footer
------------------------------------------------------------------------------------------*/


#footer { background:#333; text-align:left;z-index:10; color:#FFF;}
#footer address{ background-color:#000; padding:3%;}

.hiplogo{ float:right; margin-top:-10px}

#footer .copyright {vertical-align:middle;line-height:2.3em; font-size:11px; padding:10px; margin:0;}


/* フォント
------------------------------------------------------ */
/* = parkavenueフォント
/* IE */
@font-face {font-family: 'capture';src: url('../fonts/capture.eot');}

/* Firefox, Opera, Safari */
@font-face {font-family: 'capture';src: url('../fonts/capture.ttf') format('truetype');}
.capture{font-family: 'capture';}


