﻿@charset "utf-8";
/* CSS Document */

/*===============
base
=================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}  
img{
border:0;
vertical-align: top;
}

body{
font-size: 120%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.6;
color:#333;
background:#fff;
}

strong{
	font-weight: normal;
	color: #e46e6e;
}

strong-bg{
	background-color: #ffc3c3; 
	color: #333333;
}

a:link,
a:visited,
a:active{
color:#333;
text-decoration:none;
}

a:hover{
color:#6699FF;
text-decoration:none;
}

ul,ol{
list-style: none;
}

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top,#FFF 0%,#aabbaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	background: -webkit-linear-gradient(top, #FFF 0%,#E6E6E6); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF 0%,#E6E6E6); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFF 0%,#E6E6E6); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#aaE6E6E6bbaa',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFF 0%,#E6E6E6); /* W3C */
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 100px;
	padding: 0 5px 0 5px;
}
/*clearfix*/
.clearfix:after{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




p,dd{
font-size:1.2em;
}

/*footerの背景指定*/
html{
background:#dedede;
}

.nonpc{
display: none;
}

.pc{
display:block;
}

/*==================
header
====================*/

#header{
width:100%;

}

#header_top{
padding:25px 0;
width:960px;
margin:0 auto;
} 

/*header左側の設定*/

#logogroup{
width:700px;
float:left;
}






/*グローバルナビゲーション*/

.globalNav {
margin:20px
    list-style: none;
    overflow: hidden;
}
 
.globalNav li {
    float: left;
    border-right: 1px solid #DDD;

}
 
.globalNav li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
 
.globalNav li a span {
    display: block;
    margin: 3px 0 0 0;
    color: #AAA;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
}
 
.globalNav li a:hover {
    background: #EEE;
}
 
.globalNav li.active a {
    background: #333;
    color: #EEE;
}

/*==================
contents
====================*/
#contents{
width:1000px;
margin:0 auto;
}


#info{
width:700px; 
float:left;
}

div#sidebar{
width:300px;
float:right;
}


/*イベント情報*/
#info h1{
	font-size:100%;
border-bottom:1px dashed #ccc;
line-height:29px;
margin:25px 26px 0 0;
}


#info h2{
background:url(../images/icon_01.gif) no-repeat 0 0;
padding:7px 3px 3px 13px;
line-height:29px;
	background-color:#a0b4d1;
	background: -moz-linear-gradient(top,#a0b4d1 0%,#d1e4f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#a0b4d1), to(#d1e4f5));
	background: -webkit-linear-gradient(top, #a0b4d1 0%,#d1e4f5); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a0b4d1 0%,#d1e4f5); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a0b4d1 0%,#d1e4f5); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4d1', endColorstr='#d1e4f5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a0b4d1 0%,#d1e4f5); /* W3C */
	border-left:20px solid #666666;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	font-size:150%;
margin:25px 26px 0 0;
}

#info h3{
font-size:1.3em;
	color: #283a58;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
	border-bottom:1px solid #aaaaaa;

}

.section{
width:316px;
float:left;
margin-right:26px;
}

#sum {	
	font-size: 100%;
	padding: 10px;
	margin: 10px;
	line-height:200%;
	background-color:#ddeedd;
}


#sum2 {	
	font-size: 120%;
	background-color:#ddeeee;
	padding: 10px;
	margin: 10px;
	line-height:150%;
	background-color:#aaaaaa;
	background: -moz-linear-gradient(top,#ddeeee 0%,#eeffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddeeee), to(#eeffff));
	background: -webkit-linear-gradient(top, #ddeeee 0%,#eeffff); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ddeeee 0%,#eeffff); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ddeeee 0%,#eeffff); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddeeee', endColorstr='#eeffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ddeeee 0%,#eeffff); /* W3C */
	color: #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);

}

#link-s{
	float: left;
	font-size: 120%;
	background-color: #ddddee; 
	color:#3d3d3d;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 10px 0;
	line-height:150%;
}


/*更新情報*/


#event img{
float:left;
margin-right:10px;
border:1px solid #ccc;
padding:1px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
	color: #283a58;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

#news dt span{
font-weight:normal;
padding-left:20px;
}


#news dd{
padding-bottom:12px;
border-bottom:1px dashed #ccc;
margin-right:26px;
}

/*テーブル*/

#event table {
	width: auto;
	border-spacing: 0;
}

#event table th {
	padding: 8px 15 px;

	border-left:1px solid #84b2e0;
	border-top:1px solid #84b2e0;
	border-bottom:1px solid #84b2e0;
	line-height: 140%;
	text-align: center;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

#event table th:first-child {
	border-radius: 5px 0 0 0;
}
	table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

#event table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
}
#event table tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#event table tr {
	background: #fff;
}
#event table tr:nth-child(2n+1) {
	background: #f1f6fc;
}
#event table tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#event table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
#event table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
#event table tr:hover {
	background: #bbd4ee;
	cursor:pointer;
}


/*==================
sidebar
====================*/

#sidebar{
font-size:80%;
}


#sidebar h2{
margin-top:25px;
background: url(../images/bg_title_01.gif) repeat-x;
}

#sidebar h4{
padding:3px 3px 3px 13px;
line-height:29px;
	background-color:#e2ecf5;
	border: 1px solid #666;
	font-size:80%;
margin:20px 0 10px 0;
}


#sidebar p{
border:1px solid #ccc;
border-top:none;
padding:10px 7px 10px 10px;
}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
padding:1px;
}


/*==================
footer
====================*/

#footer{
width:100%;
margin:0 auto;
background:#dedede url(../images/footer_bg.gif) repeat-x;
margin-top:60px;
text-align:right;
}

#footer_inner{
width:960px;
margin:0 auto;
}

#footer_inner address{
padding:15px 0 4px;
font-size:1.2em;
}


