@charset "UTF-8";


/* ブラウザスタイル解除    --------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
    margin: 0; 
    padding: 0; 
}
fieldset,img{
    border: 0;
}
address,caption,cite,code,dfn,th,var{
    font-style: normal;
    font-weight: normal;
}
caption,th{
    text-align: left;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}
address,em {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr,legend {
	display:none
}
li {
	list-style-type:none;
}

/*  HTML要素   --------------------------------------------- */

body  {
	background: #999 url(../images/back_01.jpg) repeat-x top;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 95%;
	line-height: 1.0;
}
body.fontL{
    font-size: 112.5%;
}
body.fontM{
    font-size: 100%;
}
body.fontS{
    font-size: 87.5%;
}

a{ color: #020; }
a:link{
    text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #020;
}
a:hover{
    text-decoration: underline;
}
a:active{
    text-decoration: underline;
}

sup,sub{
    font-size: 71%;
    line-height: 1;
}
sup{
    vertical-align: text-top;
}
sub{
    vertical-align: text-bottom;
}

p{
    margin-top: 0;
    margin-bottom: 1.5em;
	line-height: 1.3em;

}

/* 
ul,ol{
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    padding: 0;
}
ul li,ol li{
    margin-left: 1.5em;
    padding: 0;
}
 */

/* 共通クラス--------------------------------------------- */
/* テキスト隠し */

.vsHidden{
    position: absolute;
    overflow: hidden;
    top: -9999px;
    left: 0;
}

/* 回り込み解除 */

.fClear{
    clear: both;
}

/* clearfix */

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

/* IE IE6,7に対応 */
.clearfix {
	/zoom: 1;
}

/* Hides from IE-mac \*/

* html .clearfix{
    height: 1%;
    overflow: visible;
}

/* メニューボタンのアルファ化 \*/
.img_mask a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}




/*　フロート（保留）　*/
/*
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
*/


/* img画像に縁取り装飾 */

span,img{padding:0;margin:0;border:0;}

.fancy{
    position:relative;
    display:inline-block;
    font-size:0;
    line-height:0;
}

.fancy:after{
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    right:2px;
    border:2px solid rgba(255,255,255,0.5);
    outline:2px solid rgba(0,0,0,0.2);
    content:" ";
}
