@charset   "UTF-8";
/* ===================================================================
CSS information

 file name  :default.css
 author     :keyword-co.net(admin)
 style info :リセット及びbody基本設定

=================================================================== */

/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

img,div {
	behavior:url(../js/iepngfix.htc);
	}

li {
	list-style-type: none;
}

ul img {
	vertical-align: bottom;
}

/*--- default */

body {
	background:url(../img/share/bg2.jpg) no-repeat top center #FFFFFF;
	font-family: "Trebuchet MS";
	color:#333;
	font-size:12pt;
	/font-size:80%;
	line-height: 180%;
	text-align:center;
}

/*--リンクカラー・強調・文字サイズ--*/
a:link {
	color:#0044CC;
}

a:visited {
	color:#0044CC;
}

a:hover {
	color:#0044CC;
}

strong {
	color:#1A4C9F;
}

.attention {
	color:#C00;
}

.fontS {
	font-size:93%;
}

.fontSS {
	font-size:88%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .fontS  {
	 font-size:90%;
 }
}

.fontL {
	font-size:130%;
}

a {
	cursor:pointer;
}