@charset "utf-8";
/* CSS Document */


html,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;

}


#container{
	background-color: #000;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox�p */
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari,Google Chrome�p */
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 1px solid #404757;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";

}

a:hover img.none{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";

}

.imgcenter{
	text-align: center;
}

img{
	border:none;
}

.img_none{
	border:none;
}


.header{
	margin: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



.pagetop{
	margin: 0px;
	padding: 5px;
	color: #CCC;
	text-align: center;
	font-size: 10px;
}


.dotline{
	background-image: url(../img/dotline.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}

.border{
	border: 1px solid #CCC;
}


/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}


/* links */

a:link, a:visited{
	color: #069;
	text-decoration: none;
}

a:hover, a:active{
	color: #F33;
	text-decoration: underline;

}


.dlinks{
	background-image: url(../img/pocchi_s.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h1{
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}



h2{
	font-size: 14px;
	font-weight: bold;
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color:#000;
	border: 1px solid #666;
	background-image: url(../img/h2.png);
}


h3{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 28px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}


h4{
	font-size: 12px;
	line-height: 1.4em;
	background-image: url(../img/pocchi_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 16px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}



p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.red{
	color: #C03;
}

.gray{
		color: #666;
}

.blue{
}

.small{
	font-size: 11px;
	line-height: 1.6em;
}
.large{
	font-size: 120%;
}

.strong{
	font-weight: bold;
}

.txtcenter{
	text-align:center !important;
}
.M_B10{
	margin-bottom: 10px;
}

.M_B15{
	margin-bottom: 15px;
}

.M_B20{
	margin-bottom: 20px;
}

.M_B30{
	margin-bottom: 30px;
}

.M_B-10{
	margin-bottom: -10px !important;
}

.M_T10{
	margin-top: 10px !important;
}

.M_T20{
	margin-top: 20px !important;
}

.M_T30{
	margin-top: 30px !important;
}

.M_-T10{
	margin-top: -10px !important;
}
.M_-T20{
	margin-top: -20px !important;
}
.M_-T30{
	margin-top: -30px !important;
}

/* ======= menu ======= start */
.menu{
	background-image: url(../img/menubar.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 960px;
}


.menu ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}

.menu ul li{
	font-size: 90%;
	color: #FFF;
	float: left;
	list-style-type: none;
	margin: 0px;
	height: 50px;
	width: 192px;
	padding: 0px;
	text-align: center;
	vertical-align: 50%;
}

.menu ul li a:link,
.menu ul li a:visited {
		display: block;
}

.menu ul li a:hover,
.menu ul li a:active {
	background-image: url(../img/menubar_hover.png);
	background-repeat: no-repeat;
	display: block;
}




/* ======= menu ======= end */



/* ======= SubPages ======= start */
#main{
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 960px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_top{
	background-image: url(../home/bg_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 960px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main_line{
	background-image: url(../img/main_line.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 960px;
}


#main .left,
#main_top .left{
	margin: 0px;
	float: left;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#main .right,
#main_top .right{
	float: left;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#main2{
	background-image: url(../img/main_bg2.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 960px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#main2 h1{
	background-image: url(../img/h1_long.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

#main2 h2{
	font-size: 14px;
	font-weight: bold;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox�p */
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari,Google Chrome�p */
	border: 1px solid #666;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	background-color:#000;
	background: -moz-linear-gradient(top, #003, #000);　/* Firefox用 */  
 background: -webkit-gradient(linear, left top, left bottom, from(#003), to(#000));　/* Safari,Google Chrome用 */
}

#main2 .box{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 1.6em;
}

#main2 .box_h3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E0;
}

#main2 .box table, #main2 .box_s table{
	border-spacing:0;
	border-collapse:separate;
	empty-cells:show;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	background-color: #d9e3ec;
	border-collapse: collapse;
	border: 1px solid #d9e3ec;
}


table.tb_none{
		border-spacing:0;
	border-collapse:separate;
	empty-cells:show;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	background:none !important;
	border:none !important;
}

table.tb_none td,table.tb_none td th{
	padding: 0px;
	background:none !important;
	margin: 0px;
	border:none !important;
}

td.td_blue{
	background-color: #EBF1F5 !important;
}



#main2 .box td, #main2 .box_s td{
	padding: 5px;
	background-color: #FFF;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9e3ec;
	border-right-color: #d9e3ec;
	border-left-color: #d9e3ec;
	border-collapse: collapse;
}





#main2 .box th, #main2 .box_s th{
	background-color: #369;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d9e3ec;
	border-left-color: #d9e3ec;
	margin: 0px;
	padding: 5px;
	border-collapse: collapse;
}


#main2 .box th.head, #main2 .box_s th.head{
	background-color: #369;
	font-weight: bold;
	width: 100%;
	color: #FFF;
	line-height: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9e3ec;
	border-collapse: collapse;
}


#main2 .box .dotline, #main2 .box_s .dotline{
		background-image: url(../img/dotline.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 0px;
}





/* ======= SubPages ======= end */



/* ======= SideMenu ======= start */
.sidemenu{
	width: 300px;
	color: #CCC;
}

.sidemenu .top{
	background-image: url(../img/sidemenu_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 31px;
	width: 260px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}


.sidemenu .top a:link,
.sidemenu .top a:visited{
	color: #FFF;
	text-decoration: none;
}

.sidemenu .top a:hover,
.sidemenu .top a:active{
	color: #09C;
	text-decoration: none;
}



.sidemenu .index{
	width: 300px;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/sidemenu_06.png);
}


.sidemenu .index span,
.sidemenu .index a:link,
.sidemenu .index a:visited{
	color: #333;
	text-decoration: none;
	background-image: url(../img/sidemenu_06.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 22px;
	width: 280px;
	padding-top: 8px;
	padding-left: 20px;
	display: block;
}

.sidemenu .index a:hover,
.sidemenu .index a:active{
	color: #FFF;
	background-image: url(../img/sidemenu_07.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 22px;
	width: 280px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.sidemenu .center{
	background-image: url(../img/sidemenu_02.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

.sidemenu .center ul{
	list-style-type: none;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.sidemenu .center ul li{
	font-size: 11px;
	line-height: 1.2em;
	background-image: url(../img/arrow_s.png);
	background-position: left 1px;
	text-align: left;
	padding-left: 12px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 8px;
}

.sidemenu .center ul li a:link,
.sidemenu .center ul li a:visited{
	color: #FFF;
	text-decoration: none;
}

.sidemenu .center ul li a:hover,
.sidemenu .center ul li a:active{
	color: #09C;
	text-decoration: underline;
}



.sidemenu .win_top{
	background-image: url(../img/sidemenu_03.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 300px;
}

.sidemenu .win_center{
	background-image: url(../img/sidemenu_04.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	width: 290px;
	text-align: center;
}

.sidemenu .win_bottom{
	background-image: url(../img/sidemenu_05.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 300px;
}



.sidemenu .bnr_top{
	background-image: url(../img/sidemenu_08.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 300px;
}

.sidemenu .bnr{
	background-image: url(../img/sidemenu_09.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sidemenu .bottom{
	background-image: url(../img/sidemenu_10.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 300px;
}

.sidemenu .bnr2{
	text-align: center;
	margin: 0px;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* ======= SideMenu ======= end */


/* ======= Info ======= start */

.info {
	padding-bottom: 15px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.info .item{
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 66px;
	background-image: url(../img/dotline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 550px;

}

.info .item .img{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 66px;
	width: 66px;
	text-align: center;
	vertical-align: 50%;
}

.info .item img{
	border: 1px solid #999;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


.info .item .txt{
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 474px;
}


.info .item .txt a:link,
.info .item .txt a:visited{
	text-decoration: underline;
	color: #333;
}

.info .item .txt a:hover,
.info .item .txt a:active{
	color: #C00;
	text-decoration: none;

}

.e_links_box{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

.e_links,
.e_links:link,
.e_links:visited {
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;/* Firefox用 */
	-webkit-box-shadow: 1px 1px 3px #ccc;

　/* Safari,Google Chrome用 */ 
	-moz-border-radius: 5px 5px 5px 5px; /* Firefox用 */
	-webkit-border-radius: 5px 5px 5px 5px; /* Safari,Google Chrome用 */
	background:#78d53c;
	background: -moz-linear-gradient(center top, #78d53c 0%,#52c129 100%); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0.02, #c2f4af), color-stop(0.06, #78d53c),color-stop(1, #52c129));
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}


.e_links:hover,
.e_links:active {
	background:#52c129;
	background: -moz-linear-gradient(center top, #c2f4af 0%,#78d53c 100%); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0.02, #c2f4af), color-stop(0.06, #78d53c),color-stop(1, #52c129)); /* Safari,Google Chrome用 */
	color: #FFF;
}



/* ======= Info ======= end */


/* ======= footer ======= start */
.footer{
	padding: 0px;
	margin: 0px;
}

.footer .txt{
	font-size: 10px;
	line-height: 1.4em;
	color: #CCC;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer .pagetop{
	background-color: #333;
	margin: 0px;
	padding: 10px;
	color: #CCC;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #333; 
 background: -moz-linear-gradient(top, #003, #000);　/* Firefox用 */  
 background: -webkit-gradient(linear, left top, left bottom, from(#003), to(#000));　/* Safari,Google Chrome用 */
}

.footer .txt a:link,
.footer .txt a:visited,
.footer .pagetop a:link,
.footer .pagetop a:visited{
	color: #B1E4E4;
	text-decoration: none;
	
}

.footer .txt a:hover,
.footer .txt a:active,
.footer .pagetop a:hover,
.footer .pagetop a:active{
	color: #0CF;
	text-decoration: underline;

}

.icons{
	background-color: #000;
	margin: 0px;
	height: 20px;
	width: 940px;
	background: -moz-linear-gradient(center top,#111 5%,#000 100%); /* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #111),color-stop(1, #000)); /* Safari,Google Chrome用 */
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222;
	border-bottom-color: #222;
}

.google_p1{
	height: 20px;
	width: 32px;
	float: right;
	margin-left: 5px;
}

.twitter_btn{
	height: 20px;
	width: 88px;
	float: right;
	margin-left: 5px;
}

 .facebook{
	height: 20px;
	width: 70px;
	float: right;
	margin-left: 5px;
	overflow: hidden;
}



*:first-child+html  .google_p1{

	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*:first-child+html  .twitter_btn{

	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*:first-child+html  .facebook{

	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
