* {
		margin: 0px;
		padding: 0px;
}

/* ボディー */
body {
		line-height:1.4;
		color:#333;
		font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
		font-size:0.9em;
}

a {
		color: #09F;
		text-decoration: none;
}

a:hover {
		color: #09F;
		text-decoration: underline;
}


/* 画像の配置 */
img {
		border-style:none;
}
figure {
		margin: 0;
}

/* ヘッダー */
header {
		width: 900px;
		margin: 0px auto;
		overflow: hidden;
}

header h1 {
		margin: 20px 0 0 0;
}
header h1 a:hover {
		position: relative;
		bottom: 2px;
}
header h1 a:active {
		position: relative;
		top: 0px;
}


/* 案内ナビ */

guid_navi ul {
		float: right;
		margin-top: -30px;
}
guid_navi ul li {
		float: left;
		font-size: 11px;
		list-style-type: none;
}
guid_navi ul li a {
		padding: 0px 5px 0px 5px;
		border-left: 1px solid #aaaaaa;
}
guid_navi ul li:first-child a {
		border-left:0;
}

/* メニュー */

top_navi ul {
		width: 900px;
		height: 30px;
		margin: 10px 0 20px 0;
		text-align: center;
		background-color: #777777;
		border-radius: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(#888888), color-stop(50%, #777777),color-stop(51%, #666666), to(#777777));
		background: -webkit-linear-gradient(#888888 0%, #777777 50%, #666666 51%, #777777 100%);
		background: -moz-linear-gradient(#888888 0%, #777777 50%, #666666 51%, #777777 100%);
		background: -o-linear-gradient(#888888 0%, #777777 50%, #666666 51%, #777777 100%);
		background: -ms-linear-gradient(#888888 0%, #777777 50%, #666666 51%, #777777 100%);
}

top_navi ul li {
		float: left;
		width: 150px;
		line-height: 30px;
		list-style-type: none;
		font-size: 12px;
		font-weight: bold;
}

top_navi ul li a {
		display: block;
		color: #FFF;
		text-decoration: none;
		text-shadow:0 -1px 0px #333,0 1px 0px #555;

		border-left:1px solid #444;
		box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
		           -1px 0px 0px rgba(225,225,225,0.3) inset,
		            0px 1px 1px rgba(0,0,0,0.1) inset,
		            0px -1px 1px rgba(0,0,0,0.3) inset,
		            0px 1px 3px #666;
}
top_navi ul li:first-of-type a {
		border-radius: 5px 0 0 5px;
		border-left:0;
		box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
		            0px 1px 1px rgba(0,0,0,0.1) inset,
		            0px -1px 1px rgba(0,0,0,0.3) inset,
		            0px 1px 3px #666;
}
top_navi ul li:last-of-type a {
		border-radius: 0 5px 5px 0;
		box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
		            0px 1px 1px rgba(0,0,0,0.1) inset,
		            0px -1px 1px rgba(0,0,0,0.3) inset,
		            0px 1px 3px #666;
}

top_navi ul li a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: #444444;
		background: -webkit-gradient(linear, left top, left bottom, from(#555555), color-stop(50%, #444444),color-stop(51%, #333333), to(#444444));
		background: -webkit-linear-gradient(#555555 0%, #444444 50%, #333333 51%, #444444 100%);
		background: -moz-linear-gradient(#555555 0%, #444444 50%, #333333 51%, #444444 100%);
		background: -o-linear-gradient(#555555 0%, #444444 50%, #333333 51%, #444444 100%);
		background: -ms-linear-gradient(#555555 0%, #444444 50%, #333333 51%, #444444 100%);

		box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
		           -1px 0px 0px rgba(225,225,225,0) inset,
		            0px 1px 1px rgba(0,0,0,0.1) inset,
		            0px -1px 1px rgba(0,0,0,0.3) inset,
		            0px 1px 3px #666;
}
top_navi ul li:first-child a:hover {
		border-radius: 5px 0 0 5px;
}
top_navi ul li:last-child a:hover {
		border-radius: 0 5px 5px 0;
}

/*===== コンテンツ領域 =====*/
section {
		width: 900px;
		margin: 0px auto;
		overflow: hidden;
}

section h1 {
		float: left;
		margin-bottom: 10px;
		font-size: 22px;
		font-weight: bold;
}

/*----- 左側領域-----*/
left_area {
		clear: both;
		float: left;
		width: 299px;
		height: 450px;
		margin: 0px auto;
		overflow: hidden;
		border-right: 1px solid #aaaaaa;
}
left_area article {
		clear: both;
		float: left;
		width: 290px;
		margin: 0px auto;
		padding-bottom: 15px;
}
left_area article:not(:last-child) {
		border-bottom: #aaaaaa 1px dashed;
}
left_area article h2 {
		width: 268px;
		margin: 10px 0px;
		border: #aaaaaa 1px solid;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;
		border-radius: 5px;
		background-color: #efefef;

		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -webkit-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -moz-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -o-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -ms-linear-gradient(#ffffff 0%, #efefef 100%);
}
left_area article h2 a {
		color: #333;
		display:block;
		text-decoration: none;
}
left_area article ul {
}
left_area article ul li {
		padding: 5px 0 5px 25px;
		list-style-type: none;
		font-size: 12px;
		text-decoration: none;
		background: url(image/arrow02.png) left center no-repeat;
}
left_area article ul li a {
		color: #333;
		display:block;
		text-decoration: none;
}

/*----- 中央領域-----*/
center_area {
		float: left;
		width: 289px;
		height: 450px;
		margin: 0 0 0 10px;
		overflow: hidden;
		border-right: 1px solid #aaaaaa;
}
center_area article {
		clear: both;
		float: left;
		width: 280px;
		margin: 0px auto;
		padding-bottom: 15px;
}
center_area article:not(:last-child) {
		border-bottom: #aaaaaa 1px dashed;
}
center_area article h2 {
		width: 258px;
		margin: 10px 0px;
		border: #aaaaaa 1px solid;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;
		border-radius: 5px;
		background-color: #efefef;

		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -webkit-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -moz-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -o-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -ms-linear-gradient(#ffffff 0%, #efefef 100%);
}
center_area article h2 a {
		color: #333;
		display:block;
		text-decoration: none;
}
center_area article ul {
}
center_area article ul li {
		padding: 5px 0 5px 25px;
		list-style-type: none;
		font-size: 12px;
		text-decoration: none;
		background: url(image/arrow02.png) left center no-repeat;
}
center_area article ul li a {
		color: #333;
		display:block;
		text-decoration: none;
}

/*----- 右側領域-----*/
right_area {
		float: left;
		width: 290px;
		height: 450px;
		margin: 0 0 40px 10px;
		overflow: hidden;
}
right_area article {
		clear: both;
		float: left;
		width: 290px;
		margin: 0px auto;
		padding-bottom: 15px;
}
right_area article:not(:last-child) {
		border-bottom: #aaaaaa 1px dashed;
}
right_area article h2 {
		width: 268px;
		margin: 10px 0px;
		border: #aaaaaa 1px solid;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;
		border-radius: 5px;
		background-color: #efefef;

		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -webkit-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -moz-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -o-linear-gradient(#ffffff 0%, #efefef 100%);
		background: -ms-linear-gradient(#ffffff 0%, #efefef 100%);
}
right_area article h2 a {
		color: #333;
		display:block;
		text-decoration: none;
}
right_area article ul {
}
right_area article ul li {
		padding: 5px 0 5px 25px;
		list-style-type: none;
		font-size: 12px;
		text-decoration: none;
		background: url(image/arrow02.png) left center no-repeat;
}
right_area article ul li a {
		color: #333;
		display:block;
		text-decoration: none;
}

/*===== コンテンツ領域 =====*/

/* フッター */
footer {
		width: 900px;
		height: 200px;
		margin: 0px auto;
}

footer article {
		float: left;
		width: 900px;
		height: 130px;
		overflow: hidden;
		border-top: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
}
footer article h3 {
		position:relative; top:-110px;
		padding-left: 10px;
		font-size: 12px;
		font-weight: bold;
		text-shadow:0 -1px 0px #FFF,0 1px 0px #CCC;
}
footer article service {
		clear:both;
		float: left;
		position:relative; top:-100px;
		padding-top: 10px;
		padding-left: 10px;
}

footer article service h4 {
		float: left;
		font-size: 11px;
		font-weight: bold;
		margin-right: 40px;
		text-shadow:0 -1px 0px #FFF,0 1px 0px #CCC;
}
footer article service p {
		float: left;
		font-size: 11px;
		font-style: normal;
		margin-right: 20px;
}

footer p {
		float: right;
}

footer h1 {
		float: left;
		/*margin-top: 20px;*/
		margin-top: 100px;
}
footer h1 a:hover {
		position: relative;
		bottom: 2px;
}
footer h1 a:active {
		position: relative;
		top: 0px;
}

footer h2 {
		float: left;
		margin: 120px 0px 0px 10px;
		font-size: 11px;
		font-style: normal;
}

/* メニュー */

bottom_navi ul {
		float: right;
		margin: 14px 0px 0px 0px;
}
bottom_navi ul li {
		float: left;
		font-size: 11px;
		list-style-type: none;
}
bottom_navi ul li a {
		padding: 0px 5px 0px 5px;
		border-left: 1px solid #aaaaaa;
}
bottom_navi ul li:first-child a {
		border-left:0;
}


