/*******************************************/
/*ＣＳＳ*/
/*******************************************/
html{
	overflow-y:scroll;
}

*{
	margin:0;
	padding:0;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666;
	font-size:12px;
	background-image:url(../../../img/bk.jpg);
	background-attachment:fixed;             /* 背景画像を固定する */
	background-repeat:repeat-x;             /* 背景画像を横だけ繰り返す */
	height: 100%;
}


/*******************************************/
/*タグの管理*/
/*******************************************/
h1{
	color:#000;
	font-size: 12px;
	font-weight: normal;
	padding:10px 15px;
	width:520px;
	height:21px;
	text-align:right;
	float:right;
}

h2{
	display:block;
	margin:0 0 0 5px;
}

ul , li{
	list-style-type: none;
}

img{
	margin:0;
	border:0;
}



/*******************************************/
/*ページ全体管理*/
/*******************************************/

.center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

p{
	margin: 0;
}

.pan{/*パンクズ*/
	margin: 5px 32px 0;
	width:750px;
	}

.menubara{/**/
	margin: 10px 32px 0;
	width:750px;
	}

.size10{
	font-size:10px;
	}


.pagetoparea{
	float:right;
	margin:10px 0;
}



/*******************************************/
/*リンクの管理*/
/*******************************************/


a{/*リンクされた文字*/
outline:none;
border:none;
color:#4B90EB;
font-style:normal;
text-decoration: none;
}

a:link {/*未訪問のリンク*/
color:#4B90EB;
font-style:normal;
text-decoration: none;
}
a:visited {/*訪問後のリンク*/
color:#4B90EB;
font-style:normal;
text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
color:#06F;
font-style:normal;
text-decoration: none;
}
a:active {/*クリック中*/
text-decoration:none;
}	

/*******************************************/
/*テキストカラー設定*/
/*******************************************/
.red{
	color:#F00;
}
/*******************************************/
/*ページ全体管理*/
/*******************************************/
.wrapper{
	width:820px;
	margin:0 auto -72px;/*フッタの高さを-させる*/
	background:#fff;
	border-color:#CCC;
	border-width:0 1px 0;
	border-style: solid;
	background:url(../../../img/contentsbk.jpg);
}
/*******************************************/
/*ヘッダー*/
/*******************************************/
#header {
	margin:0;
	width:820px;
	height:122px;
	background:url(../../../img/heder.jpg);
}
#logo{
	width:265px;
	height:122px;
	float:left;
}
#tel{
	display:inline;
	
	width:500px;
	height:38px;
	float:right;
}
/*******************************************/
/*メニュー*/
/*******************************************/
#menu{
	display:inline;
	margin:0;
	padding-left:157;
	margin-right:15px;
	width:398px;
	height:42px;
	float:right;

}
#menu ul{
	width:398px;
	margin:0;
	padding:0;
	float:left;
	list-style-type: none;
}
#menu li{
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
}
/*******************************************/
/*flash*/
/*******************************************/
#flash{
	margin:10px 15px 0;
	padding:0;
	width:790px;
	height:300px;
}
/*******************************************/
/*コンテンツ内の管理*/
/*背景を100％設定にする場合のＣＳＳ*/
/*******************************************/
/*コンテンツ全体管理*/
#contents{
	padding:5px;
_padding:3px;
	width:810px;
	overflow:hidden;
	margin:10px 0 20px;
	border-top:#dce8f8 1px solid;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #contents{
	height: 1em;
	overflow: visible;
}
/**/
.contentsarea{
	width:700px;
	padding:0 25px;
	height:100px;
}
.fiield{/*コンテンツページの背景を管理*/
	margin: 10px 32px 25px;
	width:700px;
	padding:20px;
	background:#FFF;
	border-width:1px 1px 1px 5px;
	border-style: solid;
	border-color: #dce8f8;	
}

/*******************************************/
/*左メニュー部分*/
/*******************************************/

