﻿@charset "utf-8";
/* CSS Document */

#centerbox{
	width:600px;
	margin:0 auto;
	height:auto;
	clear:both;

	position: relative;
        font-size: 80%;
}

#centerbox2{
	width:600px;
	margin:0 auto;
	height:auto;
	clear:both;
}

.titlehead{
	color:#153173;
	font-size:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 8px;
	padding-left: 15px;
	margin-top:8px;
	}

.h1_image{
  background-image:url(../sitemap/images/h1.jpg);
}


/* ------------------------------------------------------------ */

#centerbox h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 5px 5px 0px;
	padding: 5px 5px 5px 5px;
	background: #dddddd;
}

#centerbox .row1 {
	clear: both;
}

#centerbox .row2 {
	width: 200px;
	float: left;
}

#centerbox .row2 ul {
	list-style: none;
}

#centerbox .row2 li {
	margin:0px 0px 0px -30px;
	padding:0px 0px 8px 13px;
	background: url(../lib_images/listimg-1.gif) no-repeat left top;
}


