@charset "UTF-8";
/* CSS Document */


/* Hn */
h1{
	clear:both;
	margin:0em 0px 0.2em;
}

#heading1{
	background:#036 url(../img/common/h1back.jpg) center bottom no-repeat;
	margin:5px 15px 0px 15px;
	font-size:120%;
	height:100px;
}
#heading1 h1{
	font-size:120%;
	color:#FFF;
	padding:40px 60px 0px 60px;
	
}

h2{
	clear:both;
	margin:0em 0px 0.2em;
	background:transparent url(../img/common/h2border.png) left bottom no-repeat;
	padding:4px 0px 6px 26px;
	font-weight:bold;
	font-size:110%;
	color:#012;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px; 
}
h2.simple{
	background-image:none;
	padding:0px 0px 0px 0px;
	color:#111;
}
h3{
	border-top:2px solid #CCC;
	border-bottom:1px dashed #EEE;
	background-color:#F7F7F7;
	padding:0px 5px 0px 5px;
	font-size:105%;
	color:#222;
	margin:0.1em 5px 0.2em;
}

h4{
	margin:0.1em 0px 0.2em;
	padding:0px 6px;
	border-top:1px solid #CCC;
	border-bottom:1px dashed #DDD;
	font-size:100%;
	font-weight:normal;
	color:#333;
}

h5{
	margin:0.1em 0px 0.2em;
	padding:0px 7px;
	font-size:97%;
	font-weight:normal;
	color:#333;
}

p,ul,dl,ol{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:97%;
}

p.default{
	text-indent:1em;
}

a{
	color:#369;
	text-decoration:none;
}
a:hover{
	color:#39C;
}

a img{
	border-style:none;
}


#maincontent .article{
	background-color:#FFF;
	border:1px solid #CCC;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px; 
}

#main div.article{
	background-color:#F7F5F2;
	border:1px solid #DDD;
	margin:0px 0px 10px 0px;
}

#maincol div.article{
	box-shadow:1px 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
div.article h3{
	margin-left:5px;
	margin-right:5px;
}
div.article h4{
	margin-left:7px;
	margin-right:5px;
}
div.article p,div.article table,div.article dl{
	margin-left:10px;
	margin-right:10px;
}
div.article ul,div.article ol{
	margin-right:10px;
}

/* TABLE START */
table.default, .wiki table {
	border-collapse:collapse;
	margin:0.5em 0px;
}
table.default th,table.default td , .wiki table th, .wiki table td{
	border:1px solid #CCC;
	padding:4px 4px;
	empty-cells:show;
	line-height:1.4em;
	font-weight:normal;
	background-color:#FCFBF9;
}

table.default thead th ,table.default thead td {
	background:#ECEBE9;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
}

table.default th,　table.default tbody th, .wiki tbody th {
	background:#F4F2F0;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}
table.default thead th {
	text-align:center;
}


table.default tr.oddeven1 th{
	background:#F4F4F4;
}
table.default tr.oddeven1 td {
	background:#FBFBFB;
}

td.number {
	text-align:right;
}

html table th,table table td {
	border-style:none;
	padding:0px 0px;
}

table table.simple{
	margin:0px;
}
table.simple th,table.simple td{
	border-style:none;
	background-color:transparent;
	padding:0px;
}
/* TABLE END */

/* CONTENT INDEX */
.indexCorners .roundCorner3, .indexCorners .roundCorner{
	width:315px;
	float:left;
	padding:0px 0px 10px 10px;
}
.indexCorner{
	height:180px;
	position:relative;
}
.indexCorner p{
}

.indexCorner p.nextcontent{
}
.indexCorner p.nextcontent a{
	padding:5px 5px 5px 23px;
	background:url(../img/common/nextcontent.png) no-repeat;
	background-position:3px center;
	border:1px solid #DDD; 
	background-color:#FFF;
	position:absolute;
	bottom:5px;
	right:10px;
	
}
.indexCorner p.nextcontent a:hover{
	background-color:#EFECE7;
}
/*FORM*/
input.imed{
	ime-mode:disabled;
}
input.number{
	ime-mode:disabled;
	text-align:right;
}

/* COMMON*/
.sub{
	vertical-align:baseline;
	font-size:80%;
}

.targetblank, .targetBlank, .targetBlankSimple{
}

.clear{
	clear:both;
}
.rightImg{
	float:right;
	text-align:center;
	font-size:90%;
	clear:right;
}

.centerText, .centerImg{
	text-align:center;
}
.clearfix:after, div.article:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix, div.article{
    display:inline-block;
    min-height:1%;
}

* html .clearfix, * html div.article { height: 1%; }
.clearfix , div.article{ display: block; }

