@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background:#fcfbfa;
	color:#333333;
}

a:link {
	color:#876c45;
	text-decoration: none;
}
a:visited {
	color:#876c45;
	text-decoration: none;
}
a:hover {
	color:#f37145;
	text-decoration: none;
}
a:active {
	color:#994f71;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }
.MG-B50 { margin-bottom: 50px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.TXT-L { font-size:16px;
	margin-bottom: 10px;
}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}
.TXT-BIG { color:#876c45;
	font-size: 15px;
	font-weight: bold;
}
.TXT-PINK { color:#f09199;
	font-size: 16px;
	margin: 0px 0 5px 0;
}

.TXT-PINK2 { color:#876c45;
	font-size: 13px;
	margin: 2px 5px 10px 5px;
	text-align: right;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 160px;
	background: #fff;
	margin: 20px 0;
}
#headerDesc {
	color: #000;
	height: 20px;
	background:#513728;
	background:url(../img/foot.png) repeat-x;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
	background:url(../img/head.png) no-repeat 100% 20px;
	height: 110px;
}

#headerDescArea h1 {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
	color:#fff;
}
#headerDescArea h2 {
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
	color:#fff;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 60px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 60px;
	background:url(../img/navi_background_title1.png) repeat-x;
}


/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}


.jMenu{
display:table;
margin:0;padding:0;
list-style:none;
}

.jMenu li{
display:table-cell;
margin:0;
text-align: center; 
list-style:none;
background-color:#f0acb5;
}

.jMenu li a{
padding:20px 0 0 0;
display:block;
background-color:transparent;
color:#ffffff;
text-transform:uppercase;
cursor:pointer;
font-size:14px;
width: 159px; 
height:43px;
border-right:1px solid #ffffff;
}

.jMenu li a:hover{
background-color:#f0acb5;
color:#f5c9ce;
}

.jMenu li:hover>a{
background-color:#f0acb5;
}

.jMenu li ul{
display:none;
position:absolute;
z-index:9999;
padding:0;
margin-top:27px;
list-style:none;
}

.jMenu li ul li{
background-color:#f0acb5;
display:block;
border-top:1px solid #ffffff;
padding:0;
list-style:none;
position:relative;
}

.jMenu li ul li a{
font-size:14px;
text-transform:none;
display:block;
padding:10px 0 0 0;
border-top:1px solid transparent;
width: 159px; 
height:30px;
}

.jMenu li ul li a.isParent{
background-color:#f0acb5;
}

.jMenu li ul li a:hover{
background-color:#f0acb5;
color:#f5c9ce;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #e6dcce;
	padding: 15px 0 0 0;
	margin-top: 50px;
}

#footer .copyright {
	color: #fff;
	background:#513728;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
	background:url(../img/foot.png) repeat-x;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #d4d4d4;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background:url(../img/bg02.png) repeat;
	height: 282px;
}


#imgArea {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 10px 0px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 298px;
	float: left;
	border: solid #d6c6af 1px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
background-color: #ffffff;
}

.contentsBox .box_last {
	font-size: 12px;
	width: 298px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 0px;
	padding: 5px;
}

