@charset "UTF-8";
/* CSS Document */


/* リセット */
body ,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

fieldset,img{
	border:0;
}

abbr,acronym{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}


.clearFix {
    zoom: 100%;
}
	
.clearFix :after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}






/* base */



body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;

}

div.wrapper{
	width:800px;
	margin:30px auto 0 auto;
}


div.wrapper div.contents{
	width: 800px;
}



img#fut{
clear:both;}


/* header */




/* margin set */
.marginT5 {
	margin-top:5px;
}
.marginT10 {
	margin-top:10px;
}
.marginT20 {
	margin-top:20px;
}
.marginT30 {
	margin-top:30px;
}
.marginT40 {
	margin-top:40px;
}
.marginT50 {
	margin-top:50px;
}

.marginB5 {
	margin-bottom:5px;
}
.marginB10 {
	margin-bottom:10px;
}
.marginB15 {
	margin-bottom:15px;
}
.marginB20 {
	margin-bottom:20px;
}
.marginB30 {
	margin-bottom:30px;
}
.marginB40 {
	margin-bottom:40px;
}
.marginB100 {
	margin-bottom:100px;
}
.marginL5 {
	margin-left:5px;
}
.marginL10 {
	margin-left:10px;
}
.marginL10B10 {
	margin-left:10px;
	margin-bottom:10px;
}
.marginL15 {
	margin-left:15px;
}
.marginL5T20 {
	margin-left:5px;
	margin-top:30px;
}
.marginL05 {
	margin-left:5px;
}
.marginL10 {
	margin-left:10px;
}
.marginL20 {
	margin-left:20px;
}
.marginL20B20 {
	margin-left:20px;
	margin-bottom:20px;
}
.marginL30 {
	margin-left:30px;
}
.marginR10 {
	margin-right:10px;
}
.marginR20 {
	margin-right:20px;
}
.marginR30 {
	margin-right:30px;
}
.marginR40 {
	margin-right:40px;
}
.marginR50 {
	margin-right:50px;
}
.marginAuto {
	margin:0 auto 0;
}



/*   テキストデコレーション  */

.smallTxt {
	font-size:11px;
}

.txt-gray{
	color:#999999;
}

.txt-blue {
	color:#20D8FF;
	}

.txt-pink {
	color:#f86b84;
	}
.txt-yellow {
	color:#FFCC00;
	}

.txt-red {
	color:#fc4061;
	}

.txt-magenta {
	color:#FF026D;
	}

.txt-big {
	font-size:15px;
	}

.txt-bold{
	font-weight:bold;
	}

.floLeft {
	float:left;
	}

p{
	line-height:1.2em;
	color:#613917;
	text-align:left;
	}

a{
	color:#663300; 
	text-decoration:none;
	}



/* リンクの指定 */

a:link {
color:#ec257a;
	text-decoration:underline;}   /* リンク */
	
a:visited {                 /* 既に見たリンク */
  color: #ff00ff;
  text-decoration:underline;     /* 下線を消す */
}
a:active { color: #00ff00 } /* クリック時のリンク */
a:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration:none;    /* 下線を消す */
}
