@charset "shift_jis";


/* ******************************************************
*     基本設定                                          *
****************************************************** */
body {
	background: #FFFFFF;
	text-decoration:none; color:#666666;
	font-family:ＭＳ ゴシック,"メイリオ",Osaka;
	margin: 0px;
	line-height: 160%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	line-height: 160%;
}

/* ******************************************************
*     リンク                                            *
****************************************************** */
a {
	text-decoration:none;
	color:#0098CC;
}

a:visited {
	text-decoration:none;
	color:#33CBFF;
}

a:active {
	text-decoration:none;
	color:#0098CC;
}

a:hover {
	text-decoration:none;
	color:#33CBFF;
}


/* ******************************************************
*     clearfix（変更しない）                            *
****************************************************** */
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }
/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

