*{zoom:1;}

a{/*リンクされた文字*/
    color:#0099CC;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0099CC;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#0099CC;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff6600;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    color:#ff6600;
    font-style:normal;
    text-decoration:underline;
}

body {
	text-align: center;
	background-image: url(../img/common/top_bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
}

a.btnSP {
	display: block;
    font-size: 5rem;
    height: 5rem;
    line-height: 1.0;
    padding: 1.5rem 0;
    background: #f68;
    border-radius: 2.5rem;
    margin: 1rem;
    color: #fff;
    text-decoration: none;
}

#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
}

#nav {
	height: 33px;
	position: absolute;
	top: 53px;
	left: 152px;
	width: 793px;
}
#header_nav {
	width: 183px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_nav ul li {
	float: left;
}


/*ナビゲーション*/
#nav ul li  {
	float: left;
}




#header #header-logo {
	float: left;
	width: 126px;
	margin-top: 7px;
	height: 80px;
}
#header-description {
	float: right;
	width: 795px;
	margin-top: 20px;
}
	#dairiten #container #header-description h1 {
		margin:0;
		padding:0;
	}


#container #nav_footer {
	padding-left: 7px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#copy {
	text-align: center;
	background-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
}
#company_footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}
#container #pan-nav {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}
#product  .tcontent .p_list .p_item .p_description {
	float: left;
	width: 270px;
	padding-top: 5px;
	display: inline;
}
#product #tab1 .tcontent .p_list .p_item .p_description {
	width: 335px;
	margin-left:10px;
	margin-bottom: 10px;
}

#product .tcontent .p_list .p_item {
	width: 360px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 5px;
}

#product .tcontent .p_list .p_item .package {
	float: left;
	margin: 5px;
	width: 75px;
	display: inline;
}
#product #container #content .shisetsu {
	clear: both;
}
.clear_all {
	clear: both;
}
.center {
	text-align: center;
}

#product #container #content .link_btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}
#product #container .link_btn a {
	margin-right: 15px;
	margin-left: 15px;
}

.Pmark_footer {
	width: 950px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 15px 0px;
	font-size:110%;
	height:75px;
}
	.Pmark_footer img {
		float:left;
		margin-right:15px;
	}
	.footertext{
		margin-top:20px;
		}
	.koushien{
		float:left;
		width:400px;
		margin-right:20px;}
	.koushien p{
		padding-top:0px;
		}

	.top_pmark{
		float:left;
		width:500px;}
	.Pmark_footer p {
		margin-top:30px;
	}
	
	
	
	
	
	
	
	
	
	