﻿header {
	width: 100%;
	height: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.75);
	box-shadow: 0 0 3px rgba(0,0,0,.75);
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 10px;
	position: fixed;
	top: 0;
	z-index: 999;
}
h2#ttl {
	text-align: center;
	margin: 120px 0 30px;
}
#side {
	float: left;
}
#side .list {
	margin-bottom: 4px;
}
#side .list li {
	margin-bottom: 2px;
}
#side .list li img {
	vertical-align: top;
}
#side .bnr {
	margin-top: 10px;
}
#side .bnr img {
	vertical-align: top;
}
article#main {
	float: right;
	width: 800px;
}
article#main h3 {
	margin: 0;
	padding: 0;
	height: 414px;
}
article#main section#content {
	background: #fff;
	padding: 30px;
	margin: 0;
	line-height: 2.0;
	color: #0d0d0d;
}
article#main section#content .caption {
	border-bottom: 1px dotted #222222;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	line-height: 2.0;
}

article#main section#content .caption2 .col {
	border-bottom: 1px dotted #222222;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	width: 320px;
}
article#main section#content .caption2 .col .img {
	width: 120px;
	float: left;
}
article#main section#content .caption2 .col .summary {
	width: 180px;
	float: right;
	height: 250px;
}
article#main section#content .caption3 .col {
	border-bottom: 1px dotted #222222;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.6;
	width: 350px;
	height: 150px;
}
article#main section#content .caption3 .col .tt {
	margin-bottom: 10px;
}
article#main section#content .title {
	color: #666666;
	font-size: 16px;
	font-weight: 999 !important;
	margin: 30px 0;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
article#main section#content .txt .tt {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
}
article#main section#content .txt .img {
	margin: 30px 0;
}
article#main section#content .txt .img:last-child {
	margin: 30px 0 0;
}
article#main section#content .txt .list {
	width: 752px;
	margin: 0 auto;
}
article#main section#content .txt .list dl {
	float: left;
	width: 238px;
	margin-right: 12px;
	margin-bottom: 12px;
}
article#main section#content .txt .list dl dt img {
	vertical-align: top;
}
article#main section#content .txt .list dl dd {
	background: #f2f2f2;
	padding: 10px 10px;
	font-size: 11px;
}
article#main section#content .txt .list dl dd strong {
	font-size: 13px;
	line-height: 1.5;
}
article#main section#content .txt .option {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 5px;
}

/*===============================================
*
* #foot_menu
*
*================================================*/
#foot_menu {
	width: 800px;
	overflow: hidden;
	margin: 6px 0;
}
#foot_menu ul {
	width: 830px;
	position: relative;
}
#foot_menu ul li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 70px;
}

#foot_menu_02 {
	width: 800px;
	overflow: hidden;
	margin: 8px 0;
}
#foot_menu_02 ul {
	width: 830px;
	position: relative;
}
#foot_menu_02 ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 57px;
}