@charset "shift_jis";
/* CSS Document */



html,body{
	background-image:url(../img/common.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #343229;
	background-color: #FFF;
}


#container {
	padding: 0px;
	position: relative;
	background-image: url(../img/common_01.png);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container_submenu {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../img/common2_01.png);
	background-repeat: no-repeat;
}




/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}


/*== header =========================== start */

/* site_logo */
.site_logo{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	width: 325px;
}

.site_logo a:link,
.site_logo a:visited{
	background-image: url(../img/logo.png);
	display: block;
		height: 120px;
	width: 325px;
text-indent:-9999px;

}

.site_logo a:hover,
.site_logo a:active{
	background-position:left bottom;
}



/*== menu =========================== start */
ul#globalnavi{
	width:1000px;
	overflow:hidden;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

ul#globalnavi li{
	float:left;
	height:70px;
	display:block;
	list-style-type: none;
}

ul#globalnavi li a ,#navi5_np{
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(../img/menu.jpg);
    padding-top:70px;
}

/* ムービー Now Printing */
				#navi5_np { width:160px; background-position:-660px  0;}

/* off
---------------------*/
    #navi1 a { width:180px; background-position:0       0;}
    #navi2 a { width:160px; background-position:-180px  0;}
    #navi3 a { width:160px; background-position:-340px  0;}
    #navi4 a { width:160px; background-position:-500px  0;}
				#navi5 a { width:160px; background-position:-660px  0;}
				#navi6 a { width:180px; background-position:-820px  0;}

/* on
----------------------*/
    #navi1 a:hover  { width:180px; background-position:0       -70px;}
    #navi2 a:hover  { width:160px; background-position:-180px  -70px;}
    #navi3 a:hover  { width:160px; background-position:-340px  -70px;}
    #navi4 a:hover  { width:160px; background-position:-500px  -70px;}
				#navi5 a:hover  { width:160px; background-position:-660px  -70px;}
				#navi6 a:hover  { width:180px; background-position:-820px  -70px;}

/*== menu =========================== end */


/*== submenu =========================== start */

.submenu{
	background-image: url(../img/common2_02.png);
	background-repeat: repeat-y;
	margin: 0px;
	text-align: center;
	padding: 0px;
}


#submenu_btm{
	background-image: url(../img/common2_03.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 20px;
	padding: 0px;
}




/*== submenu =========================== end */



h1{
	padding: 0px;
	height: 75px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h2{
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	text-align: center;
}

h2.txt{
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.2px;
	font-weight: bold;
	color: #036;
	text-align: center;
}


h3{
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 810px;
	color: #172F46;
	font-size: 18px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

h4{
}



/* pagetop */
.pagetop{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	height: 45px;
	width: 230px;
}

.pagetop a:link,
.pagetop a:visited{
	background-image: url(../img/btn_pagetop.png);
	display: block;
		height: 45px;
	width: 230px;
text-indent:-9999px;

}

.pagetop a:hover,
.pagetop a:active{
	background-position:left bottom;
}

 /* back */
#back{
	height: 45px;
	width: 215px;
	position:absolute;
	top:860px;
	left:0px;
}

#back a:link,
#back a:visited{
	background-image: url(../img/btn_back.png);
	display: block;
		height: 45px;
	width: 215px;
text-indent:-9999px;

}

#back a:hover,
#back a:active{
	background-position:left bottom;
}



#main{
	background-image: url(../img/common2_04.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}



#main_btm{
	background-image: url(../img/common_05.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
}





#main .box{
	padding: 0px;
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}









/* ============= footer =============== start  */
#footer_icon{
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}




#footer_icon .icons{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 35px;

}

#footer_icon .icons .left{
	float: left;
}

#footer_icon .icons .right{
	float: right;
	height: 21px;
	padding-top: 10px;
}



#footer{
	background-color: #000;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 0px;
	padding-bottom: 20px;
}

#footer .txt{
	color: #FFF;
	font-size: 10px;
	line-height: 1.4em;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}

#footer .txt a:link,
#footer .txt a:visited{
	color: #6CC;
	text-decoration: none;
}


#footer .txt a:hover,
#footer .txt a:active{
	color: #F03;
}

/* === footer banner === start */
#footer .bnr{
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
}

#footer .bnr ul{
	margin: 0px;
	list-style-type: none;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer .bnr ul li{
	padding: 0px;
	float: left;
	height: 50px;
	width: 160px;
	position: relative;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer .bnr ul li.last{
	padding: 0px;
	float: left;
	margin: 0px;
	height: 50px;
	width: 160px;
}

#footer .bnr ul li.right{
	padding: 0px;
	float: right;
	height: 50px;
	width: 160px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* === footer banner === end */

.google_p1{
	height: 20px;
	width: 32px;
	float: right;
	margin-left: 5px;
}

.twitter{
	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{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*:first-child+html .twitter{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

*:first-child+html .facebook{ /* IE7 only */
	position: relative;
	float: right;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* ============= footer =========== ==== end  */




/* ============= etc =========== ==== start  */
a:link,
a:visited{
	color: #558AA2;
}


a:hover,
a:active{
	color: #F93;
}


.link_pocchi{
	background-image: url(../img/pocchi_s.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}

ul.list_pocchi_s{
	background-position: 0px 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}


ul.list_pocchi_s li{
	background-image: url(../img/pocchi_s.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	list-style-type: none;
}


ul.list_pocchi_ss{
	background-position: 0px 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 18px;
}


ul.list_pocchi_ss li{
	background-image: url(../img/pocchi_ss.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: none;
}


p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.bold{
	font-weight: bold;
}
.small{
	font-size: 11px;
	line-height: 1.5em;
}


.large{
	font-size: 15px;
	line-height: 1.5em;
}
.red{
	color: #F03;
}

.pink{
	color: #DC8F85;
}


.border{
	border: 1px solid #E1DCD7;
}


.border_grade{
	border: 1px solid #E1DCD7;
		-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.backtotop{
	padding: 0px;
	height: 65px;
	width: 275px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img{
padding:0px;
margin:0px;
border:none;
}


.img_alpha{
	  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}


a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.img_center{
	text-align: center;
	padding-bottom: 15px;
}

.P_L15{
	padding-left: 15px;
}

.P_L20{
	padding-left: 20px;
}

.P_T0{
	padding-top:0px !important;
}

.P_T10{
	padding-top:10px !important;
}

.P_T20{
	padding-top:20px !important;
}


.P_B10{
	padding-bottom:10px !important;
}

.P_B0{
	padding-bottom:0px !important;
}

.P_B20{
	padding-bottom:20px !important;
}

.M_R10{
	margin-right:10px;
}
.M_B0{
	margin-bottom:0px !important;
}
.M_B20{
	margin-bottom:20px !important;
}

.M_T0{
	margin-top:0px !important;
}
.M_T10{
	margin-top:10px !important;
}


/* ============= etc =========== ==== end  */
