﻿/*
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 h1 {
	display: block;
	height: 100px;
	width: 300px;
	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: #000;
	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 {
}
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);
}
.ss {
	float: left;
	height: 370px;
	width: 260px;
	margin-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	
	/* 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);
}
.sl {
	float: left;
	margin-left: 20px;
	height: 370px;
	width: 330px;
	margin-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	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 h2 {
	font-size: 14px;
	letter-spacing: 0.3em;
	margin-left: 10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
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: 5px;
	margin-bottom: 0px;
	text-align: right;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
section h3 a {
	color: #F90;
	text-decoration: none;
}
section p {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
section aside {
	float: right;
	height: 350px;
	width: 230px;
	margin-top: 40px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	
	/* 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 */
	box-shadow: 0px;
    border-radius: 20px;
	behavior: url(js/ie-css3.htc);
}
section 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: right;
}
#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: #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;
}
#foot #pr p a {
	color: #333;
	text-decoration: none;
}
#copy {
	height: 35px;
	width: 940px;
	float: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFe535;
}
#foot #copy h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