.title{
	font-size: 15px;
	color:#ffffff;
	background-color: #f09199;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

.title2{
	font-size: 15px;
	color:#ffffff;
	background-color: #3e62ad;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

.title3{
	font-size: 15px;
	color:#ffffff;
	background-color: #82ae46;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

.title4{
	font-size: 15px;
	color:#ffffff;
	background-color: #a59aca;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

.title5{
	font-size: 15px;
	color:#ffffff;
	background-color: #f8b862;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

.title6{
	font-size: 15px;
	color:#ffffff;
	background-color: #83ccd2;
	margin-left: 75px;
	margin-bottom: 5px;
	padding: 2px 0px 0px 10px;
}

span{
	font-size: 13px;
	color:#ffffff;
}

.btn_s {
	text-align: right;
	margin-top: 5px;
}
.btn_s a,
a.btn_s {
	color: #FFFFFF;
	background-color: #94753A;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(../img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 16px;
}
.btn_s a:hover,
a.btn_s:hover {
	color: #7A6130;
	background-color: #FEFAF1;
	background-image: none;
	border-top-color: #F0E7D2;
	border-right-color: #F0E7D2;
	border-bottom-color: #F0E7D2;
	border-left-color: #F0E7D2;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	margin-top: 0px;
}

#main h2{
	font-size: 16px;
	font-weight: 130;
	width: 700px;
	height: 32px;
	background: url(../img/bg-h2_1.png) no-repeat;
	padding: 18px 0 0 20px;
	color:#876c45;
	margin-bottom: 20px;
}


#main h3{
	font-size: 16px;
	font-weight: 130;
	width: 700px;
	height: 32px;
	background: url(../img/bg-h2.png) no-repeat;
	padding: 18px 0 0 30px;
	margin-top: 20px;
	color:#876c45;
}


#main h4{
	color:#876c45;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main h5.b1{
	font-size: 15px;
	font-weight: bold;
	width: 700px;
	height: 20px;
	margin:20px 0 20px 0;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #f09199 1px;
	border-top: dotted #f09199 1px;
	color: #f09199;
}

#main h5.b2{
	font-size: 15px;
	font-weight: bold;
	width: 620px;
	height: 20px;
	margin:20px;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #3e62ad 1px;
	border-top: dotted #3e62ad 1px;
	color: #3e62ad;
}

#main h5.b3{
	font-size: 15px;
	font-weight: bold;
	width: 620px;
	height: 20px;
	margin:20px;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #82ae46 1px;
	border-top: dotted #82ae46 1px;
	color: #82ae46;
}

#main h5.b4{
	font-size: 15px;
	font-weight: bold;
	width: 620px;
	height: 20px;
	margin:20px;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #a59aca 1px;
	border-top: dotted #a59aca 1px;
	color: #a59aca;
}

#main h5.b5{
	font-size: 15px;
	font-weight: bold;
	width: 620px;
	height: 20px;
	margin:20px;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #f8b862 1px;
	border-top: dotted #f8b862 1px;
	color: #f8b862;
}

#main h5.b6{
	font-size: 15px;
	font-weight: bold;
	width: 620px;
	height: 20px;
	margin:20px;
	padding: 5px 10px 5px 10px;
	border-bottom: dotted #83ccd2 1px;
	border-top: dotted #83ccd2 1px;
	color: #83ccd2;
}

#main h6{
	border-bottom: solid #876c45 2px;
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #876c45;
background-image:url("../img/baby.png");
background-repeat: no-repeat;
	height: 22px;
	padding: 18px 10px 0px 50px;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#main .box {
	width: 200px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 10px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 3px;
 list-style: none;
}

.box2{
float: left;
width: 340px;
margin-right: 20px;
padding-bottom: 13px;
line-height: 1.2;
}

.box3{
float: left;
width: 340px;
margin-right: 0px;
padding-bottom: 13px;
line-height: 1.2;
}

#main p.big-head:first-letter {
 float: left;
 font-size: 2em;
 line-height: 0.8;
 margin: 0 0.1em 0 0;
 padding: 0.1em;
}
#main p.big-head:after { clear: both; }



/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


caption {
    padding:0 0 5px 0;
    font:italic 11px;
    text-align:right;
}

th {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header.jpg") no-repeat;
}
th.b2 {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header2.jpg") no-repeat;
}
th.b3 {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header3.jpg") no-repeat;
}
th.b4 {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header4.jpg") no-repeat;
}
th.b5 {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header5.jpg") no-repeat;
}
th.b6 {
    font:bold 14px;
    color:#ffffff;
    border:1px solid #d6c6af;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:left;
    padding:6px 6px 6px 12px;
    background:#f09199 url("../img/bg_header6.jpg") no-repeat;
}
th.nobg {
    border-top:0;
    border-left:0;
    background:none;
}
td {
    border:1px solid #d6c6af;
    background:#fff;
    padding:6px 6px 6px 12px;
    color:#333333;
}
td.alt {
    background:#fef5f7;
    color:#333333;
}
.spec {
    background:#fff;
    font:bold 10px;
    color:#333333;
}
.specalt {
    background:#fef5f7;
    font:bold 10px;
    color:#333333;
}