#leftcontents{
	padding:0 25px;
	width:300px;
	margin:0 0 20px;
	float:left;
}
/*******************************************/
/*右メニーュ部分*/
/*******************************************/
#rightcontents{
	width:400px;
	margin:0 0 20px;
	padding:0 25px;
	float:right;
}
/*******************************************/
/*フッター部分*/
/*******************************************/
#footer {
	margin:0px auto;
	width:820px;	
	height:72px;/*フッターの高さを設定*/
	background:url(../../../img/footer.jpg);
	border-color:#CCC;
	border-width:0 1px 0;
	border-style: solid;
}
#footer ul{
	width:820px;
	height:15px;
	font-size:12px;
	padding:0 0 0px;
	list-style-type:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	border-right:1px solid #000;
	padding:0 20px;
}
#footer .listlast{
	display:inline;
	border-right:none;
}
#footer .copy{/*コピーライト*/
	padding-right:20px;
	width:800px;
	display:block;
	margin:20px 0;
	font-family:Arial;
	font-size:10px;
	text-align:right;
}
/**************************************/
/*トピックス*/
/**************************************/
.info{
	margin:10px 0;
	padding:10px;
	width:274px;
	height:150px;
	background:#FFF;
	border-width:1px 1px 1px 5px;
	border-style: solid;
	border-color: #dce8f8;
}

.GreetingArea{
	margin:10px 0;
	padding:10px;
	width:274px;
	height:170px;
	background:#FFF;
	border-width:1px 1px 1px 5px;
	border-style: solid;
	border-color: #dce8f8;
}



.banarea{
	margin:10px 0;
	padding:10px;
	width:374px;
	background:#FFF;
	border-width:1px 1px 1px 5px;
	border-style: solid;
	border-color: #dce8f8;
	}

.topbar{
	margin:5px 18px;
	}


/**************************************/
/*プライバシー*/
/**************************************/	


.privacy{
	margin:10px 50px 20px;
	line-height:150%;
	width:600px;
}


.privacy ul{
	margin-left:20px;
	list-style-type: none;
	margin-bottom:20px;
}

.privacy li{
	font-weight: normal;
	list-style-type: none;
	margin-left:20px;
	line-height:200%;
	margin-bottom:5px;
}

.No li{
	list-style-position: outside;
	list-style-type: decimal;
}









/*コンセプトに戻るボタン*/

.Cup{
text-align:right;
margin:0 auto;
padding:10px 70px 20px;
width:610px;
line-height:200%;
}



/*******************************************/
/*コンテンツ内エリア*/
/*******************************************/
.area , .contact{
margin: 0 auto 20px;
padding-bottom:20px;
width:750px;
background:#f4f3ee;
}


.contact{
background:#fff;
}

.area .text , .contact .text{
margin:0 auto;
padding:10px 170px 20px;
width:410px;
line-height:200%;
}


/*******************************************/
/*会社概要内CSS*/
/*******************************************/
#gaiyou{
width:300px;
margin: 0 0 0 100px;
font-size:12px;
border-bottom:none;
line-height:200%;
float:left;
}


#gaiyou .td1{
width:95px;
padding:5px 0;
vertical-align:top;
}

#gaiyou .td2{
	padding:5px 0;
	width:200px;
}


#gaiyou .td3{
width:160px;
margin: 0 auto;
background:#72b57c;
text-align:right;
padding-right:20px;
}

.map{
	margin-left:20px;
	width:250px;
	height:250px;
	float:left;
	}



/*******************************************/
/*メールフォームコンテンツ*/
/*******************************************/
#mail{
	width:600px;
	margin: 0 auto;
	line-height:200%;
}
#mail th{
	border-style:none;
	padding:5px 10px;
	white-space:nowrap;
	font-size:12px;
	text-align:right;
	width:140px;
	font-weight:normal;
}
#mail td{
	border-style:none;
	text-align:left;
	padding:5px 10px;
	white-space:nowrap;
	font-size:12px;
}
.submit INPUT {
	border:#ccc 3px double;
	background:#DCE8F8;
	padding:2px;
}

.submit {
	text-align:center;
}







