/*****************ページ設定*****************/

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #ffffff;
}
	
img{
	border: 0;
	vertical-align: bottom;
}	
	
/*テキストリンク設定*/
A:link { text-decoration:none; color:#03004c; }
A:visited { text-decoration:none; color:#03004c; }
A:active { text-decoration:none; color:#03004c; }
A:hover { text-decoration:none; color:#9E0B11; }

ul.menulist2 {
	list-style-type: none;
}

.menulist2  {
	margin: 4px 0 0 12px;
}

.menulist2 a {
	padding: 4px 9px 0px 12px;
	background:transparent url(/common/images/icon.gif) no-repeat left 6px;
	font-size:12px;
}

/ *.menulist2 link */
.menulist2 a:link{color:#336699; text-decoration:none;}
.menulist2 a:visited{color:#336699; text-decoration:none;}
.menulist2 a:active{color:#336699; text-decoration:none;}
.menulist2 a:hover{color:#0066CC; text-decoration:underline;}

/*****************レイアウト設定*****************/

/*ラッパー領域設定*/
#wrapper{
	position: relative;
	width: 750px;
	margin: 0;
}

/*ヘッダー領域設定*/
#header{
	height: 20px;
	width: 747px;
	padding:3px 0 3px 3px;
	background-color: #b0e4fd;
	float: left;
}

/*メイン領域設定*/
#main{
	height: 303px;
	width: 750px;
	padding:0 0 0 0;
	background:url(../img/top_img.jpg);
	float: left;
}

/*コンテンツ領域設定*/
#contents{
	height: auto;
	width: 750px;
	padding:0 0 0 0;
	float: left;
}

/*フッター領域設定*/
#footer{
	height: 50px;
	width: 750px;
	float: left;
	text-align:right;
	padding:10px 0 0 0;
	border-top: 1px solid black;
}


/*****************メニュー設定*****************/
ul,
li{
	margin: 0;
	padding: 0;
}

#menu{
	height: 50px;
	width: 750px;
	padding:0 ;
	margin: 0px;
	float: left;
}

#menu ul{
	list-style-type: none;
	overflow: hidden;
	display: inline;
	float: left;
}

#menu li{
	float: left;

}
#menu li a {
	display: block;
	width: 125px;
	height: 50px;
}



.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

/*****************サブページ設定*****************/

/*メイン領域設定*/
#main01{
	height: 101px;
	width: 750px;
	padding:0 0 0 0;
	background:url(../img/kitchen/ktop_img.jpg);
	float: left;
}


/*コンテンツ右領域設定*/
#rightcontents{
	height: auto;
	width: 570px;
	padding:15px 0 0 15px;
	float: left;
}


/*左メニュー領域*/
#leftmenu01{
	height: auto;
	width: 150px;
	padding:0 0 0 0;
	background-color:#b0e4fd;
	float: left;
}

#leftmenu01 ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}

#leftmenu01 li{
	padding-left: 0px; 
	clear:left;
}

#leftmenu01 img{
	vertical-align: top;
}


/*コンテンツ２*/
.contents02{
	height: auto;
	width: 200px;
	padding:10px 0 0 0;
	float: left;
	line-height:3em;
}


ul.list {
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}
 
ul.list li {
	font-size:18px;
	font-weight:bold;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: url(../img/wood.gif) no-repeat 2px;
    list-style: none;
}


/*コンテンツ３*/
.contents03{
	height: auto;
	width: 350px;
	padding:10px 0 0 0;
	float: left;
	line-height:3em;
}

/*コンテンツ４*/
.contents04{
	height: auto;
	width: 570px;
	text-align:center;
	padding:15px 0 0 0;
	float: left;
}


/*題字*/
.font01{
	font-size:20px;
	font-weight:bold;
}

.font02{
	font-size:18px;
	font-weight:bold;
}

/*****************丸角設定*****************/


.marukaku {
    width:570px;
    background-color:#eeeeee;
}

.marukaku p{
    margin:0px;
    padding:0.5em 1em;
}

.rtop, .rbottom{
    background:#FFFFFF;
}

.rtop span, .rbottom span{
    display:block;
    height:1px;
    overflow:hidden;
    background-color:#eeeeee;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;}


















