@charset "Shift-JIS";


/* 全ページ共有部分*/

body{
	background-color: #7AC5CB;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

a:link , a:visited{
	color: #FF6600;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}



#header{
	width: 820px;
	padding: 35px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;	
	background-position: center top;	
}

#container{
	width: 820px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;	
	background-position: center top;
}

#footer{
	width: 820px;
	height: 30px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;	
	background-position: center top;
}

.copyright{
	font-size: 11px;
	font-family: arial;
	padding: 15px 0px 0px 0px;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;	
	background-position: center bottom;
}





/* トップページニュース部分*/

.top_gr{
	background-image: url(../img/bg_gr.gif);
	background-repeat: repeat-x;	
	background-position: center top;

}

.top_newsday{
	border-bottom: 1px solid #CCCCCC;
	color: #FF6600;
	font-family: verdana , arial;
	font-weight: bold;
}

.top_product{
	font-size :11px;
	line-height: 1.3em;
}

.top_productp{
	border: 2px solid #CCCCCC; 
}




/* 会社案内*/

.table_left{
	width: 130px;
	padding: 5px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #666666;
}

.table_right{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}



/* サイトポリシー*/

h3{
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;	
	background-position: 0px 2px;	
	padding: 0px 0px 0px 15px;
}



/* 問い合せ*/

.form1{
	width: 250px;
}

.form2{
	width: 200px;
}

.form3{
	width: 250px;
	height: 70px;
}

.field{
	width: 300px;
	height: 150px;
}

sup{
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}


/* 商品案内*/

.item_1{
	padding: 5px;
	border-right: 3px solid #7AC5CB;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #1E878F;
	background-color: #EEEEEE;
	color: #1E878F;
	font-size: 14px;
	font-weight: bold;
}

.item_1 a:link , .item_1 a:visited{
	color: #1E878F;
}

.item_1 a:hover{
	color: #1E878F;
}

.item_2{
	width: 115px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	font-weight: bold;
	color: #666666;
}

.item_3{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

.pagetop{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 3px;
	font-family: arial;
	color: #1E878F;
	font-size: 10px;
	font-weight: bold;
}

.pagetop a:link , .pagetop a:visited{
	color: #1E878F;
	text-decoration:none;
}

.pagetop a:hover{
	color: #126167;
	text-decoration:none;
}
