@charset "shift_jis";

/*  font-size
 83% = 10px
 100% = 12px
 117% = 14px
 133% = 16px
 150% = 18px
 166% = 20px
---------------------------------------------------------- */

/*  Common Elements (tag)
---------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	position: relative;
	margin: 0 auto;
	min-width: 1024px;
	background: url(/common_v2/img/bg_body.png) left 179px repeat-x #fff;
	color: #595959;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h2 {
	font-size: 18px;
	line-height: 1.125;
}

h3 {
	font-size: 16px;
	line-height: 1.125;
}

h3,
h4,
h5 {
	font-size: 16px;
	line-height: 1.25;
}

h6 {
	font-size: 14px;
	line-height: 1.25;
}
a {
	outline:none;
}
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #ed2200;
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

sup {
	line-height: 1.0;
	vertical-align: top;
	/vertical-align: super;
}

sub {
	line-height: 1.0;
	vertical-align: bottom;
	/vertical-align: sub;
}

table th,
table td {
	vertical-align: middle;
}

input,
textarea {
}

div#body {
	margin: 0 auto;
	width: 950px;
}

.pageTop {
	margin-top: 32px !important;
	text-align: right;
}

	.pageTop a {
		padding-left: 10px;
		background: url(/common_v2/img/icon_page_top.gif) left 4px no-repeat;
		text-decoration: none;
	}

input[type=text].example {
	color: #a9a9a9;
}

sup,
sub {
	color: #959aa0;
	font-size: 10px;
}

/*  topic
---------------------------------------------------------- */

div#topic {
	margin: 0 auto;
	padding: 19px 10px;
	width: 930px;
	font-size: 10px;
}

	div#topic p {
		color: #858585;
	}


/* report
---------------------------------------------------------- */

body#report {
	background: #3d3d45;
}

/*  clearfix
---------------------------------------------------------- */

div#body {
	/zoom:1;
}

div#body:after,
section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}