@charset "UTF-8";

/*  -----style reset------ */
*{
	word-break:break-all;
}
body {
	font-size:100%;
	padding:0;
	margin:0;
	text-align:center;
	font-family: Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
a{
	cursor:pointer;
	outline:none;
	text-decoration:none;
}
a:link{
	color:#0000CC;
}
a:visited{
	/*color:#551A8B;*/
	color:#0000CC;
}
a:hover,
a:active{
	color:#ff0000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,p,dl,dt,dd,table,tr,td,form,textarea,ul,li,ol,hr,span,hr,code,strong{
	padding:0;
	margin:0;
}
h2 {
	margin:0;
	padding-left:12px;
	border-bottom:1px solid #AEAEAE;	
	line-height:28px;
	background:#CCCCCC url(../image/contentsHome_h2_bg.gif) repeat-x left top;
	color:#474747;
	font-weight:bold;
	font-size:100%;
}
ul,ol{
	list-style:none;
}
img{
	border:none;
}