/*==================================

2010.09.15 Hagihala wrote...

==================================*/

{
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 30px;
	width: 560px;
}

table.pad05 td {
	padding: 5px;
}

table.pad10 td {
	padding: 10px;
}

/*
	被害場所から商品を択ぶ 2010.09.15 Hagihala wrote
_____________________________________________________________*/


div#itemListbox {
	height: 527px;
	background: url(images/1_0201.gif) left top no-repeat;
}

div#itemListbox ul#itemList {
	list-style: none;
	position: relative;
}

div#itemListbox ul#itemList li {
	list-style: none;
}

div#itemListbox ul#itemList li#l01 {
	position: absolute;
	top: 62px;
	left: 9px;
}

div#itemListbox ul#itemList li#l02 {
	position: absolute;
	top: 22px;
	left: 275px;
}

div#itemListbox ul#itemList li#l03 {
	position: absolute;
	top: 358px;
	left: 9px;
}

div#itemListbox ul#itemList li#l04 {
	position: absolute;
	top: 443px;
	left: 107px;
}

div#itemListbox ul#itemList li#l05 {
	position: absolute;
	top: 418px;
	left: 243px;
}

div#itemListbox ul#itemList li#l06 {
	position: absolute;
	top: 397px;
	left: 330px;
}

div#itemListbox ul#itemList li#l07 {
	position: absolute;
	top: 447px;
	left: 397px;
}

div#itemListbox ul#itemList li#l08 {
	position: absolute;
	top: 324px;
	left: 472px;
}

div#itemListbox ul#itemList li#l09 {
	position: absolute;
	top: 0;
	left: 394px;
}

/*
	見出し3のみスタイル指定 2010.09.15 Hagihala wrote
_____________________________________________________________*/


h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 1em;
	padding: 5px 14px;
  	background: url(../common/images/h3_bg.jpg) bottom left repeat-x;
	color: #333333;
}

h4 {
	font-size: 1.17em;
	font-weight: bold;
	border-bottom: 1px #666666 solid;
	text-align: left;
	padding-bottom: 0.3em;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
    color: #333333;
}

/*
	ページ間移動ナビゲーションのスタイル 2010.09.15 Hagihala wrote
_____________________________________________________________*/

ul#localLink {
	text-align: center;
	margin-top: 1.5em;
}

ul#localLink li {
	display: inline;
	margin: 0 3px;
}

ul#localLink li a {
	background-color: #99CCFF;
	/*color: #FFFFFF;*/
	padding: 3px 6px;
}

ul#localLink li.current {
	font-weight: bold;
}

ul#localLink li#pageBack a {
	background-color: #FFFFFF;
	color: #0000FF;
	border: 1px #CCCCCC solid;
	padding: 3px 6px;
	text-decoration: none;
}

ul#localLink li#pageNext a {
	background-color: #FFFFFF;
	color: #0000FF;
	border: 1px #CCCCCC solid;
	padding: 3px 6px;
	text-decoration: none;
}

img.btn {}