.item{
margin:20px auto 0;
width:720px;
}

.itemimg{
width:300px;
height:200px;
float:left;
}



.itemarea{
width:420px;
height:200px;
float:right;
line-height:200%;
}

.itemarea .table{
margin:0 10px;
width:398px;
border:#72b57c solid 1px;
border-bottom:none;
line-height:200%;
}



.table .td1{
width:100px;
border-bottom:#FFF solid 1px;
background:#72b57c;
text-align:right;
vertical-align:top;
line-height:200%;
padding-right:20px;
}

.table .td2{
width:260px;
background:#FFF;
border-bottom:#72b57c solid 1px;
border-left:#72b57c solid 1px;
line-height:200%;
padding-left:20px;

}


.table .td3{
width:100px;
background:#72b57c;
text-align:right;
vertical-align:top;
line-height:200%;
padding-right:20px;
}



/*******************************************/
/*事業内容*/
/*******************************************/



.fiield .list{/*事業内容TOP*/
	line-height:150%;
	width:600px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}

.fiield .contentshead{/*ｺﾝﾃﾝﾂTOP*/
	margin:20px 50px 0;
	width:600px;
}
.list .textarea{
	margin:10px 0;
	float:right;
	width:400px;
	}


.fiield .original{/*事業内容3*/
	margin:10px 50px 20px;
	line-height:150%;
	width:500px;
	
}
.originalCenter{
	color:#666;
	line-height:150%;
	font-size:14px;
	margin:20px 50px;
	width:500px;
}





.original .th1 , .original .th3{
	width:200px;
	padding:5px;
	background:#DCE8F8;
	color:#003398;
}

.original .th2{
	width:20px;
	padding:5px;
}


.original td{
	font-size:12px;
	width:250px;
	padding:10px 5px;
	border:1px solid #DCE8F8;
	border-top:none;
}

.originalPic{
	width:500px;
	margin:10px 50px;
	}

.originalPic .pic{
	border:1px solid #DCE8F8;
	display:inline;
	padding:10px;
	margin:9px;
	width:208px;
	height:170px;
	float:left;
	background:#fff;
}
.originalPic .pic img{
	border:1px solid #DCE8F8;
	border-bottom:1px solid #FFF;
}
.originalPic .title{
	display:block;
	width:210px;
	background:#DCE8F8;
	height:16px;
	padding:2px 0;
	text-align:center;
	}


/*******************************************/
/*事業内容茶ミスの*/
/*******************************************/



.fiield .charmy{/*事業内容4*/
	margin:0px 50px;
	line-height:150%;
	width:600px;
}

.fiield .charmyArea{
	margin:10px 0;
	float:left;
	width:400px;
	}

.charmy .textarea{
	margin:0 0 10px;	
	float:left;
	width:350px;
}

.charmy .textareas{
	margin:0 0 10px;	
	float:left;
	width:600px;
}

.charmy .textarea ul ,.charmy .textareas ul{
	margin:5px 10px;
	font-size:16px;
	font-weight:bolder;
	line-height:200%;
}
	
.charmy .textarea ul li ,.charmy .textareas ul li{
	line-height:150%;
	padding:0 0 0 20px;
	font-size:12px;
	font-weight:normal;
}





/*******************************************/
/*ございさつ*/
/*******************************************/
.greeting{
	}
	
	
.fiield .greeting{/*事業内容TOP*/
	margin:20px 50px 0;
	line-height:150%;
	width:600px;
}

.greeting .textarea{
	color:#666;
	line-height:150%;
	font-size:14px;
	margin:20px 50px;
	width:500px;
}	

.greeting ul{
	margin:20px 0;
}

.greeting li{
	margin:10px 0;
	font-weight:normal;
	line-height:200%;
	padding-left:50px;
	}

h3.line{
	font-weight:normal;
	color:#00C;
	margin:10px 25px;
	padding:5px;
	font-size:16px;
	border-bottom:#ccc 1px solid;
}


.blues{
	color:#066;
	font-size:14px;
	font-weight:bold;
	}

