body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(./images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
	
/*■コンテンツ全体コンテナ*/
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(./images/header1.jpg);
	background-repeat: no-repeat;
}

/*■ヘッダ全体コンテナ*/
#header {
}
h1 {
	color: #333333;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
}
/*■ヘッダ内タイトルロゴ*/
.logo {
	width: 728px;
	height: 220px;
}
.logo img {
	border:0px;
}


/*■中央コンテンツ全体コンテナ*/
#contents {
	margin: 0px;
	padding: 0px;
}

/*■メイン*/
#main {
	margin: 0 0 10px;
	padding: 0px 0px 0px 10px;
	height: auto;
	width: 482px;
	float: left;
}
#main .img {
	padding-right: 10px;
	border-style: none;
}

/*■パンくず*/
#pan {
	font-size: 12px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	padding: 0px 0px 5px 10px;
}
	
#main h3 {
	border-bottom: 2px dotted #999999;
	color: #000000;
	font-size: 14px;
	padding: 5px 0px 5px 5px;
}

#main h4 {
	margin: 0px;
	border-bottom: 2px dotted #999999;
	font-size: 12px bold;
}

#main h5 {
	font-size: 12px bold;
	border-top: 2px dotted #999999;
	margin-top: 10px;
}

#main p {
	font-size: 14px;
	line-height: 150%;
	padding-left: 20px;
}

#main .noborder img {
	margin:5px 0px;
	border: 0;
}

/*■トップページ内ブロック*/
#main .block1 {
	margin:0;
	padding: 10px 0;
	font-size: 12px;
}
#main .block1 li {
	padding:0px 0px 0px 18px;
	margin: 3px 0px 0px; 
	list-style-type: none
}

#main .block1 img {
	margin: 0px;
	float: left;
	padding: 0px 10px 10px 0px;
	border:0;
}

/*■免責ブロック*/
#main .block5 {
	font-size: 12px;
	margin:10px 0px 20px;
}

/*サイドナビ全体コンテナ*/
#sidenavi {
	width: 215px;
	float: right;
}

/*サイドナビ項目見出し*/
#sidenavi h4 {
	border-bottom: 2px dotted #999999;
	font-size: 14px;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

#menubottun {
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
}
#menubottun a {
	display:block;
	width:200px;
	height:60px;
	background-image:url(images/menubutton.jpg);
	background-repeat:no-repeat;
}
#menubottun a:hover {
background-image:url(images/menubutton_a.jpg);
background-repeat:no-repeat;
} 

#menubottun2 {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}
#menubottun2 a {
	display:block;
	width:200px;
	height:60px;
	background-image:url(images/menubutton.jpg);
	background-repeat:no-repeat;
}
#menubottun2 a:hover {
	background-image:url(images/menubutton_a.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
} 

#sidenavi li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style: none;
	font-size: 12px;
}

/*フッタ*/

#footer {
	clear: both;
	color: #333333;
	margin:0px;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer_linklist {
	margin:0px;
	padding:0px 0px 3px;
	font-size: 12px;
	text-align: center;
}

address {
	margin: 0px 0px 10px;
	padding:0px;
	font-size: 12px;
	text-align: center;
	font-style: normal;
}

.bold {
	font-weight: bold;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
}

.pinkbold {
	font-weight: bold;
	color: #FF6699;
}

.bluebold {
	font-weight: bold;
	color: #0000FF;
}

.purplebold {
	font-weight: bold;
	color: #990066;
}

.underline {
	font-weight: normal;
	text-decoration: underline;
}

/*テーブルの塗り*/
.b2 {background-color : #ffffff ;}
.d5 {background-color : #e5e5ff ;}