.specalt2 {
    background:#f3f7fc;
    font:bold 10px;
    color:#333333;
}

.specalt3 {
    background:#f7faf1;
    font:bold 10px;
    color:#333333;
}

.specalt4 {
    background:#f7f5fa;
    font:bold 10px;
    color:#333333;
}

.specalt5 {
    background:#fef4e7;
    font:bold 10px;
    color:#333333;
}

.specalt6 {
    background:#eef8f9;
    font:bold 10px;
    color:#333333;
}

.open{
     background: #ffffff;
     color: #333333;
     cursor: pointer;
     width:100px;
     padding: 5px
     }
#slideBox{
     display:none;
     }



/*テキストボックス（What's New部分）
----------------------------------------------------------*/

#main dl.textbox {
	width: 638px;			/*枠の幅*/
	height: 120px;			/*枠の高さ*/
	line-height: 25px;		/*行の高さ*/
	border-width: 1px;		/*ボーダー枠の太さ*/
	border-style: solid;		/*ボーダー枠スタイル*/
	border-color: #cccccc;		/*ボーダー枠カラー*/
	padding: 5px;
	margin: 15px 20px 15px 20px;
	overflow: auto;
}

* html #main dl.textbox {
	width: 648px;	/*IE6用*/
}

#main dl.textbox dt {
	color: #000000;		/*更新日時部分の文字色*/
	font-weight: bold;	/*更新日時部分の文字の太さ*/
	background-image: url(images/icon01_c61c65.gif);	/*更新日時の先頭に表示される画像*/
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-right: 10px;
	float: left;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
	margin-top: 10px;
}

#sub h3{
	font-size: 14px;
	font-weight: bold;
	width: 230px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 12px 0 0 20px;
     color: #876c45;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #d6c6af 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #d6c6af 1px;
}

#sub .box {
	border-bottom: solid #d6c6af 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


dl	{
	padding: 0 5px;
	margin-bottom: 15px;
}
dt	{
	background: url(../img/dt.gif) no-repeat 5px 10px;
	padding: 0px 5px 0px 18px;
	font-weight: bold;
	border: 1px solid #727272;
	margin-bottom: 10px;
}
dd	{
	padding: 5px 5px 5px 15px;
}
dd li	{
	background: url(../img/icon.gif) no-repeat 0 7px;
	padding: 5px 0 0 10px;
}

#pageTop{
	background:#876c45;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	background:#b28c6e;
	}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#main table {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#main table.mytable {
    width:640px;
    margin:0 20px 20px 21px; padding:0;
    border:0;
    border-spacing:0;
    border-collapse:collapse;
}

#main table td {
	padding: 5px;
	border: 1px solid #d6c6af;
	font-size: 13px;
}
#main table th {
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
}
#main form table th {
	width: 127px;
}

#main table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color:#876c45;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d6c6af;
	border-right-color: #d6c6af;
	border-bottom-color: #d6c6af;
	border-left-color: #d6c6af;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

#main table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #d6c6af;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}

#main table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E18398;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6c6af;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d6c6af;
	border-left-color: #d6c6af;
}
#main table.table_menu th span {
	font-size: 10px;
	color: #D44566;
}
#main table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #d6c6af;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#main .table_menu strong {
	font-size: 14px;
	color: #D44666;
	padding-right: 5px;
	padding-left: 5px;
}
#main table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main p.big{
font-size: 15px;
padding-left: 15px;
}


#main p.big2{
font-size: 13px;
padding-left: 13px;
}

div.kadomaru {
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background-color: #fcf1f2;   /* 背景色 */
   padding: 10px;
   margin-top: 15px;
	height: 220px;
}

div.kadomaru2 {
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background-color: #fcf1f2;   /* 背景色 */
   padding: 10px;
   margin-top: 15px;
	height: 70px;
}

div.kadomaru3 {
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background-color: #fcf1f2;   /* 背景色 */
   padding: 10px;
   margin-top: 15px;
	height: 85px;
}