@charset "UTF-8";
/* CSS Document */




/* コンセプト本文 */
div.consept {
	position:absolute;
	left:70px;
	top:120px;
	width:800px;
	font-size:12px;
	line-height:150%;
	padding:40px;
}

div.consept img a:hover{
border:none;
}

p {
font-size:12px;
color:#4d4d4d;
padding:10px 20px;
line-height:110%;
}


/* ロゴ */	
img#logo {
position:absolute;
right:0px;
top:20px;
border:none;
}



/* その他の画像 */	
img#images {
float:none;
}

/* その他の画像right */	
.center {
	float:right;
}

/* 各ページのタイトル */	
img#title {
float:right;
}

/* 各ページTOPのボタンテーブル */
div.cate_button {
position:absolute;
top:200px;
}


/* 表のボーダードット */
#list {
border-top: dotted 1px #CCCCCC;
border-right: dotted 1px #CCCCCC;
border-bottom: dotted 1px #CCCCCC;
border-left: dotted 1px #CCCCCC;
}

/* コンテンツエリア内文字box */
#contents_text-box {
	width:750px;
	height:auto;
	font-size:10px;
	line-height:110%;
}

.texttitle_12 {
 font-size:12px;
 font-weight:800;
 line-height:120%;
 }
 
 .texttitle_14 {
	font-size:14px;
	font-weight:800;
	line-height:140%;
 }
 
 /* NEWリンクbox */
.link_box {
	margin:10px 10px 20px 10px;
	width:200px;
	padding:5px;
	float:left;
	border:dotted 1px #CCCCCC;
 }
 
.link_box_img {
	text-align:center;
	width:auto;
	height:150px;
	border:none;
 }
 
 #link_box img{
 border:none;
 text-decoration:none;
 }
 
 
.link_box_txt {
	margin-top:5px;
	width:auto;
	height:auto;
	font-size:10px;
 }
 
 /* プライスリスト */
 ul {
	 width:500px;
	 display:block;
	 float:left;
 }
  
 li {
	 list-style:none;
	 border-bottom:#CCC dotted 1px;
	 line-height:2em;
	 text-indent:20px;
 }
 
 #commentbox {
	width:550px;
	display:block;
	float:left;
	line-height:1.8em;
	margin-left: 50px;
 }
 
 
/* text関連 */

.txt_16 {
font-size:16px;
} 

.txt_center {
text-align:center;
}

