@charset "shift_jis";


body, div, table, tr, td, th, h1, h2, h3, h4, p, ul, li, dl, dt, dd, ol {
	margin:0;
	padding:0;
	color:#555555;
	font-size:14px;
	line-height:150%;
}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

ul, li {
	list-style:none;
}

a:link {
	color:#0054D4;
}
a:visited {
	color:#0054D4;
}
a:hover {
	color:#339900;
}

body {
	background-image: url(wall_body.gif);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin:0 auto;
	text-align:left;
	margin-top:12px;
}


#header {
	/*
	position:relative;
	width:900px;
	*/
	
	/*
	height:100px;
	*/
	background:url(wall.gif);
	text-align:center;
}



#header #site-title {
	width: 391px;
	height: 55px;
	position: absolute;
	top: 27px;
	left: 7px;
	background-image: url(title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}

#header #site-title a {
	display:block;
	width: 190px;
	height: 55px;
}





/* --------------------------------*/
/* フッタ */
/* --------------------------------*/
#footer {
	clear:both;
	background-image:url(footer_wall.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:115px;
	border-top:20px solid #ffffff;
	position:relative;
}


#footer-address {
	font-size:11px;
	position:absolute;
	left:10px;
	top:42px;
}

#footer-menu ul li a {
	display:block;
	float:left;
	font-size:12px;
	margin-left:12px;
	line-height:30px;
}

#copyright {
	position:absolute;
	top:75px;
	left:0px;
	text-align:right;
	width:890px;
	font-size:10px;

}

/* --------------------------------*/
/* サイドバー */
/* --------------------------------*/

#side-bar {
	width:230px;
	float:left;
}

div.side-menu-container ul li{
	display:block;
	margin-bottom:2px;
	border-bottom:1px solid #b9b8b3;
}

div.side-menu-container ul li a{
	width:200px;
	display:block;
	background-image:url(side_menu.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:14px 0px 13px 30px;
	font-size:15px;
	color:#656563;
	text-decoration:none;
}

div.side-menu-container ul li a:hover {
	background-position:-230px 0;
}

body.no1 div.side-menu-container ul li#menu1 a {
	background-position:-230px 0;
}
body.no2 div.side-menu-container ul li#menu2 a {
	background-position:-230px 0;
}
body.no3 div.side-menu-container ul li#menu3 a {
	background-position:-230px 0;
}
body.no4 div.side-menu-container ul li#menu4 a {
	background-position:-230px 0;
}
body.no5 div.side-menu-container ul li#menu5 a {
	background-position:-230px 0;
}
body.no6 div.side-menu-container ul li#menu6 a {
	background-position:-230px 0;
}
body.no7 div.side-menu-container ul li#menu7 a {
	background-position:-230px 0;
}
body.no8 div.side-menu-container ul li#menu8 a {
	background-position:-230px 0;
}


/* --------------------------------*/
/* コンテンツ */
/* --------------------------------*/
#contents {
	width:640px;
	float:right;
}




/* 共通 */

