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

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height: 150%;
	color: #191919;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/**link設定**/
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.red{
	color: #F03;
}
.karibox{
	width: 660px;
	margin: auto;
}
.justify{
	text-align: justify;
}

/*見出し*/

h1.title{
	font-size: 23px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #333;
	border-left-color: #CCC;
	padding-top: 19px;
	padding-right: 14px;
	padding-bottom: 19px;
	padding-left: 14px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #FAFAFA;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

h2.title{
	font-size: 19px;
	font-weight: bold;
	line-height: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	padding-top: 13px;
	padding-bottom: 13px;
}
h2.title span{
	padding-left: 8px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333;
	display: block;
}
h3.title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
h4.title{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 4px;
}
h2.catch{
	font-size: 23px;
	font-weight: bold;
}
h3.catch{
	font-size: 19px;
	font-weight: bold;
}
h4.catch{
	font-size: 16px;
	font-weight: bold;
}
h5.catch{
	font-size: 13px;
	font-weight: bold;
}

ul.normal{
	padding-left: 20px;
}
ul.normal li{
	list-style-type: disc;
	margin-bottom: 5px;
}
ol.normal{
	padding-left: 25px;
}
ol.normal li{
	list-style-type: decimal;
	margin-bottom: 5px;
}

/*全幅リンク*/
.alllink{
}
.alllink a:link,.alllink a:visited,.alllink a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	padding: 5px;
	display: block;
}
.alllink a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
/*table01*/
table.tbl1{
	width									:	100%;
	margin								:	30px auto;
	border-collapse				:	collapse;
	color									:	#333;
	background-color			:	#F3F5F7;
	border								:	1px solid #EAECEE;
}
table.tbl1 a{
	color									:	#3A4856;
	text-decoration				:	none;
	border-bottom					:	1px solid #C6C8CB;
}
table.tbl1 a:visited{
	color									:	#777;
}
table.tbl1 a:hover{
	color									:	#000;
}
table.tbl1 th a{
	color									:	#fff;
	text-decoration				:	none;
	border-bottom					:	1px solid #C6C8CB;
}
table.tbl1 th a:visited{
	color									:	#aaa;
}
tabl.tbl1e th a:hover{
	color									:	#ddd;
}

table.tbl1 th{
	background-color			:	#3A4856;
	padding								:	15px 10px;
	color									:	#fff;
	text-align						:	left;
	font-weight						:	normal;
	font-size							:	12px;
}
table.tbl1 td, table th{
	padding								:	10px;
	text-align						:	left;
}
table.tbl1 td{
	border-top						:	1px solid #EAECEE;
	border-bottom					:	1px solid #F9F9F9;
}

table.tbl1 .end td{
	border								:	none;
}
table.tbl1 tr{
	background-color			:	#F3F5F7;
}
table.tbl1 tbody tr.odd{
	background-color			:	#F0F2F4;
}
table.tbl1 tbody  tr:hover{
	background						:	#EAECEE;
	color									:	#111;
}


table.tbl2{
	width									:	100%;
	margin								:	30px auto;
	border-collapse				:	collapse;
	color									:	#333;
	border-top						:	1px solid #EAECEE;
	border-bottom					:	1px solid #EAECEE;
	font-size							:	14px;
}
table.tbl2 a{
	color									:	#6a6a6a;
	text-decoration				:	none;
	border-bottom					:	1px solid #C6C8CB;
}
table.tbl2 a:visited{
	color									:	#333;
}
table.tbl2 a:hover{
	color									:	#ccc;
}
table.tbl2 th a{
	color									:	#999;
	text-decoration				:	none;
	border-bottom					:	1px solid #C6C8CB;
}
table.tbl2 th a:visited{
	color									:	#aaa;
}
table.tbl2 th a:hover{
	color									:	#666;
}

table.tbl2 .odd{
	background-color			:	#fdfdfd;
}

table.tbl2 tr{
	border-bottom					:	1px solid #EAECEE;
}
table.tbl2 td , table.tbl2 th{
	padding								:	8px 10px;
}
table.tbl2 .tblHead{
	height								:	3px;
	border								:	none;
}
table.tbl2 .tblHead td{
	height								:	3px;
	padding								:	0px;
	border								:	none;
	background-color			:	transparent;
	border-top						:	1px solid #EAECEE;
	border-bottom					:	1px solid #EAECEE;
}
table.tbl2 th{
	color									:	#333;
	background-color			:	#F9F9F9;
	vertical-align: middle;
	text-align: center;
	width: 230px;
}
table.tbl2#yoko tr.title{
	border-bottom					:	1px dashed #cecece;
}
table.tbl2#tate th{
	border-right					:	1px dashed #cecece;
	text-align						:	center;
}


table.tbl3{
	width: 100%;
}
table.tbl3 th{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E7E7E7;
	text-align: center;
}
table.tbl3 th p{
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 100%;
	display: block;
}
table.tbl3 td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #E7E7E7;
	padding-left: 10px;
}
#wrap{
	background-image: url(../images/bodyback.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}
/*header*/
#hwrap{
	width: 100%;
	color: #FFF;
}
#header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/*パンくず*/
#breadCrumb{
	width: 100%;
	font-size: 12px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}
#breadCrumb ul{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#breadCrumb ul li{
	float: left;
	padding-right: 13px;
}
#breadCrumb ul li a{
	background-image: url(../images/breadarrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	color: #066;
}



/*main*/
#mainwrap{
	width: 100%;
}
#main{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}

#content{
	float: left;
	width: 720px;
}
.box{
	width: 100%;
	margin-bottom: 30px;
}
.ebox{
	width: 100%;
}
#side{
	float: right;
	width: 210px;
	background-color: #CCC;
	height: 600px;
}


/*footer*/
#fwrap{
	width: 100%;
	color: #FFF;
	
}
#footer{
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.copy{
	font-size: 10px;
	color: #FEEDC5;
}
input,select{
	padding: 5px;
	border: 1px solid #CCC;
}





#home{
	margin	:	15px auto;
}
#home a{
	padding	:	5px;
	text-align	:	center;
	background-color : #800;
	display	:	block;
	color	:	#fff;
}
#home a:hover{
	background-color : #c00;
}


#globalMenu{
	width : 800px;
	height : 60px;
	margin : 0px auto 15px auto;
	background-color : #800;
}
#globalMenu li{
	height : 60px;
	float : left;
}
#globalMenu li a{
	width : 114px;
	height : 40px;
	padding : 10px 0px;
	display : block;
	background-color : #800;
	color : #fff;
}
#globalMenu li a:hover{
	background-color : #9B0C0C;
	color : #FAEC21;
}
#globalMenu li a span{
	height : 28px;
	line-height : 130%;
	padding : 12px 0px 0px 0px;
	border-left : 1px dashed #AD0000;
	border-right : 1px dashed #6D0000;
	font-size : 85%;
	font-weight : bold;
	display : block;
	text-align : center;
}
#globalMenu li a span.pd{
	height : 35px;
	padding : 5px 0px 0px 0px;
}
#globalMenu li.borderLNone a span{
	border-left : none;
}
#globalMenu li.borderRNone a span{
	border-right : none;
}












