@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: 62.5%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#333;
background:#fff;
}


a:link { color: #3A8FE8; }
a:visited { color: #3A8FE8;
text-decoration:none;
 }
a:active{
color:#3A8FE8;
text-decoration:none;
}

a:hover{
color:#069;
text-decoration:none;
}

ul,ol{
list-style: none;
}

/*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%;
background:url(../images/header_bg.gif) repeat-x left bottom;
}

#header_top{
padding:25px 0;
width:960px;
margin:0 auto;
} 

/*header左側の設定*/

#logogroup{
width:700px;
float:left;
}



/*header右側の設定*/

#subnav{
width:260px;
float:right;
}

#subnav li{
float:left;
font-size:1.1em;
}

#subnav li.sitemap{
background:url(../images/icon_sitemap.gif) no-repeat 0 2px;
padding:0 0 0 15px;
margin:0 24px 0 0;
}

#subnav li.rss{
background:url(../images/icon_toi.gif) no-repeat 0 1px;
padding:0 0 0 16px;
}

/*グローバルナビゲーション*/

#nav{
width:960px;
margin:0 auto;
}

#nav li{
float:left;
}
 



/*==================
contents
====================*/
#contents{
width:920px;
margin:0 auto;
}


#info{
width:685px; 
float:left;
}

div#sidebar{
width:235px;
float:right;
}


/*イベント情報*/

#info h2{
background:url(../images/icon_01.gif) no-repeat 0 0;
padding:0 0 3px 13px;
line-height:29px;
border-bottom:1px solid #CCC;
margin:25px 26px 0 0;
}

#info h3{
font-size:1.3em;
background:url(../images/icon_02.gif) no-repeat 0 2px;
padding-left:18px;
margin:20px 0 10px 0;
}

.section{
width:316px;
float:left;
margin-right:26px;
}


/*更新情報*/


#event img{
float:left;
margin-right:10px;
border:1px solid #ccc;
padding:1px;
}


#news dt{
font-size:1.3em;
font-weight:bold;
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;
}


/*==================
sidebar
====================*/



#sidebar h2{
margin-top:25px;
background: url(../images/bg_title_01.gif) repeat-x;
}

#sidebar p{
border:1px solid #ccc;
border-top:none;
padding:10px 7px 10px 10px;
}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
border:1px solid #ccc;
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;
}


