@charset "utf-8";



html { }

body {
	margin: auto;
	padding:0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	color: #666666;
	line-height: 1.7em;
	background-color: #fcfaf2;
}




/*------------------------------------------------
 * 共通
 ------------------------------------------------*/
.float_l { float: left; }
.float_r { float: right; }
.clear   { clear: both; }
.txt_r { text-align: right;}
.txt_c { text-align: center; }
.txt_l { text-align: left; }
.txt_b { font-weight: bold; }


/*
 * 画像透過
 */
/*a:hover img { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)"; }*/

/*
 *画像表示
 */
img {
	max-width: 100%;
	width /***/:auto; /* IE8 */
	height: auto;
}

/*
 * margin
 */
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb60 { margin-bottom: 60px; }

.ml10 { margin-left: 10px; }

/*
 * リンク
 */
a:link    { color: #666; text-decoration: none;}
a:visited { color: #666; }
a:hover   { color: #AAA; }
a:active  { color: #AAA; }

.center {text-align: center;}

.blue {color: #02aaeb;}
