@charset "UTF-8";

/*-----------------------------------------------
default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, td, th {
	font-size:13px;
	*font-size: small;
	*font: x-small;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	color:#444;
	line-height:1;
	text-decoration:none;
}

ul,li {
	list-style:none;
}

img,fieldset {
	border:0;
}

a {
	color: #444;
	text-decoration: none;
}
	
a:hover {
	color: #0975ff;
	text-decoration: none;
}

/*-----------------------------------------------
 design
-----------------------------------------------*/
#container {
	width: 570px;
	height: auto;
	padding: 20px 0;
	background-color: #fff;
}

h1 {
	width: 557px;
	margin-left: 7px;
}

.wrapper {
	width: 565px;
	margin: 5px 0 0 3px;
	background: url(../img/bottom.gif) bottom no-repeat;
}

.wrapper h2 {
	width: 565px;
	height: 32px;
	background: #fff url(../img/top.gif) top no-repeat;
	text-align: left;
}

.wrapper h2 img {
	margin: 13px 0 0 24px;
}

.wrapper .contents {
	width: 537px;
	margin: 8px 0 8px 18px;
	padding-bottom: 10px;
	overflow: auto;
}

.wrapper .contents .item {
	width: 179px;
	height: 50px;
	float: left;
	margin-bottom: 8px;
}

.wrapper .contents .item p {
	float: left;
	text-align: left;
}	

.wrapper .contents .item p.line {
	margin-top: 18px;
	padding-left: 20px;
	background: url(../img/yajirushi.gif) left bottom no-repeat;
}
	
.wrapper .contents .item p.line_2 {
	margin-top: 12px;
	line-height: 1.2;
	padding-left: 20px;
	background: url(../img/yajirushi_2.gif) left bottom no-repeat;
}
	
