@charset "utf-8";
/* CSS Document */
/* リンクは各div内で設定すること*/

*{
	margin:0 auto;
	padding:0;
}
html {
    overflow-y:scroll;
    }
	
body {
	font-size:17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-image:url(../images/c3bbb3474cf9c1567981b63d243f34b1.png);*/
	/*background-image:url(../images/back.jpg);*/
	background-color:#EDEEEC;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;	/*background-image:url(../images/idx-img-01.gif);
	background-color:#E4F4D2	;*/
}
.border{
	width:auto;
	height:5px;
	text-align:right;
	color:#FFF;
	background-color:#666666;
	/* [disabled]margin-bottom:5px; */
}
.flame{
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #999;
	width:960px;
}
.container {
	height: auto;
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-left-style: solid;
	border-right-color: #C2C2C2;
	border-left-color: #C2C2C2;
}
.header {
	height:auto;
	width:auto;
	margin-bottom: auto;
}
.left-header{
	width:auto;
	float:left;
	height:auto;
	padding-left: 3px;
}

.right-header {
	width:auto;
	float:right;
	text-align:right;
	font-size:15px;
	padding: 2px;
	margin-right:5px;
}
.right-header p a:link{
	color:#000000;
	text-decoration:none;
}
.right-header p a:hover{
	color:#F0C;
	text-decoration:underline;
}
.right-header p a:visited{
	color:#000000;
	text-decoration:none;
}	
.bottom-header{
	/*clear:both; これが大事よ。*/
	width:auto;
	height:50px;
	/* [disabled]padding:10px; */
	background-image:url(../images/0common/bg_p1.gif);
	float:clear;
	text-align:center;
	/* [disabled]margin-top: 1px; */
}
.bottom-horizon{
	margin-top:6px;
	width:auto;
	height:4px;
	background-image: url(../images/back/yca1_blue.JPG);
	background-repeat: repeat-x;
}

.contents{
	width:auto;
	margin:0px;
}

/*ここからメニューバー*/

h1{
	font-size:16px;
	font-weight:bold;
	text-indent:0px;
	
}
.menu{
	text-align:center;
	width:100%;
	margin-top: 3px;
	color:#FFFFFF;
	height:51px;
	background-color:#006666;
}
.menu ul{
	list-style:none;
	background-color:#006666;
	text-align:center;
	width:940px;
	margin-left:10px;
	margin-right:auto;
}
.menu ul li{
	display:block;
	margin-top:4px;
	height:45px;
	line-height:45px;
	padding-left:15px;
	padding-right:15px;
}
.unselected{
	background-color:#006666;
	float:left;
	border-top:solid #006666 2px;
}
.selected{
	background-color:#ffffff;
	color:#000000;
	float:left;
	border-top:solid #006666 2px;
	background-repeat: repeat;
	background-position: bottom center;
}
.unselected a:link{
	text-decoration:none;
	color:#ffffff;
}
.unselected a:visited{
	color:#ffffff;
	text-decoration:none;
}
.unselected a:hover{
	text-decoration:underline;
	color: #ffffff;
}

/*ここからmain*/
.main{
	height:auto;
	padding-top: 25px;
	padding-bottom: 20px;
}

/*ここからdetail*/
.detail{
	float:left;
	width:725px;
	margin-top: 21px;
	margin-bottom: 20px;
	margin-left: 35px;
	text-align:left;
	line-height:150%;
}

.detail h1{
	line-height:220%;
	font-size:18px;
	font-weight:bold;
	/*background-color:#EEEEEE;*/
	background-position: left top;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	padding-left: 9px;
}
.detail-ul{
	margin-top:10px;
	font-size:12px;
	text-align:right;
}
.detail-li{
	display:inline;
	margin-right:10px;
}
.detail-contents{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.paddingtop10{
	padding-top:10px;
}
.paddingleft5{
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}	
.paddingleft20{
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}	
.paddingleft40{
	padding-left:40px;
	padding-right:10px;
}
.margintop10{
	margin-top:10px;
}
/*ここからfooter*/
.footer{
	line-height: 130%;
	text-align:center;
	height:auto;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color:#CCC;
	font-size:11px;
}
.anchor-p{
	line-height:0;
}

/*ここからぬるっと*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@charset "utf-8";
/* 申請要領 detail-contents*/

*{
	margin:0 auto;
	padding:0;
}


/*ここからnaviのレイアウト*/
.navi{
	width:170px;
	float:left;
	font-size:15px;
	line-height:150%;
	margin-top:20px;
	margin-left:15px;
	text-align:left;
}
.navi ul{
	list-style:none;
}
.navi ul li{
	display:block;
	height:35px;
	line-height:35px;
	padding:0;
	margin-bottom:3px;
	text-align:center;
	border: 1px solid #CCC;
}
.navi ul li a{
	display:block;
	background-color:#E3FFFF;
	width:100%;
	text-decoration:none;
	color:#000000;
}
.navi ul li a:link{
	/*background-image:url(../../images/back/navi-selected-back.jpg);
	background-position: center center;	ちょっと保留*/
	background-color:#E3FFFF;
	width:100%;
	text-decoration:none;
	color:inherit;
}
.navi ul li a:hover{
	background-color:#00C1C1;
	background-image:none;
	color:#FFF;
	text-decoration:none;
}
/*.navi ul a:visited{
	background-color:#D5DFEC;
	width:100%;
	text-decoration:none;
	color:inherit;
}*/
.unselected-navi{
	background-color:#D5DFEC;
	color:#000000;
}

.selected-navi{
	background-image:url(../../img/button/selected-navi.gif);
	background-color:#ffffff;
	color:#000000;
	background-repeat: no-repeat;
	background-position: right center;
}

/*ここからditail-contents(cbh.css）の中*/
.detail-contents{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
h3{
	font-size:15px;
}
table{
	text-align:center
}
table tr{
	background-color:#FFF;
}

.paddingleft40{
	padding-left:40px;
	padding-right:10px;
}
.paddingleft40 li{
	margin-bottom:5px;
}
.colorred{
	color:#FF6699;
}
