@charset "UTF-8";

/*--------------------------------------
	Style Name : print Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	*font-size:75%;
	line-height:1;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

/*--------------------------------------
	Inline-level Elements
--------------------------------------*/

em,
strong,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

img,
embed,
object {
	vertical-align:bottom;
	border:none;
}

/*--------------------------------------
	div.seciton
--------------------------------------*/
#container {
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	line-height: 2em;
	overflow: hidden;
}

#container .sectionL {
	margin-bottom: 20px;
	float: left;
	width: 150px;
	margin-right: 20px;
}

#container .sectionR {
	float: right;
	width: 450px;
	margin-bottom: 20px;
}

#container .sectionL dl dt {
	font-weight: bold;
	color: #0C8E40;
	background-image: url(../images/common/icon_square_01.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}

#container .sectionL dl dd {
	margin-left: 20px;
}

#container h1 {
	font-size: 20px;
	font-weight: bold;
	color: #1C8E40;
	text-align: center;
	margin-bottom: 10px;
}

#container h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

#container .section {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 568px;
}

#container .section ul li {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}