.Representative{/*代表挨拶*/
	float:right;
}

span.line{
	display:block;
	border-bottom:#ccc 1px solid;
	}
	
.bold{
	font-weight:bold;}
	
	
	
	
/********************************************/
/*				事業内容リスト				*/
/********************************************/
.fiield .businessItem{/*商品紹介設定*/
	margin:0px 50px;
	padding:30px 0;
	line-height:150%;
	width:600px;
	overflow:hidden;
	font-size:11px;
	border-bottom:#DCE8F8 1px solid;
}
.fiield .businessItem:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .fiield .businessItem{
	height: 1em;
	overflow: visible;
}
/**/


.fiield .businessItem .line{/*事業内容1*/
	border-bottom:#DCE8F8 solid 1px;
}


.businessItem .item1{
	border:#DCE8F8 solid 1px;
	width:198px;
	float:left;
	height:178px;
}

.businessItem .item2{
	width:200px;
	float:left;
	background:#FFF;
	vertical-align:top;	
	}

.businessItem .item3{
	width:198px;
	float:left;
}

/*******************************************/
.businessItem .itemlist2{
	display:inline;
	margin:0 20px;
	float:left;
	vertical-align:top;
	border:#DCE8F8 1px solid;
	border-bottom:none;
	
	color:#666;
}


.businessItem .itemlist2 th{
	font-size:12px;
	width:160px;
	height:30px;
	font-weight:normal;
	border-bottom:#DCE8F8 1px solid;
	
}

.businessItem .itemlist2 th.title{
	font-size:12px;
	width:160px;
	height:12px;
	background:#C2E8F1;
	font-weight:normal;
	border-bottom:#FFF 1px solid;
}

.businessItem .itemlist2 td{
	width:78px;
	padding:1px;
	text-align:center;
	border-bottom:#DCE8F8 1px solid;
}

.businessItem .itemPic2{
	display:inline;
	margin:10px 20px 0;
	padding:0;
	width:158px;
	float:left;
	height:80px;
	vertical-align:top;	
}

/*******************************************/
.businessItem .itemlist3{
	border:#C2E8F1 1px solid;
	width:198px;
	float:left;
	background:#FFF;
	height:98px;
	margin-bottom:5px;
	vertical-align:top;
	color:#666;
}
.businessItem .itemlist3 td{
	vertical-align:top;
	padding:5px;
}
.businessItem .itemlist3 th{
	padding:5px;
	font-size:12px;
	width:14px;
	background:#C2E8F1;
	font-weight:normal;
}
/*******************************************/
.businessItem .itemlist4{
	border:#DCE8F8 1px solid;
	width:198px;
	float:left;
	background:#FFF;
	height:68px;
	vertical-align:top;
	color:#666;
}
.businessItem .itemlist4 th{
	padding:5px;
	font-size:12px;
	width:14px;
	background:#DCE8F8;
	font-weight:normal;
}
.businessItem .itemlist4 td{
	padding:5px;
	vertical-align:top;
}



.Remarks{/*備考*/
	float:right;
	width:350px;
	color:#666;
}








.fiield .charmyArea{
	float:left;
	width:350px;
	}

.charmy .textarea{
	margin:20px 0 10px;	
	float:left;
}

.charmy .textareas{
	margin:0 0 10px;	
	float:left;
	width:600px;
}

.charmy .textarea ul ,.charmy .textareas ul{
	margin:5px 10px;
	font-size:16px;
	font-weight:bolder;
	line-height:200%;
}
	
.charmy .textarea ul li ,.charmy .textareas ul li{
	line-height:150%;
	padding:0 0 0 20px;
	font-size:12px;
	font-weight:normal;
}

.Cimg{
	display:inline;
	padding:20px 0 0 ;	
	float:left;
	width:250px;
}


h3.bk{
	font-size:16px;
	margin-left:10px;
	padding-top:10px;
	padding-left:25px;
	height:45px;
	background:url(../../../img/h3img.jpg) no-repeat;
	color:#0175BD;
}
	
	
