/* 全ページ共通 */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #E9FAD7;
	background-image: url(../img/bg_image.gif);
	background-repeat: repeat-x;
	font-size: 1em;
}

h1 {
	font-size: 2.2em;
	font-family: Verdanal, Helvetica, sans-serif;
}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}

th {font-size: 1em;}
td {font-size: 1em;}


a:hover {
	color: #FF0000;
}


.fs-ss {font-size: 0.8em;}
.fs-s {font-size: 0.9em;}
.fs-m {font-size: 1em;}
.fs-l {font-size: 1.1em;}
.fs-ll {font-size: 1.2em;}

.lh-s {line-height: 130%;}
.lh-m {line-height: 140%;}
.lh-l {line-height: 150%;}


.text-menu-l {
	font-size: 1.2em;
	font-weight: bold;
}
.text-menu-m {
	font-size: 1.1em;
	font-weight: bold;
}
.text-menu-s {
	font-size: 1.0em;
	font-weight: bold;
}

.textcolor-orange {color: #FF6600;}
.textcolor-green {color: #69BE42;}
.textcolor-skyblue {color: #3366FF;}
.textcolor-pink {color: #FF4D4D;}
.textcolor-red {color: #FF3333;}


.margin-00 {margin: 0px;}
.margin-05 {margin: 5px;}
.margin-10 {margin: 10px;}
.margin-15 {margin: 15px;}
.margin-20 {margin: 20px;}
.margin-30 {margin: 30px;}
.margin-top-00 {margin-top: 0px;}
.margin-top-05 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-btm-00 {margin-bottom: 0px;}
.margin-btm-05 {margin-bottom: 5px;}
.margin-btm-10 {margin-bottom: 10px;}

.bg-line-dot-green {background-image: url(../img/line_dot_green.gif);}
.bg-line-dot-skyblue {background-image: url(../img/line_dot_skyblue.gif);}



.oshirase-c01 {color: #FF0000; font-weight: bold;}
.oshirase-c02 {color: #009900; font-weight: bold;}
.oshirase-list {
	font-size: 0.9em;
	line-height: 140%;
	list-style-image: url(../img/top/arrow_yellow.gif);
	padding: 2px 7px 5px 10px;
	margin-top: 2px; margin-left: 12px;	margin-right: 5px; margin-bottom: 5px;
}


.list-mark-s {
	line-height: 140%;
	list-style-image: url(../img/top/arrow_yellow.gif);
	margin-left: 20px;
}
.list-mark-s li {
	margin-top: 10px;
	margin-bottom: 10px;
}



.clear-all {
	clear: both;
}
.vmid {
	vertical-align: middle;
}
.vtbtm {
	vertical-align: text-bottom;
}

.download {
	font-size: 0.9em;
	line-height: 130%;
	color: #000000;
	background-color: #E6E6E6;
	padding: 10px;
	margin-top: 30px;
}

