* {
		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 {
		color: #FFF;
		text-decoration: none;
		border-radius: 0 5px 5px 0;
		border-left:0;
		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.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;
}

/*----- 左コンテンツ領域-----*/
left_area {
		float: left;
		width: 230px;
		margin: 0px auto;
		overflow: hidden;
}

left_area side_menu ul {
		float: left;
		width: 210px;
		margin: 0px auto;
		border-radius: 5px;
		border: solid 1px #aaaaaa;
}

left_area side_menu ul li {
		line-height: 30px;
		font-size: 12px;
		font-weight: normal;
}

left_area side_menu ul li:first-child {
		border-radius: 3px 3px 0 0;
		font-size: 12px;
		font-weight: bold;
		text-shadow:0 -1px 0px #333,0 1px 0px #555;
		border-bottom: #aaaaaa 1px solid;

		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%);
}
left_area side_menu ul li:first-child a {
		color: #FFF;
		display:block;
		text-decoration: none;
}
left_area side_menu ul li:first-child a:hover {
		color: #FFF;
		text-decoration: none;
}

left_area side_menu ul li:nth-child(2) {
		background-color: #efefef;

		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -webkit-linear-gradient(#efefef 0%, #ffffff 50%, #ffffff 51%, #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 side_menu ul li a {
		color: #333;
		display:block;
		text-decoration: none;
}

left_area side_menu ul li:not(:first-child) a:hover {
		color: #333;
		text-decoration: none;
		background-color: #efefef;

		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -webkit-linear-gradient(#efefef 0%, #ffffff 50%, #ffffff 51%, #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 side_menu ul li:last-child a:hover {
		border-radius: 0 0 5px 5px;
}


/*----- 右コンテンツ領域-----*/
right_area {
		float: right;
		width: 670px;
		margin: 0 0 30px 0;
		overflow: hidden;
}
right_area h1 {
		float: left;
		margin: 0 0 20px 0;
		font-size: 22px;
		font-weight: bold;
}
right_area h2 {
		clear:both;
		float: left;
		margin: 0 0 20px 0;
		font-size: 12px;
		font-weight: normal;
}

right_area concept {
		float: left;
		width: 670px;
}

right_area concept h2 {
		width: 670px;
		/* margin: 15px 0; */
		font-size: 14px;
		font-weight: bold;
}
right_area concept ul {
}
right_area concept ul li {
		padding: 2px 0;
		font-size: 12px;
		list-style-type: none;
}

right_area contact {
		float: left;
		width: 670px;
}
right_area contact h2 {
		width: 648px;
		border: #aaaaaa 1px solid;
		padding: 5px 10px;
		font-size: 13px;
		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 contact article {
		float: left;
		width: 295px;
		height: 100px;
		margin-bottom: 10px;
		padding: 10px 15px;
		border: solid 1px #aaaaaa;
		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 contact article h3 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
}
right_area contact article p {
		font-size: 12px;
		font-weight: normal;
}
right_area contact article:nth-child(odd) {
		margin-left: 15px;
}


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

/* フッター */
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;
}


