@charset "utf-8";
* html * {}

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

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	background-repeat: repeat;
	background-color: #FFF;
	}

#outer-wrapper {

}
header {
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pahe_bg_01.jpg);
	background-repeat: repeat-x;
	background-size:contain;
	height: 20%;
}
.logo {
	width: 20%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 2%;
	

	float: left;
}
.spar {
	width: 20%;
	height: auto;
	float: left;
}

.top-font {
	position: absolute;
	/* [disabled]right: 1%; */
	/* [disabled]bottom: 0px; */
    width: 100%;

}

.top-font a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.top-font a:hover{
	text-decoration: underline;
	}

#banner {
	background-image: url(../images/ban-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	background-position: center bottom;
	background-size:100%;
}

nav {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.tab_container1 {
	display: block;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-top-left-radius:0px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0%;
	padding-left: 0;
	background-color: #FFF;
	width: 100%;
	margin: 0px;
}


.item {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.item li a {
	text-decoration: none;
	display: block;
	color: #9D9D9D;
}
.item li a div img {
	width: 100%;
}


.item li {
	-moz-box-shadow:inset 0px 0px 15px #c1c1c1;
	-webkit-box-shadow:inset 0px 0px 15px #c1c1c1;
	box-shadow:inset 0px 0px 15px #c1c1c1;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	display: block;
	float:left;
	text-align: center;
	width:26%;
	padding:2%;
	background-color: #c1c1c1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	border-left-color: #c1c1c1;
	background-image: url(../images/ind_bann_bg.jpg);
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-left: 2%;
}
.item li div {
	background:-webkit-gradient(linear, 12% 12%, 10% 80%, from(#f1f2f2), to(#e4e2e2));
	width:98%;
	border:1px solid #ffffff;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	box-shadow:0px 0px 2px #e2e2e2;
	padding-top: 10%;
	padding-bottom: 10%;
}
.item li div:hover{
	background:-webkit-gradient(linear, 12% 12%, 10% 80%, from(#ffffff), to(#f2f2f2));
	border:solid 1px #e2e2e2;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	box-shadow:0px 0px 2px #000000;
	color: #900;
}
.item li h1 {

	letter-spacing: 1px;
	text-shadow:0px 1px 1px #000000;
	text-align: center;
	font: bold 16px "Arial";
	margin: 0 auto 4px auto;
}
.item li p {
	color: #000000;
	text-align: center;
	margin: 0 auto;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
}
.copy {
	background:-webkit-gradient(linear, 50% 50%, 50% 100%, from(#d20314), to(#a90411));
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 3% 0;
	text-align: center;
	font-weight: normal;
}




.clear{
	clear: both;
	}
.con_n {
	width: 95%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	display: block;
	text-align: left;
}
.con_n img {
	width: 100%;
	margin-bottom: 2%;
}
.title02 {
	color: #C00;
	text-align: left;
}


.new_ta {
	text-align: left;
	background-color: #EFEFEF;
	display: block;
	font-weight: bold;
	padding: 8px;
	margin-top: 1%;
	margin-bottom: 1%;
}

.new_ta01 {
	font-weight: normal;
	color: #666;
	padding-bottom: 2%;
}
.title {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#cfcfcf),to(#ebebeb));
	background-image:-webkit-linear-gradient(#cfcfcf,#ebebeb);
	background-image:-moz-linear-gradient(#cfcfcf,#ebebeb);
	background-image:-ms-linear-gradient(#cfcfcf,#ebebeb);
	background-image:-o-linear-gradient(#cfcfcf,#ebebeb);
	background-image:linear-gradient(#cfcfcf,#ebebeb);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: table;
	height: 40px;
	position: relative;
	width: 100%;
	background-color: #CCC;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 0px;
}
.title h2 {
	color: #000;
	display: table-cell;
	padding-top: 1px;
	text-align: center;
	width: 100%;
}
.style01 {
	color: #F00;
}
.qa_n2 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.style02 {
	color: #333;
	text-decoration: none;
}
.style03 {
	color: #000;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
.map {
	margin-bottom: 2%;
	margin-top: 2%;
}
.tel {
	border:solid 1px #dbdbdb;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	width:30%;
	font-style: normal;
	padding-top: 1%;
	padding-right: 1.5%;
	padding-bottom: 1%;
	padding-left: 1.5%;
}
.tela {
	font-style: normal;
	padding-top: 1.8%;
	padding-right: 1.5%;
	padding-bottom: 1.8%;
	padding-left: 1.5%;
	background-color: #C1443E;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 1px;
}
#cont_form {
	border: 1px solid #CCCCCC;
	width: 99%;
	margin-top: 3%;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F0F0F0;
}

.new_n2 {
	width: 98%;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffbc98),to(#ffefe6));
	background-image:-webkit-linear-gradient(#ffbc98,#ffefe6);
	background-image:-moz-linear-gradient(#ffbc98,#ffefe6);
	background-image:-ms-linear-gradient(#ffbc98,#ffefe6);
	background-image:-o-linear-gradient(#ffbc98,#ffefe6);
	background-image:linear-gradient(#ffbc98,#ffefe6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB8F57;
	background-color: #FEE3C9;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
	list-style-type: none;
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}
.new_n2:hover {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d1d1d1),to(#efefef));
	background-image:-webkit-linear-gradient(#d1d1d1,#efefef);
	background-image:-moz-linear-gradient(#d1d1d1,#efefef);
	background-image:-ms-linear-gradient(#d1d1d1,#efefef);
	background-image:-o-linear-gradient(#d1d1d1,#efefef);
	background-image:linear-gradient(#d1d1d1,#efefef);
	text-decoration: none;
}
.new_n3 {
	width: 98%;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffe0be),to(#fff6e3));
	background-image:-webkit-linear-gradient(#ffe0be,#fff6e3);
	background-image:-moz-linear-gradient(#ffe0be,#fff6e3);
	background-image:-ms-linear-gradient(#ffe0be,#fff6e3);
	background-image:-o-linear-gradient(#ffe0be,#fff6e3);
	background-image:linear-gradient(#ffe0be,#fff6e3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB8F57;
	background-color: #FEE3C9;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}
.new_n3:hover {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d1d1d1),to(#efefef));
	background-image:-webkit-linear-gradient(#d1d1d1,#efefef);
	background-image:-moz-linear-gradient(#d1d1d1,#efefef);
	background-image:-ms-linear-gradient(#d1d1d1,#efefef);
	background-image:-o-linear-gradient(#d1d1d1,#efefef);
	background-image:linear-gradient(#d1d1d1,#efefef);
	text-decoration: none;
}
.new_n1 {
	list-style-type: none;
}

.new_n2 ul, .new_n3 ul {
	list-style-type: none;
}


.new_da {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	float: left;
	width: 30%;
	clear: left;
	height: auto;
	font-weight: bold;
}
.new_ab {
	text-decoration: none;
	font-weight: bold;
}
.new_ab:hover {
	text-decoration: none;
}
.new_ms {
	margin-left: 30%;
	text-align: left;
	background-image: url(../images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D27A6A;
	padding-left: 2%;
	font-weight: normal;
	line-height: 180%;
}
.cssbox {
	padding: 0px;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
}

.cssbox_head {
	padding-top: 2%;
	padding-bottom: 2%;
	border: 1px double rgb(227,190,149);
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background-position: left;
	text-align: left;
	font-weight: bold;
	color: #C60;
	padding-left: 4px;
	margin: 0%;
	background-color: #faebd6;
}
.cssbox_body {
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	text-align: left;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 20px;
	background-image: url(../images/q_img02.gif);
	background-repeat: no-repeat;
	color: #666;
}
.pr_cas {
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	display: block;
}
.pr_cas ul {
	list-style-type: none;
}
.pr_cas ul li {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#ffffff));
	background-image:-webkit-linear-gradient(#e6e6e6,#ffffff);
	background-image:-moz-linear-gradient(#e6e6e6,#ffffff);
	background-image:-ms-linear-gradient(#e6e6e6,#ffffff);
	background-image:-o-linear-gradient(#e6e6e6,#ffffff);

	disabled]background-image:linear-gradient(#e6e6e6,#ffffff); 
	border: 1px double rgb(204,204,204);
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #EFEFEF;
	/* [disabled]background-image: url(../images/arrow_01.png); */
	text-align: left;
	margin-right: 0%;
	margin-bottom: 2%;
	text-decoration: none;
	display: block;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
}
.pr_cas ul li:hover{
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffd9d9),to(#ffffff));
	background-image:-webkit-linear-gradient(#ffd9d9,#ffffff);
	background-image:-moz-linear-gradient(#ffd9d9,#ffffff);
	background-image:-ms-linear-gradient(#ffd9d9,#ffffff);
	background-image:-o-linear-gradient(#ffd9d9,#ffffff);
    disabled]background-image:linear-gradient(#ffd9d9,#ffffff);
	}
.pr_casa {
	background-image: url(../images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 98%;
	text-decoration: none;
	color: #333;
	line-height: 150%;
}
.pr_casimg {
	width: 100%;
	line-height: 150%;
}
.pr_cas02 {
	padding: 0px;
	margin-top: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pr_cas02 ul {
	list-style-type: none;
	margin-top: 0%;
}

.pr_cas02 ul li {
	text-align: left;
	margin-right: 0%;
	margin-bottom: 0%;
	text-decoration: none;
	display: block;
	padding: 0%;
	margin-top: 0px;
	margin-left: 0px;
}
.pr_cas02 ul li  img {
	width: 100%;
}
.prodbox1 {
	width:100%;
	clear: both;
	margin-top: 2%;
	margin-bottom: 0px;
	padding: 0%;
	}

.prodbox1 ul{
	padding:0px;
	list-style: none;
	margin: 0px;
}

.prodbox1 li{
	width: 45%;
	text-align: center;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #DDDDDD;
	background-repeat: repeat-x;
	margin-top: 1px;
	display: block;
	padding: 0px;
	height: auto;
}
.prodbox1 li:hover{
	/* [disabled]background: rgba(0,0,0,0.7); */
	border: 1px solid #BD0000;
}
.prodbox1 img {
	padding: 0px;
	width:98%;
	margin-top: 0px;
	margin-bottom: 2%;
}
.prodtags {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1%;
	margin-bottom: 2%;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	line-height: 120%;
	text-align: center;
	width: 100%;
	padding: 0px;
}
.prodtags:hover{
	color: #900;
	text-decoration: none;
}
.pro_cont {
	text-align: left;
	width: 96%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
}
.pro_cont img {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

.photobox1 {
	width:100%;
	padding: 0px;
	clear: both;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.photobox1 ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

.photobox1 li{
	height: auto;
	display: block;
	text-align: center;
	background-position: left top;
	float: left;
	margin-bottom: 2%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 2%;
	border: 1px solid #CCC;
	width: 100px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.photobox1 img {
	width:100px;
	margin: 0px;
	padding: 0%;
	height: 100px;
}

.up_back {
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#C1C1C1));
	background-image:-webkit-linear-gradient(#ffffff,#C1C1C1);
	background-image:-moz-linear-gradient(#ffffff,#C1C1C1);
	background-image:-ms-linear-gradient(#ffffff,#C1C1C1);
	background-image:-o-linear-gradient(#ffffff,#C1C1C1);




    disabled]background-image:linear-gradient(#ffffff,#C1C1C1);
	background-color: #C1C1C1;
	width: 100%;
	margin-top: 5%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}

.up_back_left {
	margin-top: 2%;
	float: left;
	background-image: none;
	width: 40%;
	display: block;
	text-align: left;
}
.up_back_right {
	float: right;
	background-image: none;
	width: 40%;
	margin-top: 2%;
	margin-right: 2%;
}
.redSolid {
	border: 1px solid #CCC;
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 4%;
	margin-bottom: 4%;
	width: 45%;
	line-height: 200%;
}
