@charset "utf-8";

/****************************************************************************
　基本レイアウトCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.06.17
****************************************************************************/

/*--------------------------------------------------------
　デフォルトテキストリンク設定
--------------------------------------------------------*/
body a{text-decoration: none;}
body a:link {color:#333;}
body a:visited{text-decoration: none; color:#333;}
body a:hover{text-decoration: underline; color:#1C8FD1;}
body a:active{text-decoration: none;}

*{ margin:0; padding:0; color:#333;}

body {
	width: 100%;
	background:url(../../common/bg.gif) 0 0 repeat;
}

h1 {
	width:840px;
	font-size:65%;
	text-align:right;
	margin: 15px auto 2px auto;
}

#wrapper {
	width: 854px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#Set {
	width: 854px;
	margin: 0 auto;
	background:url(../../common/bg_loop.gif) 0 0 repeat-y;
	padding: 10px 0 0 0;
}

#Main {
	clear:both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#Main img{
	vertical-align:bottom;
}



#Main .top{
	width: 776px;
	border:12px solid #121C9E;
	margin: 0;
	padding: 0;
}

#subNavi {
	border-bottom:1px dotted #1C8FD1;
}

#subMenu {
	width: 752px;
	height: 42px;
	background:url(../image/menu_loop.jpg) 0 0 repeat-x;
	margin: 0 auto;
	padding: 0;
}
#subMenu a img {
	margin: 0;
	padding: 0;
	float:left;
	vertical-align:bottom;
}
#subMenu img {
	margin: 0;
	padding: 0;
	float:left;
	vertical-align:bottom;
}


#Main div.setT {
	width: 182px;
	height: 337px;
	float: left;
	margin: 20px 0 10px 10px;
	text-align:center;
}

#Main div.setM {
	width: 184px;
	height: 337px;
	float: left;
	background:url(../image/seal_top_bg.jpg) 0 0 no-repeat;
	position: relative;
	margin: 10px 0 10px 5px;
}
#Main div.setM img{
	margin: 0;
	padding: 0;
	display:block;
	vertical-align:bottom;
}
div.M01a img{ position:absolute; top:10px; left:20px; }
div.M01b img{ position:absolute; top:10px; left:8px; }
div.M01c img{ position:absolute; top:10px; left:18px; }
div.M02 img{ position:absolute; top:50px; left:20px; }
div.M03 img{ position:absolute; top:100px; left:20px; }
div.M04 img{ position:absolute; top:245px; left:20px; }
div.M05 img{ position:absolute; top:290px; left:15px; }
div.M06 img{ position:absolute; top:290px; left:92px; }

/*　ロールオーバー明度設定　*/
.setM a:hover img{
	opacity:0.6;
	filter: alpha(opacity=65);
}



/*--------------------------------------------------------
　通常枠設定
--------------------------------------------------------*/
#ContentsA {
	width: 736px;
	margin: 15px auto;
	position:relative;
}

#ContentsA img{
}

/*　ロールオーバー明度設定　*/
#ContentsA a:hover img{
	opacity:0.6;
	filter: alpha(opacity=65);
}

#ContentsA h4{
	width: 700px;
	background: url(../image/exp_icon.gif) left 0 no-repeat;
	padding-left: 23px;
	margin-bottom: 5px;
	font-size: 88%; 
	font-weight: bold;
}



/*--------------------------------------------------------
　余白無し設定
--------------------------------------------------------*/
#ContentsB {
	width: 776px;
	margin: 15px auto 0 auto;
}

#ContentsB img{
	float:left;
}

/*　ロールオーバー明度設定　*/
#ContentsB a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#ContentsB .SET{
	width: 776px;
	background-color:#9C0;
	margin: 0;
	padding: 10px 0 0 0;
	text-align:center;
}
/*　ロールオーバー明度設定　*/
#ContentsB .SET a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
}


/* 金具 */
.kanagu{
	margin:10px 0 15px 10px;
}

.kanagu1{
	width:342px;
	float:left;
}

.kanagu2{
	width:342px;
	float:left;
}

.kanagu_head{
	width:342px;
	height:13px;
	background:url(../image/set_top.jpg) 0 100% no-repeat;
	margin-top:5px;
}

.kanagu_body{
	background:url(../image/set_loop.jpg) repeat-y;
}

.kanagu_foot{
	width:342px;
	height:13px;
	background:url(../image/set_under.jpg) 0 0 no-repeat;
}

.kanagutitle{
	width:22px;
	margin:4px 0 0 17px;
	display:inline;
	float:left;
}

.kanaguphoto{
	width:126px;
	margin:0 0 0 16px;
	float:left;
	display:inline;
}

.kanagudesc{
	width:135px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
	line-height:1.2;
}

.kanagudesc table{
	height:149px;
}

.pink_head{
	width:135px;
	height:7px;
	background:url(../image/pink_top.jpg) 0 100% no-repeat;
}

.pink_body{
	background:#A4E1DC;
	padding:3px;
	font-size:9px;
}

.pink_foot{
	width:135px;
	height:7px;
	background:url(../image/pink_under.jpg) 0 0 no-repeat;
}