@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 background:transparent;
}

body {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 */
	line-height:1.0;
	color:#333;
	background-color:#FFF;
}

ul li {	list-style-type: none; }

img {
	vertical-align:bottom;
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	background:#FFF;
	width:100%;
}

th {
	font-weight:normal;
	text-align:left;
}


/* ---------------------------------------------------------
   リンク
   ------------------------------------------------------ */

a         { text-decoration:none; }
a:link    { color:#000; }
a:visited	{ color:#000; }
a:hover  	{ color:#000; }
a:active	 { color:#000; }

.Ov:hover {
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}

.Ov:hover {
	opacity: 0.5;  
	filter: alpha(opacity=50);  
}


/* -----------------------------------------------
  bgstretcher スライドショー＆背景画像
   -------------------------------------------- */
HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bgstretcher {
    background: black;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute; /*IE6 doesn't support fixed positioning*/
    top: 0;
    left: 0;
}


/* -----------------------------------------------
   TOPへ移動ボタン
   -------------------------------------------- */
.BtnPageTop {
 width:40px;
 position:fixed;
 right:20px;
 bottom:20px;
}

.BtnPageTop img { width: 100%; }


/* --- ClearFix --- */
.clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix{
    display: inline-block;
}
 
/* Hides from IE Mac \*/
* html .clearfix{
    height: 1px;
}
 
.clearfix{
    display: block;
}

/* ---float解除（overflow）--- */
.parent{
  overflow: hidden;
  zoom: 1; //IE6、7に対応
}