@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
*{
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6;
	letter-spacing: 1px;
	background-color: transparent;
	background-image: url(../images/bk-gr001.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}

/* body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
} */

br{
   letter-spacing:normal;
}

a{
   color:#333;
   text-decoration:none;
}

a:hover{
   color:#0172AB;
}

img{
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6{
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/2bg_contents_left.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;/* ==== width: 789px; ==== */
}

div#wrapper{
	width: 900px;
	background-color: transparent;
	background-image : url(../images/2bg_contents_right.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 100% 0px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/* ==== width: 789px; ==== */
}

div#header{
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 100px;
	background-color: #ffffff;
}

div#pr{
	position: absolute;
	width: 460px;
	left: 300px;
	top: 10px;
}

div#menu{
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#contents{
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #ffffff;
	background-image: none;
}

div#main{
	float: right;
	width: 610px;
/* ==== width: 500px; ==== */
}

div#sub{
	float: left;
	width: 220px;
}

div#totop{
   clear:both;
}

div#footer{
	clear: both;
	background-color: #0283c4;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1{
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a{
   color:#333;
}

div#header h1 a:hover{
   color:#666;
}

div#header #pr p{
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul{
   margin:0;
   padding:0;
}

div#menu li{
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
	display: block;
	width: 177px;
	color: #333333;
	line-height: 40px;
	border-left-style: solid;
	border-left-color: #dcdcdc;
	border-left-width: 1px;
	background-image: url(../images/2bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;/* ==== width: 155px; ==== */
}

div#menu li.home a{
   border:none;
}

div#menu li a.active{
   color:#333;
}

div#menu li a:hover{
	background-color: transparent;
	background-image: url(../images/2bg_menu.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px -40px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a{
   color:#0172AB;
}

div#img{
	padding-left: 5px;
	padding-right: 5px;
}

div#main a:hover{
   text-decoration:underline;
}

div#main h2{
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   border-bottom:3px double #535D57;
}

div#main h3{
   margin-bottom:3px;
   font-size:82%;/* 13px相当 */
}

div#main h4{
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5{
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6{
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl{
   font-size:82%;/* 13px相当 */
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt{
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 10em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section{
   margin-bottom:10px;
}

div#sub h2{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 82%;/* 13px相当 */
	font-weight: bold;
	color: black;
	background-image : url(../images/2bg_sub_h2.gif);
	background-position: 50% 50%;
}

div#sub ul{
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 75%;/* 12px相当 */
	line-height: 1.4;
	list-style-type: none;
	list-style-position: outside;
	background-color: transparent;
	background-image : url(../images/2bg_dotline.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 100%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}

div#sub li a{
	display: block;
	padding-left: 12px;
	background-color: transparent;
	background-image : url(../images/2bg_list.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop{
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a{
   padding:0 0 0 12px;
   background : url(../images/2bg_totop.gif) no-repeat 0px 50%;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/2bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#footMenu li{
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a{
   padding-left:10px;
   background : url(../images/2bg_footmenu.gif) no-repeat 0px 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
}



/* ========MENULISTPAGE CUSTOMIZE======== */
div.menulist img{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: black;/*background-color: #cae4ff;*/
}

div.menulist p.price{
   text-align:right;
   color:#D98F00;
   font-weight:bold;
}


.float{
	clear: both;
}