/* CSS Document */

body{
	margin: 0 auto;
	text-align:center;
	font-size:100%;
	line-height:150%;
}

a{
text-decoration:none;
}

img{
border:none;
}

ul a{
color:#666666;
}

ul a:hover{
color:#ff0000;
}

div{margin:0; padding:0;}
/*全体*/
/**************************************/
#bodywrap{
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#top{
	margin:0 auto 10px auto;
	padding: 0;
}

/*ヘッダ上部メニュー全体*/
/**************************************/
#home{
	width:800px;
	text-align:right;
	background: #223820;
	color: #FFFFFF;
	line-height: 100%;
	font-size: 12px;
}

#home a{
	color: #FFFFFF;
}

#home a:hover{
	color: #cccccc;
}

#header{
	width: 800px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 116px;
}

#header2{
	width: 800px;
	background-image:url(images/header2.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 80px;
}

/*ロゴ*/
#logo{
	text-align:left;
	color: #000000;
}

#name{
	font-size:30px;
	font-weight:bold;
	height: 116px;
	margin-left: 50px;
}

#name2{
	font-size:30px;
	font-weight:bold;
	height: 80px;
	margin-left: 50px;
}
/*ヘッダ上部グローバルナビ*/
/**************************************/

.gmenu{
	background-image:url(images/img_back_btm.gif);
	background-repeat:no-repeat;
	width:750px;
	height:26px;
	padding-left: 50px;
}

.gmenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.gmenu-short{
float:left; 
width:138px;
	height:26px;
}

.gmenu-long{
float:left; 
width:180px;
	height:26px;
}

.clear{
	clear:both;
	visibility:hidden;
	}

/*本文*/
/**************************************/
#centerwrap{
	width: 800px;
	margin: 0;
	padding: 0;
}

.subtitle{
	text-align:left;
	font-weight:bold;
	font-size:18px;
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(images/title_back.gif);
	width:675px;
	height:24px;
	padding-left:25px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0 auto;
}

#toptextbox{
	margin: 0 auto;
	border-top: 2px solid #999999;
	padding: 0 0 20px 0;
}

#toptext{
	padding:10px;
}

#toptext_img{
	padding:10px;
}


.cont{
	display:block;
	width:210px;
	height:auto;
	padding-bottom:0;
	text-align:left;
	border:1px solid #666666;
}

.cont:hover{
	display:block;
	width:210px;
	height:auto;
	padding-bottom:0;
	text-align:left;
	border:1px solid #666666;
}

.cont_title{
	width:210px;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	line-height:120%;
	background-color:#5C6C1C;
	padding-top:3px;
	padding-bottom:3px;
}

.cont:hover .cont_title{
	width:210px;
	text-align:center;
	margin:0;
	color:#ffffff;
	font-size:15px;
	line-height:120%;
	background-color:#223820;
	padding-top:3px;
	padding-bottom:3px;
}

.cont img{
margin:0;
}

.cont_text{
	font-size:12px;
	line-height:100%;
	padding:5px;
}

.about{
	width:700px;
	font-size:0.9em;
	margin:10px auto 30px auto;
	border-collapse:collapse;
	line-height:120%;
}

.about .left{
	width:25%; 
	padding-top:3px;  
	padding-right:15px;  
	padding-bottom:3px;  
	padding-left:auto; 
	text-align:right; 
	border:1px solid #999999; 
	background:#ECEBEB;
}

.about .right{
	width:75%; 
	text-align:left; 
	padding-top:3px;  
	padding-right:auto;  
	padding-bottom:3px;  
	padding-left:15px; 
	border:1px solid #999999; 
}
/*フッター*/
/**************************************/
#footer{
	width:800px;
	padding-top:2px;
	font-size:80%;
	color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	padding-bottom: 2px;
	background: #454F1C;
}

/*追加設定*/
/**************************************/
.product{
	width:700px;
	font-size:90%;
	margin:20px auto 30px auto;
	border-collapse:collapse;
	border:1px solid #999999; 
}

.product .right{ 
	text-align:left; 
	padding-top:3px;  
	padding-right:auto;  
	padding-bottom:3px;  
	padding-left:15px; 
	border:1px solid #999999; 
}

#top_photo{
margin:10px 10px 10px 0;
padding:5px; 
border:1px solid #999;
}
.p_title{
	font-size:18px;
}