﻿/*
Theme Name: templateya.com
Theme URI: http://www.templateya.com
Description: 無料ホームページテンプレート
*/

@charset "utf-8";
body {
	background-image: url(../img/bg.JPG);
	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 {
	height: 110px;
	width: 960px;
}

header h1 {
	display: block;
	height: 100px;
	width: 250px;
	float: right;
	margin-bottom: 0px;
	margin-top: 10px;
}
nav {
	float: left;
}
header nav ul {
	margin-top: 50px;
	margin-bottom: 30px;
}
header nav ul li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	font-size: 12px;
	height: 30px;
	width: 90px;
	display: block;
	text-align: center;
	line-height: 30px;
}
.nav_a {
	color: #FFF;
	background-color: #777777;
}
header nav ul .nav_a a {
	color: #FFF;
	text-decoration: none;
}
header nav ul li a {
	color: #CCC;
	text-decoration: none;
	height: 30px;
	width: 90px;
	display: block;
}
header nav ul li a:hover {
	color: #FFF;
	background-color: #353331;
	height: 30px;
	width: 90px;
	display: block;
}
section article {
	height: auto;
	width: 640px;
	float: left;
	margin-top: 40px;
	border: 1px solid #CCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
	background-color: #F7F7F7;
	
    /* 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);
}

section article h1 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #F60;
	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: 640px;
	margin-bottom: 40px;
}
.lay_img_l {
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 20px;
}
.lay_img_r {
	float: right;
	height: 150px;
	width: 200px;
	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: #F90;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
}
section .ss h3 a:hover {
	color: #F60;
}
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: 670px;
	float: left;
}

section h3 {
	font-weight: normal;
	color: #F60;
	font-size: 12px;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 20px;
}
section h3 a {
	color: #F90;
	text-decoration: none;
}
section p {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
aside  {
	height: 350px;
	width: 230px;
	margin-top: 40px;
	border: 1px solid #CCC;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	background-color: #F7F7F7;
	
	/* 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);
}
aside img  {
	margin-top: 10px;
}
footer {
	background-image: url(../img/footer_bg3.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 230px;
	width: auto;
	clear: left;
}
#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 #ff0;
	
	/* 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 #ff0;
	
	/* 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: ##000000;
	
	
	
	
}
#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;
}
#foot #pr p a {
	color: #333;
	text-decoration: none;
}
#copy {
	height: 35px;
	width: 940px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB546;
}
#foot #copy h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
section article h4 {
	font-size: 12px;
	clear: left;
	margin-bottom: 5px;
}
.sitemap {
	font-weight: bold;
	color: #F60;
	width: 150px;
	display: block;
	float: left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.sitemap a {
	color: #F60;
	text-decoration: none;
}
.sitemap a:hover {
	color: #333;
}
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);
}
