﻿@charset "UTF-8";
	* {
		margin: 0px;
		padding: 0px;
		}
		
	body {
		-webkit-text-size-adjust: none;
		font-size: 15px;
		line-height:130%;
		position:relative;
                background-color:#FFFEFD;
		}
	p {
	    font-size: 11px;
		line-height:120%;
		padding:0 10px 10px 10px;
		position:relative;
		}
<!-- border-topの色をお好きな色に変更してください -->
	.tit_bg {
	height: 80px;
	text-align: center;
	border-top:3px solid #000000;
	}
	.header{
	border-top:solid 4px #FF8000;
	padding:10px 8px 14px 0;
	background:url(img/header_bg.png) repeat-x bottom;
	height:65px;
	padding:10px 8px 0px 0;
	}
	.header dl{
	height:60px;
	}
	.header dt{
	float:left;
	padding-left:5px;
	clear:both;
	}
	.header dd{
	margin-left:150px;
	padding:0px -5px 0 0;
	}
	
	h1{
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	line-height:100%;
	}
	
	.header ul{
	padding:7px 0 0 0;
	}
	.header li{
	float:left;
	list-style:none;
	margin-right:10px;
	}
	.padding10{
	padding:10px;
	}
	.margin-b5{
	margin-bottom:5px;
	}
	.margin-b10{
	margin-bottom:10px;
	}
	.font-b{
	font-weight:bold;
	}
	.float_right{
	float:right;
	}
	.txt-center{
	text-align:center;
	}
	.txt-right{
	text-align:right;
	}
	.font-red{
		color:#F00;
	}
	.font-size12{
		font-size:12px;
	}
	.padding-l10{
		padding-left:10px;
	}
	h2{
		font-size:12px;
		padding:9px 0 7px 10px;
		line-height:120%;
	}
	
	.header02{
	border-top:solid 4px #24923a;
	padding:10px 0 0 0;
	}
	.header02 dl{
	height:70px;
	}
	.header02 dt{
	float:left;
	padding-left:5px;
	clear:both;
	}
	.header02 dd{
	margin-left:150px;
	padding:0px -5px 0 0;
	}
	.header02 ul{
	padding:7px 0 0 0;
	}
	.header02 li{
	float:left;
	list-style:none;
	margin-right:10px;
	}	
	.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix {
	display: inline-block;
	} 
	.clear {
	clear:both;
	}
		
	.txt_ul{
		margin: 0 9px 15px 9px;
		border: solid 1px #FF8000;
        -webkit-border-radius: 8px;
		background-color:#FFFFBF;
		padding:10px 0 15px 10px;
		}

	#footer {
	border-top:solid 1px #CCCCCC;
		font-size: 12px;
		padding:10px 5px 10px 5px;
		margin:10px 0 0 0;
		text-align: center;
		}
	
	h3{
	font-weight:bold;
	font-size: 14px;
	padding:5px 5px 5px 10px;
	margin-bottom:5px;
	background-color:#e9fbed;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-top:10px;
	color:#FFFFFF;
	/* グラデーション */
        background-color:#FF8000;
	background-image: -moz-linear-gradient(
		top, #FFBE7D, #FF8000
	);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#FFBE7D),
		to(#FF8000)
	);
	}

	h4{
	background:url(img/arrow.png) 5px 7px no-repeat;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	padding-left:20px;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:5px;
	}

#txtArea{
padding:5px 10px 10px 10px;
}

#txtArea p{
background:url(img/arrow.png) 5px 7px no-repeat;
height: 30px;
font-size: 15px;
line-height: 30px;
padding-left:20px;
border-bottom:solid 1px #CCCCCC;
margin-bottom:5px;
}

.copy_txt{
width:100%;
text-align:center;
border-top:solid 2px #FF8000;
padding:5px 0 20px 0;
margin-top:5px;
background-color:#FFE4CA;
font-size:12px;
bottom:0;
}

	table{
	margin: 0px 1% 0px 1%;
	width:98%;
    font-size: 11px;
    margin-bottom:10px;
	}
	
	td{
	text-align:center;
	padding:2px;
	}
/*////////////////////////////// PANK ///
	パンくずリスト
///////////////////////////////////*/
#pank {
	background-color:#FF8000;
	margin-top: 15px;
	height: 15px;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px #CCCCCC solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8000),to(#FFBE7D));
	background: -moz-linear-gradient(#FF8000,#FFBE7D);
}
#pank ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
}	
#pank ul li {
	list-style: none;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px #686868 solid;
	font-size: 80%;
	color: #fff;
	text-align: center;
}
#pank ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#pank li a {
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}