@charset "euc-jp";

/* import css files
------------------------------------------------------------------------------------- */
@import "common_header.css";
@import "common_footer.css";
@import "common_layout.css";
@import "common_side.css";
@import "common_main.css";

/* common
------------------------------------------------------------------------------------- */
body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#333333;
	font-size:0.9em;
	line-height:1.3em;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img { border:0; }
br{ letter-spacing:0;}
form{margin:0;padding:0;}


a:link { text-decoration:underline; color:#0067C6; }
a:visited { text-decoration:underline; color:#0067C6; }
a:active { text-decoration:underline; color:#0067C6; }
a:hover { text-decoration:underline; color:#FF6600; }


h2{ margin:0 0 5px 0; padding:0;}
h3{ margin:0 0 5px 0; padding:0;}
h4{ margin:0 0 5px 0; padding:0;}
h5{ margin:0 0 5px 0; padding:0;}
h6{ margin:0 0 5px 0; padding:0;}
p{ margin:0 0 5px 0; padding:0;}

/* 共有スタイルシート
------------------------------------------------------------------------------------- */
.color-key{ color:#0067C6;}
.color-txt { color:#333333; }
.color-light { color:#666666; }
.color-sub1 { color:#09F; }
.color-attention{ color:#F30;}

.font-s{ font-size:x-small;}
.font-m{ font-size:small;}
.font-l{ font-size:large;}

.bold{ font-weight:bold;}


/* Print
------------------------------------------------- */
@media print {
html, body {
	font-size:10pt;
	zoom: 0.7;
}
}
