@charset "Shift_JIS";

/* --- All Reset & Default Setting --- */

* {
	margin: 0;
	padding: 0;
	font-size: 101%;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul,ol {
	list-style-type: none;
}

hr {
	display: none;
}

.clear {
	clear:both;
}

div.section:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* --- Base Font Setting ---- */

body {
	color: #535353;
	font-family:"Osaka","平成角ゴシック","中ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px; /* for ModernBrowser hide from IE */
	line-height: 1.4;
}

* html body {
	font-size: 75%; /* for WinIE5-6,MacIE5.x */
}

/* --- Text Setting --- */

h3 {
	font-weight: bold;
	font-size: 100%;
}

p {
	text-align: left;
	font-size: 100%;
}

address {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	}

em {
	font-weight: bold;
}

strong {
	color: #dc143c;
}

.f_b {
	font-weight:bold;
}

.f_red {
	color:#CC0000;
}


/* --- Link Text Setting --- */

a,a:link {
	color: #4D9800;
	text-decoration: none;
}

a:visited {
	color:#FE881A;
	text-decoration: none;
}

a:hover,
a:activea {
	color:FE881A;
	text-decoration: underline;
}

a {
	outline: none;
}

