@charset "UTF-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.clr {
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

#wrap {
	width:840px;
	margin:0 auto;
	padding:0 0 20px 0;
}

header {
	height:60px;
	padding:0 0 3px 0;
	margin:0;
	background:url("img/tel.jpg") no-repeat right top;
}

#logo {
	padding:9px 0 0 0;
}

nav {
	height:50px;
	padding:0;
	margin:0;
	background:url("img/line.jpg") right no-repeat;
}

nav ul {
	list-style:none;
}

nav li {
	float:left;
	height:50px;
	background:url("img/line.jpg") left top no-repeat;
}

nav a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3A3A3A;
	font-size:16px;
	text-align:center;
	display:block;
	width:140px;
	padding:16px 0 0 0;
	height:34px;
	margin:0;
	text-shadow: 1px 1px 3px #666;
	line-height:80%;
}

nav span {
	font-size:10px;
	font-family:"Courier New", Courier, monospace;
	color:#AFAFAF;
	text-shadow:none;
}

nav a:hover {
	color:#366;
}

section {
	float:left;
	width:600px;
	margin:0;
	padding:20px 0 0 0;
}

aside {
	float:right;
	width:200px;
	margin:20px 0 0 0;
	padding:10px;
	background:#DAFFDB;
}

#news {
	margin:0 0 10px 0;
	border-left:1px solid #26FF82;
	border-right:1px solid #26FF82;
	border-bottom:1px solid #26FF82;
	background:#FFF;
}

#news h4 {
	background:#2B6C33;
	font-size:16px;
	border-left:4px #2BA338 solid;
	padding:3px 0 3px 8px;
	text-align:left;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news dl {
	list-style-type:none;
	padding:10px 15px;
}

#news dd {
	padding:0 0 10px 0;
}

#news a {
	text-decoration:underline;
	color:#2E2E2E;
}

address {
	border-left:1px solid #26FF82;
	border-right:1px solid #26FF82;
	border-bottom:1px solid #26FF82;
	background:#FFF;
}

address h4 {
	background:#2B6C33;
	font-size:16px;
	border-left:4px #2BA338 solid;
	padding:3px 0 3px 8px;
	text-align:left;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

address h5{
	font-size:12px;
	line-height:120%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:10px 15px;
	color:#2E2E2E;
}

.go_top {
	clear:both;
	text-align:left;
	padding:20px 0;
}

.go_top a {
	color:#2E2E2E;
	text-decoration:none;
}

footer {
	text-align:left;
	border-top:2px solid #E8E8E8;
	padding:20px 0 0 0;
}

footer a {
	color:#2E2E2E;
	padding:1px 5px;
	font-size:14px;
	line-height:120%;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

footer p {
	font-size:8px;
	text-align:right;
}