@charset "Shift_JIS";

/* ======================= GENERAL ======================= */
body {
	margin: 0px;
	padding: 0px;
	font: 1em/1.5em verdana, palatino, georgia, arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	text-align: center;
	color: #000;
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font: 1em/1.5em verdana, palatino, georgia, arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

input,
textarea {
	font: 0.8em/1.3em verdana, palatino, georgia, arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

/* ======================= LINK ======================= */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
#contents-right a:hover {
	background: #D3E5FF;
}
a:active {
	color: #0000FF;
}

/* ======================= TEXT SIZE ======================= */
.ts-xsmall {
	font-size: 0.8em;
	line-height: 1.1em;
}
.ts-small {
	font-size: 0.9em;
	line-height: 1.2em;
}

.ts-medium {
	font-size: 1.2em;
}

.ts-large {
	font-size: 1.35em;
	line-height: 1.3em;
}

.ts-xlarge {
	font-size: 1.6em;
	line-height: 1.4em;
}


/* ======================= TEXT STYLE ======================= */
.lcenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* ======================= TEXT COLOR ======================= */
.red {
	color: #F00;
}

.orange {
	color: #FF6600;
}

.green {
	color: #009900;
}

.blue {
	color: #0066FF;
}

.purple {
	color: #CC00FF;
}

.bg-yellow {
	padding: 2px;
	color: #000;
	font-weight: bold;
	line-height: 1.7em;
	background: #FFFF77;
}

.bg-cream-underline {
	padding: 2px;
	color: #000;
	line-height: 1.6em;
	text-decoration: underline;
	background: #FFFFE0;
}

.marker {
	padding: 2px;
	color: #000;
	line-height: 1.7em;
	text-decoration: underline;
	background: #FEFEC6;
}

/* ======================= 骨組み ======================= */
#container{
	margin: 0px auto;
	padding: 0px;
	width: 837px;
	text-align: left;
}

#contents {
	margin: 12px 0px 20px;
	padding: 0px;
	width: 100%;
}

#contents-right {
	float:right;
	margin: 0px;
	padding: 0px;
	width: 522px;
}


#contents-left {
	float:left;
	margin-right: 15px;
	padding: 0px;
	width: 300px;
}

/* ======================= HEADER ======================= */
#header {
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	color: #FF6600;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.3em;
	font-weight: bold;
}

#header p {
	margin: 0px;
	padding: 0px;
}

/* ======================= CONTENTS-RIGHT ======================= */
#contents-right h4,
#contents-right h5,
#contents-right h6 {
	margin: 20px 0px 10px;
}

#contents-right p {
	margin-bottom: 15px;
}

.official {
	margin-bottom: 5px;
	padding: 1px 0px 5px 115px;
	font-weight: bold;
	background: url(images/official.gif) no-repeat;
}

.block {
	margin-bottom: 40px;
	padding: 0px;
}

.heading {
	margin: 0px 0px 10px;
	padding: 6px 10px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	background: #F00;
}

.subheading {
	margin: 20px 0px 10px;
	padding: 0px;
	color: #F00;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

.subheading2 {
	margin: 20px 0px 10px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	background: #009900;
}

.img-border {
	border: 1px solid #CCC;
}

.attention {
	margin-bottom: 15px;
	padding: 10px 10px 0px;
	background: #FFFFCC;
	border: 1px solid #FF6600;
}

/* Table */
#contents table {
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#contents caption {
	margin: 0px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
}

#contents th {
	margin: 0px;
	padding: 5px;
}

#contents td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.table-border th {
	background: #F1F5F5;
	border: 1px solid #CCC;
}

.table-border td {
	border: 1px solid #CCC;
}

.cell-color {
	background: #FFFFCC;
}

/* List */
#contents-right ul {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

#contents-right li {
	margin: 0px;
	padding-bottom: 8px;
}

.check-red {
	padding-left: 28px;
	list-style: none;
	background: url(images/icon_check_red.gif) no-repeat 0px 0px;
}

.check-orange {
	padding-left: 28px;
	list-style: none;
	background: url(images/icon_check_orange.gif) no-repeat 0px 0px;
}

.check-blue {
	padding-left: 28px;
	list-style: none;
	background: url(images/icon_check_blue.gif) no-repeat 0px 0px;
}

.checkbox-red {
	padding-left: 28px;
	list-style: none;
	background: url(images/icon_checkbox_red.gif) no-repeat 0px 0px;
}

.checkbox-orange {
	padding-left: 28px;
	list-style: none;
	background: url(images/icon_checkbox_orange.gif) no-repeat 0px 0px;
}

.number-1 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number1.gif) no-repeat 0px 0px;
}

.number-2 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number2.gif) no-repeat 0px 0px;
}

.number-3 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number3.gif) no-repeat 0px 0px;
}

.number-4 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number4.gif) no-repeat 0px 0px;
}

.number-5 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number5.gif) no-repeat 0px 0px;
}

.number-6 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number6.gif) no-repeat 0px 0px;
}

.number-7 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number7.gif) no-repeat 0px 0px;
}

.number-8 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number8.gif) no-repeat 0px 0px;
}

.number-9 {
	padding-left: 42px;
	list-style: none;
	background: url(images/icon_number9.gif) no-repeat 0px 0px;
}

/* トップページ リンク */
.top-links {
	margin-top: 30px;
	padding: 0px;
	font-size: 0.9em;
}

#contents-right .top-links p {
	margin: 0px;
	padding: 0px;
}

.top-links a:link,
.top-links a:visited,
.top-links a:hover,
.top-links a:active {
	color: #000;
	text-decoration: none;
}

/*相互リンク*/
#contents-right .links-category {
	margin: 0px 0px 25px 0px;
}

#contents-right .links-category li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

.links-list {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}


/* Float */
.float-left {
	float: left;
	margin: 0px;
	padding-right: 15px;
	vertical-align: middle;
}

.float-right {
	float: right;
	margin: 0px;
	padding-left: 15px;
	vertical-align: middle;
}

/* Form */
#mailform {
	margin-bottom: 10px;
	padding: 10px 15px 0px;
	background: #EEF0EE;
	border: 1px solid #CCC;
}

/* sponsored link */
.sponsored-link {
	margin: 30px 0px;
	padding: 0px 0px 5px;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

.sponsored-link p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #AAA;
	text-align: right;
}


/* ======================= CONTENTS-LEFT ======================= */
.nav-toppage {
	margin-bottom: 5px;
	padding: 0px 8px;
	font-size: 0.9em;
	line-height: 1.1em;
}

.nav {
	margin-bottom: 20px;
	padding: 0px;
	font-size: 0.95em;
}

.nav-title {
	margin: 0px;
	padding: 6px 3px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #FFF300;
	background: #003F98;
}

.nav-body {
	margin: 0px;
	padding: 0px;
	background: #EEE;
}

.nav li {
	margin: 0px;
	padding: 4px 7px 8px;
	line-height: 1.2em;
	list-style: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
}


/* ======================= FOOTER ======================= */
#footer {
	margin: 0px;
	padding: 6px;
	font-size: 0.90em;
	text-align: center;
	color: #FFF;
	background: #003F98;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
