@charset "Shift_JIS";
/* index以外共通 */

*{margin:0 auto;}
body{
	margin-left:170px;
	font: 10pt/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	background-image:url("images/baseillust.gif");
	background-repeat:repeat-y;
	color: #333;
	}
.icons1{
	margin-top:10px;
	width:800px;
	height:75px;
}
.icons2{
	/*background-color:#00ff00;*/
	width:100px;
}
.iconscenter{
	text-align:center;
}
img{
	border-style:none;
}
strong{
	font-weight:normal;
}
.large{
	font-size:large;
}

.red{
	color:#cc0000;
	font-size:10pt;
}
.box2{
	/*background-color:#00ffff;*/
	width:800px;
	margin-top:10px;

}
.gototop{
	background-color:#ffffff;
	text-align:right;
}

a:link{
	color:#1e90ff;
	text-decoration:none;

}
a:visited{
	color:#1e90ff;
	text-decoration:none;

}
a:hover{
	color:#cc0000;
	text-decoration:none;

}