@charset "UTF-8";


/* コメント
======================================================== */

* {
  margin: 0;
  padding: 0;
   }
/*
フッター位置調整
*/
#foot_area{
	margin-top:0 !important;
}



	
a {
	overflow:hidden;
	outline:none
	}

a:visited { color: #DA2C36;}
a:link    { color: #369;}
a:hover   { color: #ff6600; text-decoration: underline}
a:active  { text-decoration: none }


hr { display: none;}

img { border: 0}

.clear{	clear: both;}

.anchor { display: none;}


#container {
	width:900px;
	padding: 0 50px 50px;
	margin:0 auto;
	position: relative;
	background:url("../../img/bg_container.jpg") repeat-y scroll center top;
	}

#header2 {
	width: 900px;
	height: 205px;
	background-image: url(../../img/head.jpg);
	margin: 0 0 50px 0;
	}

#header2 span {
	display: none;
	}

#header02 {
	margin: 0 0 30px 0;
	}

h1{
	display:none;
}



/* クラスで付与する場合 */

.clearfix { /zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }



/* TOPページ
======================================================== */

.st-content .photobox {
	width: 130px;
	float: left;
	margin: 0 10px;	
	line-height: 1.4em;
	font-size: 10px;
	}

.st-content p {
	line-height: 1.6em;
	}

.st-content p a {
	color: #5b90ac;
	text-decoration: none;
	}
.st-content p a:hover   { color: #376368; text-decoration: underline}


.st-content .photobox img {
	margin: 0 0 10px 0;	
	}
	
.thumb01 {
	width: 650px;
	margin: 0 auto;
	}	

.thumb02 {
	width: 320px;
	*width: 340px;
	height: 150px;
	margin: 0 auto;
	}	

.thumb03 {
	width: 480px;
	*width: 500px;
	height: 150px;
	margin: 0 auto;
	}	



/* 第二階層
======================================================== */

#naviSlide {
	position: relative;
	width: 900px;
	}
	
#naviSlide #leftgo{
	position: absolute;
	left: -13px;
	top: -5px;
	}

#naviSlide #rightgo {
	position: absolute;
	right: -13px;
	top: -5px;
	}

#naviTab {
	width: 130px;
	position: absolute;
	right: -40px;
	top: 200px;

	}

#naviTab ul {
	list-style: none;
	}	
	



#product {
	width: 800px;
	margin: 0 auto;}

#p-title {
	width: 800px;
	height: 200px;
	position: relative;
	margin: 0 0 30px 0;
	}
	
#p-title p {
	width: 410px;
	position: absolute;
	right: 35px;
	top: 120px;
	line-height: 1.5em;
	}

.pagehead01 {
	background: url(../../img/product_head01.png) no-repeat 0 0;
	}
.pagehead02 {
	background: url(../../img/product_head02.png) no-repeat 0 0;
	}
.pagehead03 {
	background: url(../../img/product_head03.png) no-repeat 0 0;
	}
.pagehead04 {
	background: url(../../img/product_head04.png) no-repeat 0 0;
	}
.pagehead05 {
	background: url(../../img/product_head05.png) no-repeat 0 0;
	}
.pagehead06 {
	background: url(../../img/product_head06.png) no-repeat 0 0;
	}
.pagehead07 {
	background: url(../../img/product_head07.png) no-repeat 0 0;
	}
.pagehead08 {
	background: url(../../img/product_head08.png) no-repeat 0 0;
	}
.pagehead09 {
	background: url(../../img/product_head09.png) no-repeat 0 0;
	}
	








.articleLeft {
	width: 370px;
	float: left;
	}


.articleRight {
	width: 370px;
	float: Right;
	}

.articleLeft p,
.articleRight p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	}




.articleLeft,
.articleRight { /zoom : 1; }


.articleLeft:after,
.articleRIght:after
{ content : ''; display : block; clear : both; height:0; }


#product dl {
	width: 370px;
	line-height: 1.5em;}
	
#product dt {
	color: #4f8ea9;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-size: 110%;
	}

#product dd {
	margin: 0 0 2em 2em;
	}


.imgcenter {
	margin: 0 auto;
	text-align: center;
	}


#product ul {
	list-style: none;
	margin: 0 0 30px 0;
	}

#product li {
	margin: 0 0 1em 0;
	background: url(../../img/icon_li.png) no-repeat;
	padding: 0 0 0 17px;
	}







#notes {
	padding: 10px 0;
	clear: both;
	font-size: 85%;
	}





/* Tooltips
======================================================== */



a.tip {
	position: relative;
	}

a.tip span {
	text-align: center;
	font-size: 10px;
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	padding: 5px;
	z-index: 100;
	background: #5fa2c7;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	}

a:hover.tip span {
	display: block;
	}
		


/* セクション02
======================================================== */



.section {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	}
	

/* カラー
======================================================== */

.red { color: #ff0000}

.blue { color: #0000ff}

.yellow { color: #ffff00}

.green { color: #000033}



/* フッタ
======================================================== */



/*#footer {
	clear: both;
	width: auto;
	height: 95px;
	margin: 0px auto 0 auto;
	background:  url(../../img/foot.jpg) ;
	position: relative;
	}
	
	

address {
	font-size: 80%;
	font-style: normal;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	width: 650px;
	margin: 0 auto;
	padding: 15px;
	}	
	

address a:visited { color: #c2eafe;}
a:link    { color: #c2eafe;}
a:hover   { color: #f5dc31; text-decoration: underline}
a:active  { text-decoration: none } 

	
#totop {
	position: absolute;
	right: 20px;
	bottom: 20px;
	}	*/