.caption1 {
	width:640px;
	height:42px;
	line-height:42px;
	font-weight:bold;
	background-image:url(caption_wall.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:20px;
	margin-bottom:10px;
}
.caption2 {
	color:#22537b;	
	line-height:15px;
	font-size:14px;
	font-weight:bold;
	background-image:url(maru.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:19px;
	margin:1em 0;
}

.text-area {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	border-left:3px solid #f0f0f0;
	/*font-size:13px;*/
}

.clear {
	clear:both;
}

.normal-text {
	font-size:82%;
	line-height:140%;
}

dl.normal-dl dd {
	margin-left:2em;
	margin-bottom:7px;
}

dl.dt-bold dt {
	font-weight:bold;
}

.narrow {
	line-height:110%;
}

.normal-list li {
	margin-bottom:5px;
}


ol.normal-ol {
	padding-left:25px;
}


ol.list-decimal {
	list-style:decimal;
}
ol.list-decimal li {
	list-style:decimal;
	margin-left:24px;
}

.sage1 {
	margin-left:15px;
}

.sage2 {
	margin-left:30px;
}


.sage3 {
	margin-left:45px;
}

.sage4 {
	margin-left:60px;
}

.sage5 {
	margin-left:75px;
}

.sage6 {
	margin-left:90px;
}


.sage4decimal {
	margin-left:82px;
}

.space1 {
	margin-bottom:10px;
}
.space2 {
	margin-bottom:20px;
}
.space3 {
	margin-bottom:30px;
}
.space4 {
	margin-bottom:40px;
}
.space5 {
	margin-bottom:50px;
}

.topspace1 {
	margin-top:10px;
}
.topspace2 {
	margin-top:20px;
}
.topspace3 {
	margin-top:30px;
}


hr.hasen {
	border:dotted #0d73b5;
	border-width:1px 0px 0px 0px;
	height:1px;
	margin-top:7px;
	margin-bottom:7px;
	/*margin:7px 0;*/
}



dl.dd-list dt {
	margin-top:10px;
}
dl.dd-list dd {
	margin-left:18px;
	padding-left:7px;
	text-indent:-7px;
	margin-bottom:3px;
}

div.hasen {
	border-bottom:1px dotted #0d73b5;
	height:1px;
	margin-bottom:20px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}


.level1 {
	margin-left:1em;
}

.level2 {
	margin-left:2.5em;
	text-indent:-0.5em;
}

.level3 {
	margin-left:4em;
	text-indent:-1em;
}

.jikan1 {
	letter-spacing:1em;
}


.float-left {
	float:left;
}
.float-right {
	float:right;
}

.small {
	font-size:77%;
}
.large {
	font-size:100%;
}

.setsumei {
	background-color:#eaf1f8;
	padding:10px;
	font-size:93%;
	line-height:130%;
}


ul.list-disc {
	list-style:disc;
	padding-left:1em;

}
ul.list-disc li {
	list-style:disc;
}
table.td10 td {
	padding-right:10px;
}

table.td-top td {
	vertical-align:top;
}

.jisage-shikaku {
	padding-left:1.3em;
	text-indent:-1.3em;
}




table.wakusen {
	border-collapse: collapse;
	border: solid #70a2cd 1px;
}

table.wakusen th {
	border: solid #70a2cd 1px;
	padding:3px;
	background-color:#dce8f3;
	font-size:82%;
	
}
table.wakusen td {
	padding:5px;
	border: solid #70a2cd 1px;
	font-size:82%;
}

table.wakusen-nashi {
	border-collapse: collapse;
	border:none;
}

table.wakusen-nashi td {
	border:none;
	font-size:100%;
	padding:0px;
}

table.side-padding1 td {
	padding:2px 5px;
}

table.yokosen td {
	border-top:solid #70a2cd 1px;
}
table tr.yokosen td {
	border-top:solid #70a2cd 1px;
}


table.yokosen2 td {
	border-top:solid #b5d4e8 1px;
}
table.yokosen2 tr.no-line td {
	border-top:none;
}


table.updown-wide1 td {
	padding-top:2px;
	padding-bottom:2px;
}

table.updown-wide2 td {
	padding-top:4px;
	padding-bottom:4px;
}


a.link-head {
	
	background-image:url(link_head.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:2px 0 2px 14px;
}
a.pdf-icon {
	
	background-image:url(icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:3px 0 4px 20px;
	display:block;
}

.red {
	color:#FF0000;
}
.yamabuki {
	color:#FFB500;
}
.bold {
	font-weight:bold;
}

.wide-height {
	line-height:150%;
}

hr.line {
	border:solid #70a2cd;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	clear:both;
}

.super {
	vertical-align: super;
	font-size:82%;
}


/*右側に配置する写真用*/
img.photo-right {
	float:right;
	padding-left:10px;
}

.font15 {
	font-size:15px;
}
.font14 {
	font-size:14px;
}
.font13 {
	font-size:13px;
}
.font12 {
	font-size:12px;
}
.font11 {
	font-size:11px;
}