@charset "shift_jis";
/* default
------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666666;
}
body {
	font: 62.5% "MS P Gothic", Osaka;
	height: 100%;
	min-height: 100%;
	background:url(../images/common/co_body_bkimg.png) 0 0 repeat-x;
	background-color:#E0F5CC;
}
caption, form, th, td, p {
	font-size: 1.2em;
	line-height: 1.7em;
}
p{
	margin-bottom:1em;
	}
#content ul,
#content dl{
	font-size: 1.2em;
	margin-bottom:1em;
}
table, img {
	border: none;
}
table{
	width:100%;
	border-collapse:collapse;
	}

.now_table table,
table.now_table{
	width:auto;
	}

td,th{
	padding:2px;
	}

caption,td,th {
	text-align:left;
	}
thead th{
	text-align:center;
	}
	
a:link {
	text-decoration:none;
	color: #0033CC;
}
a:visited {
	text-decoration:none;
	color: #000099;
}
a:hover {
	text-decoration:underline;
	color: #0033CC;
}
a:active {
	text-decoration:none;
	color: #0033CC;
}
h3, h2 {
	margin-bottom:0.5em;
}
h2{
	color:#000000;
	font-size:1.8em;
	border-bottom:2px solid #66CC00;
	}
h3{
	font-size:1.4em;
	}
.a-center{text-align:center;}
.a-right{text-align:right;}
.a-left{text-align:left;}
.fl-left { padding:15px 0 15px 20px; text-align:left; float:left; font-size:+1.5em; font-weight:bold; width:200px; }
.fl-right { padding:15px 0 0 0; text-align:right; float:right; font-size:+1.5em; font-weight:bold; width:200px; }

.link01 a{
	background:url(../images/common/co_icon_link01.png) 0 0 no-repeat;
	padding-left:15px;
	}
a.link01{
	background:url(../images/common/co_icon_link01.png) 0 0 no-repeat;
	padding-left:15px;
	}
a.link02{
	background:url(../images/common/acrobat_ico.jpg) 0 0 no-repeat;
	padding-left:23px;
	}
a.link03{
	background:url(../images/common/co_icon_link03.png) 0 0 no-repeat;
	padding-left:15px;
	}
a.link04{
	background:url(../images/common/ico_link.gif) 0 0 no-repeat;
	padding-left:12px;
	}
a.link05{
	background:url(../images/common/ico_new_window.gif) 0 0 no-repeat;
	padding-left:18px;
	}
a.next{
	background:url(../images/common/co_icon_link01.png) right top no-repeat;
	padding-right:15px;
	}
a.prev{
	background:url(../images/common/co_icon_link05.png) 0 0 no-repeat;
	padding-left:15px;
	}
/* font-size
------------------------------------------------------------------------------*/
.fs10{
	font-size:0.8em;
	}
.fs12{
	font-size:1.2em;
	}
.fs14{
	font-size:1.4em;
	}
.fs16{
	font-size:1.6em;
	}
.fs18{
	font-size:1.8em;
	}

/* text color
------------------------------------------------------------------------------*/
.txt-orang {
	color:#FF6600;
}
.txt-red {
	color:#FF0000;
}
.txt-green {
	color:#339900;
}
.txt-lgreen {
	color:#66CC00;
}
.txt-blue {
	color:#0000FF;
}
.txt-lblue {
	color:#3366FF;
}
.txt-black {
	color:#000000;
}
.txt-gray {
	color:#999999;
}
/* list
------------------------------------------------------------------------------*/
ul.listA li{
	background:url(../images/common/co_icon_list01.png) 0.5em 0.3em no-repeat;
	padding-left:15px;
	padding-bottom:0.3em;
	line-height:1.5em;
	}
ul.listB li{
	background:url(../images/common/co_icon_list01.png) 0.5em 0.3em no-repeat;
	padding-left:15px;
	padding-bottom:0.3em;
	line-height:1.5em;
	border-bottom:1px dotted #dddddd;
	}

/* border
------------------------------------------------------------------------------*/
.bTop{
	border-top:1px dotted #cccccc;
	padding-top:5px;
	margin-bottom:5px;
	}

/* clear */
.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/*End hide from IE-mac */
