@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Playball);
/* CSS Document */

body {
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif ;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
}		
/* ヘッダー */
header{
	background-color: #000; 
	border-bottom: solid 5px #093; 
}
header h1{
	width: 980px;
	font-family: 'Playball', cursive;	
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header h1 a{
	color: #fff;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	transition: 0.2s;
}
/*ナビゲーションメニュー*/
nav{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -36px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul{
	font-size: 0;
}
nav li{
	display: inline;
	font-size: 20px;
	border-right: solid 0.25px #777;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
nav li:last-child {
	border-right: none;
}
nav li a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
nav li a:hover {
    color: #093;
}
/*トップ画像内*/
#topImage{
	width: 1024px;
	background-image: url(images/top_img1024.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#topImage #title h1{
	width: 980px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 0 550px;
	font-family: 'Playball', cursive;
	font-size: 90px;
	line-height: 1.2;
}
#topImage #title h1 span#yomi{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	margin-left: 8px;
}
/*メインコンテンツ*/
div#container{
	width: 980px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;　/*親boxに高さを持たせる*/
	margin-bottom: 100px;
}
div#navigation ul{
	font-size: 0;
}
div#navigation ul li{
	display: inline;
	margin: 10px;
}
div#navigation ul li img{
	width: 290px;
	box-shadow: 2px 2px 2px #999;
}
section h3{
	border-left: 8px solid #093;
	border-bottom: 1px solid #093;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-indent: 0.3em;
	margin-bottom: 12px;
}

/*メインコンテンツ*/
div#main{
	width: 634px;
	float:left;
}
/*ticker*/
.ticker {
	width: 634px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
	list-style: none;
	color: #000;
}
.ticker li img{
	box-shadow: 2px 2px 2px #999;
}
/*カラム1*/
div#news{
	width: 614px;
	height: 300px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin-right: 10px;
	padding: 5px;
	float: left;
}
div#news dt{
	color: #aaa;
	font-size: 12px;
	text-indent: 1em;
}
div#news dd{
	font-size: 12px;
	text-indent: 1em;
	margin-bottom:1em;
	border-bottom: 1px dotted;
}
div#news a{
	color: #000;
	text-decoration: none;
}
div#news a:hover{
	color: #093;
}

/*サイドメニュー*/
div#side{
	width: 306px;
	float: right;
	margin-bottom: 100px;
}

/*TOPへ*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*フッター*/
footer{
	background-color: #000;
	border-top: solid 5px #093;
	clear: both;
	padding-top: 10px;
}

footer #cr{
	width: 980px;
	padding-left: 10px;
	color: #fff;
    margin-left: auto;
    margin-right: auto;
}