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

img{
    border:none;
}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#362F2D;
}

#wrap{
	margin: 5px auto;
	padding: 0px;
	width: 710px;
	background-color:#f7f7f5;
}

#header{
	height: 123px;
	background-image: url(images/header.jpg);
}

h1{
	font-size: 32px;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 400px 10px 0px;
	text-align:center;
}

h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#left{
	float: left;
	width: 229px;
	padding:0 3px;	
}

.search{
	height: 84px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	overflow:hidden;
	margin-bottom:5px;
}

.search-text{
	font-size: 13px;
	font-weight: normal;
	padding:15px 0 5px 10px;
	font-weight:bold;
}

.sidebar{
	border: 1px solid #cbcbc9;
	background: url(images/bana1.jpg) top no-repeat;
	padding-top:33px;
	margin-bottom:5px;
}

.sidebar ul li {
	background: url(images/line.jpg) center bottom no-repeat;
	padding:10px;
	line-height:15px;
	
}

.sidebar ul li img{
	padding-right: 10px;
	padding-bottom:5px;
}

.links{
	border: 1px solid #cbcbc9;
	background: url(images/bana2.jpg) top no-repeat;
	margin-bottom:5px;
	padding:33px 0 0 0;
	font-size:10px;
	clear:both;
}

.links ul{
    margin:5px;
}

.links ul li{
	display: inline;
	line-height:15px;
	overflow:hidden;
}

.links ul li a{
	color: #555555;
	text-decoration:none;
	margin-left:5px;
}

.menu-title{
	margin-bottom: 5px;
}

.menu-title a{
	font-size: 14px;
	color: #f26522;
}

.menu-title a:hover{
	text-decoration: none;
}

.information{
    padding:10px;
	line-height:18px;
}

.information a{
    background:url(images/pointer.jpg) left center no-repeat;
    padding-left:10px;
    color:#f26522;
}

.ad{
	padding: 10px;
	text-align: center;
}

#right{
	float: right;
	width: 469px;
	padding:0 3px;	
}

#navi{
	margin-bottom: 5px;
}

#navi ul li{
   float:left;
   text-indent:-8888px;
}

#navi ul li a{
	height: 31px;
	display:block;
}

#navi ul li a:hover{
	background-position:0 -31px;
}

#navi ul li.menu1 a{
	background-image: url(images/menu1.jpg);
	width: 118px;
}

#navi ul li.menu2 a{
	background-image: url(images/menu2.jpg);
	width: 115px;
}

#navi ul li.menu3 a{
	background-image: url(images/menu3.jpg);
	width: 117px;
}

#navi ul li.menu4 a{
	background-image: url(images/menu4.jpg);
	width: 116px;
}

.contents{
    clear:both;
	width: 99%;
	border: 1px solid #cbcbc9;
	margin-bottom:5px;
}

h2{
	background: url(images/bg-title.jpg) no-repeat;
	font-size:13px;
	font-weight:bold;
	height:23px;
	margin-left:8px;
	padding-left:10px;
	padding-top:5px;
	color:#3e3d3d;
}

h3{
    background-image:none;
    border-left:#878785 solid 3px;
    border-bottom:#878785 dotted 1px;
	font-size:12px;
	margin-right:20px;
	margin-left:10px;
	padding:2px 0 2px 8px;
	color:#3e3d3d;
}

.welcome{
	font-size: 14px;
	font-weight: bold;
	color: #005B7F;
	padding: 20px 0 0px 20px;
}

#guide{
	padding: 10px 0;
	font-size:11px;
	color: #005B7F;
	background: url(images/line.jpg) 10px bottom no-repeat;
}

#guide ul li{
	background: url(images/pointer2.jpg) left center no-repeat;
    padding-left:10px;
	display:inline;
}

#guide ul li.toppage {
    background-image:none;
}

#guide ul li a{
    text-decoration:none;　　
}

#guide ul li a:hover{
    text-decoration:underline;
}

.contents p{
	line-height: 18px;
	padding: 2px 10px;
}

#footer{
	clear:both;
	background: url(images/bottom1.jpg) left bottom no-repeat;
	padding-left:5px;
}

.copyright{
	background: url(images/bottom2.jpg) left bottom repeat-x;
	color:#FFFFFF;
	text-align:right;  
}

.copyright a{
	color: #FFFFFF;
	text-decoration: none;
}

.clear{
	clear:both;
}

/* data-table */
.data{
	width: 450px;
	border-collapse:collapse;
	margin-left:5px;
	margin-bottom:20px;
}

.data td{
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
}

.data th{
	border-bottom: 1px dotted #cccccc;
	padding: 5px;
}

/* フォント */
.red {
	color: #FF0000;
}
