

@charset "utf-8";
body {
	background-image: none;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header, article, footer, article, aside, time ,nav { 
    display: block;
} 
img {
	border:none;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	display: block;
	height: auto;
	width: 960px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
nav {
	height: 12px;
	width: 415px;
	float:none;
	background-color:#fff;
	margin-bottom:4px;
}
header nav ul {
	width:415px;
	height:80px;
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
}
header nav ul li{
	float: left;
	list-style-type:none;
}
header nav ul li a {
	display:block;
}
header nav ul li a:hover {
	background-position:left;
	display: block;
}
.h3_top a {
	height: 45px;
	width: 45px;
	background-image:url(../images/h3_top.png);
	background-repeat:no-repeat;
}
.h3_top a:hover,.h3_top_c a  {
	height: 45px;
	width: 45px;
	background-image:url(../images/h3r_top.png);
	background-repeat:no-repeat;
}
.h4_profile a {
	height: 45px;
	width: 55px;
	background-image:url(../images/h4_profile.png);
	background-repeat:no-repeat;
}
.h4_profile a:hover,.h4_profile_c a {
	height: 45px;
	width: 55px;
	background-image:url(../images/h4r_profile.png);
}
.h5_works a {
	height: 45px;
	width: 52px;
	background-image:url(../images/h5_works.png);
	background-repeat:no-repeat;
}
.h5_works a:hover, .h5_works_c a {
	height: 45px;
	width: 52px;
	background-image:url(../images/h5r_works.png);
	background-repeat:no-repeat;
}
.h6_flow a {
	height: 45px;
	width: 45px;
	background-image:url(../images/h6_flow.png);
	background-repeat:no-repeat;
}
.h6_flow a:hover,.h6_flow_c a  {
	height: 45px;
	width: 45px;
	background-image:url(../images/h6r_flow.png);
	background-repeat:no-repeat;
}
.h7_column a {
	height: 45px;
	width: 70px;
	background-image:url(../images/h7_column.png);
	background-repeat:no-repeat;
}
.h7_column a:hover,.h7_column_c a {
	height: 45px;
	width: 70px;
	background-image:url(../images/h7r_column.png);
	background-repeat:no-repeat;
}
.h8_link a {
	height: 45px;
	width: 41px;
	background-image:url(../images/h8_link.png);
	background-repeat:no-repeat;
}
.h8_link a:hover,.h8_link_c a {
	height: 45px;
	width: 41px;
	background-image:url(../images/h8r_link.png);
	background-repeat:no-repeat;
}
.h9_contact a {
	height: 45px;
	width: 78px;
	background-image:url(../images/h9_contact.png);
	background-repeat:no-repeat;
}
.h9_contact a:hover,.h9_contact_c a  {
	height: 45px;
	width: 78px;
	background-image:url(../images/h9r_contact.png);
	background-repeat:no-repeat;
}
section article {
	height: auto;
	width: 246px;
	float: left;
	margin-top: 40px;
	background-color: #FFF;
}
section article h1 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #333;
	letter-spacing: 0.5em;
	text-align: center;
	padding-bottom: 10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.date {
	margin-right: 20px;
	font-weight: bold;
	color: #000;
}
.lay {
	height: 150px;
	width: 246px;
	margin-bottom: 40px;
}
.lay_img_l {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 20px;
}
.lay_img_r {
	float: right;
	height: 150px;
	width: 150px;
	margin-left: 20px;
}


section article ul  {
	padding-right: 20px;
}
section article ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
}
section .ss h3 a:hover {
	color: #000;
}
section h2 {
	font-size: 14px;
	letter-spacing: 0.3em;
	margin-left: 10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
section {
	height: auto;
	width: 246px;
	float: left;
}
aside1  {
	height: auto;
	width: 860px;
	margin-top: 40px;
	border: 1px solid #ffC;
	margin-bottom: 40px;
	padding-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	float: left;
	background-color: #F5F5DC;

	/* Webkit */
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	
	/* FF */
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	
	/* IE9 */
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	
	/* IE8 */
    border-radius: 20px;
	behavior: url(js/ie-css3.htc);
}
sidebox{
	height:auto;
	width:860px;
	margin-top:30px;
	margin-bottom: 30px;
	float:left;
}
lside  {
	height: auto;
	width: 210px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	float: left;
}
rside  {
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right:30px;
	float: right;
}
aside1 img  {
	margin-top: 10px;
	padding-left:30px;
}
aside1 h3 {
	font-size: 12px;
	font-weight:400;
	color: #930;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
aside1 p {
	font-size: 12px;
	font-weight:400;
	color:#066;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 1.9;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
aside2  {
	height: auto;
	width: 860px;
	margin-top: 40px;
	border: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	float: left;
	background-color: #f2f2f2;
	
	/* Webkit */
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	
	/* FF */
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	
	/* IE9 */
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	
	/* IE8 */
    border-radius: 20px;
	behavior: url(../js/ie-css3.htc);
	
}
sidebox{
	height:auto;
	width:860px;
	margin-top:30px;
	margin-bottom: 30px;
	float:left;
}
lside  {
	height: auto;
	width: 260px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	float: left;
}
rside  {
	height: auto;
	width: 570px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right:30px;
	float: right;
}
aside2 img  {
	margin-top: 10px;
	padding-left:30px;
}
aside2 h2 {
	font-size: 12px;
	font-weight:200;
	color: #F60;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
aside2 h3 {
	font-size: 12px;
	font-weight:200;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
aside2 p {
	font-size: 12px;
	font-weight:200;
	color:#066;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
aside3  {
	height: auto;
	width: 860px;
	margin-top: 40px;
	border: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
	float: left;
	background-color: #f2f2f2;
	
	/* Webkit */
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	
	/* FF */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	
	/* IE9 */
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	
	/* IE8 */
    border-radius: 20px;
	behavior: url(../js/ie-css3.htc);
	
}
sidebox{
	height:auto;
	width:860px;
	margin-top:30px;
	margin-bottom: 30px;
	float:left;
}
lside  {
	height: auto;
	width: 260px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	float: left;
}
rside  {
	height: auto;
	width: 570px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right:30px;
	float: right;
}
aside3 img  {
	margin-top: 10px;
	padding-left:30px;
}
aside3 h2 {
	font-size: 12px;
	font-weight:200;
	color: #F60;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 27px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
aside3 h3 {
	font-size: 12px;
	font-weight:200;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
	line-height: 27px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
footer{
	margin-top: 30px;
	margin-bottom:30px;
	margin-right:30px;
	float:right;
	width: 900px;
	height:14px;
	background-color:#fff;
	font-size: 8px;
	color: #333;
	text-align:right;
	line-height:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
h9{
	font-size: 8px;
	color: #333;
	text-align:center;
	line-height:1;
	padding-top:3px;
}
#foot {
	height: 230px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#follow {
	height: 160px;
	width: 270px;
	float: left;
	margin-top: 20px;
}
#foot #follow h2 {
	font-size: 16px;
	color: #FFF;
	padding-left: 20px;
	margin-bottom: 10px;
	text-shadow:0px 0px 5px #FFF;
	
	/* IE8 */
	behavior: url(js/ie-css3.htc);
}
#foot #follow p {
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
	color: #FFF;
}
#foot #follow img {
	padding-right: 10px;
}
#foot nav {
	height: 160px;
	width: 190px;
	margin-top: 20px;
	margin-left: 40px;
}
#foot nav h2 {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
	text-shadow:0px 0px 5px #FFF;
	
	/* IE8 */
	behavior: url(js/ie-css3.htc);
}
.footer_sub {
	padding-top: 37px;
}
#foot nav ul {
	margin-bottom: 0px;
	margin-top: 10px;
}
#foot nav ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../img/icon/footer_list.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 15px;
	color: #FFF;
}
#foot nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#foot nav ul li a:hover {
	color: #333;
}
#pr {
	height: 50px;
	width: 200px;
	float: left;
	margin-top: 120px;
	font-size: 10px;
	text-align: right;
	color: #333;
}
#foot #pr p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
}
#foot #pr p a {
	color: #000;
	text-decoration: none;
}
#copy {
	height: 35px;
	width: 940px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#foot #copy h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	text-align: center;
}
section article h4 {
	font-size: 12px;
	clear: left;
	margin-bottom: 5px;
}
.sitemap {
	font-weight: bold;
	color: #333;
	width: 150px;
	display: block;
	float: left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.sitemap a {
	color: #333;
	text-decoration: none;
}
.sitemap a:hover {
	color: #000;
}
section article table {
	width: 600px;
	height: auto;
	border: 1px solid #CCC;
	border-collapse:collapse;
}
section article table tr th {
	width: 150px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #CCC;
}
section article table tr td {
	font-size: 12px;
	padding-left: 20px;
	border: 1px solid #CCC;
}
.access_map {
	text-align: center;
	margin-left: 45px;
	height: 300px;
	width: 555px;
	display: inline-block;
	border: 1px solid #999;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
