@charset "UTF-8";

/*
 * format.css
 *
 * create: 2010-05-13
 * update: 2010-05-28 (Nakahara@MonkeyWorks)
 *
 */



/* margin control
============================================================ */
.article {
	margin-bottom: 90px !important;
}

.section {
	margin-bottom: 60px !important;
}

.part {
	margin-bottom: 30px !important;
}

.stick {
	margin-bottom: 0 !important;
}

#main p {
	margin-bottom: 13px;
}



/* heading
============================================================ */

/* heading01
------------------------------ */
.heading01 {
	margin-bottom: 1.875em;
	padding: 0 0 20px 0;
	font-size: 161%; /* 21px */
	font-weight: bold;
	color: #4c1802;
	background: url(../../img/common/border02.gif) repeat-x 0 bottom;
}


/* heading02
------------------------------ */
.heading02 {
	padding: 0 0 4px 0;
	margin-bottom: 1.231em;
	font-size: 131.3%; /* 16pt */
	font-weight: bold;
	color: #5e8f00;
	background: url(../../img/common/heading02-bottom.png) no-repeat 0 bottom;
}

.heading02 span {
	padding: 4px 0 0 25px;
	display: block;
	background:url(../../img/common/heading02.png) no-repeat 0 0;
}

.heading02 a {
	color: #5e8f00;
	text-decoration: none;
}

/* heading03
------------------------------ */
.heading03 {
	display: block;
	margin-bottom: 1.231em;
	padding: 8px 0 9px 16px;
	border-bottom: 1px dashed #b4745a;
	line-height: 1.0;
	font-size: 107.7%; /* 14px */
	font-weight: bold;
	background: url(../../img/common/heading03.gif) no-repeat 2px center;
	color: #5e8f00;
}

/* heading04
------------------------------ */
.heading04 {
	margin-bottom: 0.769em;
	padding: 3px 6px;
	border-left: 4px solid #4c1802;
	line-height: 1.0;
	font-weight: bold;
}

/* heading05
------------------------------ */
.heading05 {
	background: url(../../img/common/heading05.png) no-repeat left center;
	padding: 0 0 0 16px;
	margin-bottom: 8px;
	font-weight: bold;
}



/* list
============================================================ */

/* ol.format01
------------------------------ */
ol.format01 {
	margin-bottom: 13px;
}

ol.format01 li {
	list-style: decimal;
	margin: 5px 0 5px 40px;
}

ol.format01 ol {
	margin: 8px 0 11px;
}

/* ul.format01
------------------------------ */
ul.format01 {
	margin-bottom: 13px;
}

ul.format01 li {
	list-style: disc;
	margin: 5px 0 5px 40px;
}

ul.format01 ul {
	margin: 8px 0 11px;
}

ul.format01 li li {
	list-style: circle;
}

/* ul.format02
------------------------------ */
ul.format02 {
	margin-bottom: 13px;
}

ul.format02 li {
	margin: 5px 0 5px 40px;
}

ul.format02 ul {
	margin: 8px 0 11px;
}

ul.format02 li li {
}

/* dl.format01
------------------------------ */
dl.format01 {
	margin-left: 20px;
	margin-bottom: 13px;
}

dl.format01 dt {
	margin-bottom: 2px;
	font-weight: bold;
}

dl.format01 dd {
	margin-bottom: 13px;
}

/* dl.format02
------------------------------ */
dl.format02 {
	margin-bottom: 16px;
	padding: 14px 19px 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-opera-border-radius: 5px;
	background: #f6f6f6;
}

dl.format02 dt {
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

dl.format02 dd {
	margin-bottom: 13px;
}

/* dl.accordion
------------------------------ */
dl.accordion {
	margin: 0 20px 13px;
}

dl.accordion dt img {
	float: left;
	margin-right: 16px;
}

dl.accordion dd img {
	float: left;
	margin-right: 16px;
}

dl.accordion dt a {
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}

dl.accordion dt {
	border-bottom: dashed 1px #cbb098;
	padding:10px 0 11px 0;
	font-weight: bold;
}

dl.accordion dd {
	border-bottom: dashed 1px #cbb098;
	padding:10px 0 11px 36px;
	margin-bottom: 13px;
	background: #fdeddb;
}




/* table
============================================================ */
table.format01 {
	margin-bottom: 16px;
	border: 1px solid #a99c70;
}

table.format01 th {
	padding: 7px 10px 6px;
	border-right: 1px solid #a99c70;
	border-bottom: 1px solid #a99c70;
	background: #dcf1b2;
	font-weight: bold;
	color: #655314;
	text-align: left;
	vertical-align: middle;
}

table.format01 td {
	padding: 7px 10px 6px;
	border-right: 1px dotted #a99c70;
	border-bottom: 1px dotted #a99c70;
	background: #fff;
	color: #655314;
	text-align: left;
	vertical-align: middle;
}



/* column layout
============================================================ */
.pause {
	float: right !important;
	margin-right: 0 !important;
}

/* 1
------------------------------ */
.wrap1 .column {
	width: 98%;
}



/* 1:1
------------------------------ */
.wrap11 .column {
	float: left;
	width: 327px;
	margin-right: 2%;
}



/* 1:1:1
------------------------------ */
.wrap111 .column {
	float: left;
	width: 32%;
	margin-right: 1.95%;
}



/* 2:1
------------------------------ */
.wrap21 .main {
	float: left;
	width: 64%;
}

.wrap21 .sub {
	float: right;
	width: 34%;
}



/* 1:2
------------------------------ */
.wrap12 .main {
	float: right;
	width: 64%;
}

.wrap12 .sub {
	float: left;
	width: 34%;
}



/* 1:1:1:1
------------------------------ */
.wrap1111 .column {
	float: left;
	width: 23.4%;
	margin-right: 2.1%;
}



/* 3:1
------------------------------ */
.wrap31 .main {
	float: left;
	width: 74%;
}

.wrap31 .sub {
	float: right;
	width: 24%;
}



/* 1:3
------------------------------ */
.wrap13 .main {
	float: right;
	width: 74%;
}

.wrap13 .sub {
	float: left;
	width: 24%;
}



/* index
------------------------------ */
.index {
	position: relative;
	width: 690px;
	margin-right: -18px;
	overflow: hidden;
}

.index .linkArrow {
	display: block;
	background-position: 0 0.15em;
}

.index dl.column {
	background: url(../../img/common/box01-bottom.png) no-repeat left bottom;
	padding: 0 0 3px 0;
}

.index dl.column dd {
	background: url(../../img/common/box01-middle.png) repeat-y left top;
	padding: 0 16px;
}

.index dl.column dt span {
	display: block;
	background: url(../../img/common/box01-top.png) no-repeat left top;
	padding: 15px 12px 10px 38px;
	color: #5e8f00;
	font-weight: bold;
}

.index dl.column {
	width: 328px;
	margin-right: 17px;
}

.index dl.column div.column {
	width: 140px;
}



/* related
------------------------------ */
.related {
	background: url(../../img/common/box02-bottom.png) no-repeat left bottom;
	padding: 0 0 2px;
}

.related .inner {
	background: url(../../img/common/box02-top.png) no-repeat left top;
	padding: 6px 0 0 0;
}

.related .inner dl {
	background: url(../../img/common/box02-middle.png) repeat-y left top;
}

.related .inner dl.format02 {
	padding: 14px 19px 3px;
	border: none;
	margin: 0;
}

.related .inner dl.format02 dt {
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.related .inner dl.format02 dd {
	margin-bottom: 1.5em;
}







/* end
============================================================ */

