* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	color: blue;
	text-decoration: none;
}

a img {
	border:none;
}

/*ベース--------------------------------------------------------*/

#base {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
/*ヘッダー------------------------------------------------------*/

#header {
	width:800px;
	height:150px;
}

img.back {
	position: absolute;
	z-index: 1;
}

img.front {
	position: relative; top: 55px; left: 110px;
	z-index: 2;
}
/*ナビゲーション------------------------------------------------*/

#nav {
	height: 30px;
	background-image: url(img/nav_bar.gif);
	border: solid 1px #ccc;
	margin: 5px auto;
	padding-top: 5px;
	padding-right: 10px;
}

#nav p {
	text-align: right;
	font-size: 18px;
}

#nav a {
	font-size: 18px;
}
/*コンテンツ----------------------------------------------------*/

#contents {
	width: 590px;
	float: right;
	padding: 20px 15px;
	border: solid 1px #ccc;
}

h1,h2,h3,h4 {
	font-size: 16px;
	color: #66CDAA;
	margin: 10px auto;
	text-indent: 1.8em;
	background-image: url(img/mark01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p,#contents li {
	color: #444;
	line-height: 25px;
}

#contents ul,ol {
	margin: 20px;
}
/*サイド・メニュー----------------------------------------------*/

#side {
	width: 160px;
	float: left;
	background-image: url(img/side.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	border: solid 1px #ccc;
}

#side ul {
	width: 140px;
	margin-bottom: 20px;
	margin: auto;
}

#side li {
	list-style-type: none;
	margin-bottom: 2px;
}

#side li a {
	display: block;
	width: 135px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;

}

#side li a:hover {
	background-color: #aaa;
}

#side ul {
	margin-bottom: 20px;
}
}
#side ul.kumiawase li a {
	border: 2px solid #ccc;
	line-height: 1.8;
	margin: 10px auto;
	height: 60px;
}

h5 {
	text-align: center;
	color: #708090;
}
/*フッター------------------------------------------------------*/

#footer {
	clear: both;
	height: 50px;
	text-align: center;
	border: solid 1px #ccc;
}

address {
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
}

