*{
margin:0;
padding:0;
}

ul, li {
list-style: none;
}



a {
text-decoration: none;
-webkit-transition-property: color;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: linear;
color: #000;
}

a:hover{
color: #999;
}


a:hover img{  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
} 

a img{  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out; 
	    }
	    

li img{
display:block;
}



/*** Main ***/

html{height: 100%;}

body {background-color:#fff; font-family: 'Arial', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif; }




#wrapper{
width:950px;
margin-left:50px;
}






h1{
font-size: 24px;
letter-spacing:2px;
}

h2{
font-size: 18px;
letter-spacing:1px;
}

p{
font-size: 14px;
letter-spacing:1px;
line-height:180%;
}




#header{
margin-top:70px;
}

.menu{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
height:30px;
margin-top:20px;
}

.menu li{
float:left;
border-right: 1px solid #ccc;
}


.menu li img{
display:block;
}


.menu .last{
border-right: none;
}





#top_images{
margin-top:30px;
}




#sub_content{
margin-top:30px;
overflow:hidden;
}

#sub_content .news{
float:left;
width:625px;
}

#sub_content .news ul{
float:left;
padding-bottom:10px; 
margin-bottom:20px;
border-bottom: 1px solid #ccc;
}


#sub_content .banner{
float:right;
}

#sub_content .banner ul li{
margin-bottom:25px;
}













#main_content{
margin-top:20px;
overflow:hidden;
}


.thums{
margin-top:10px;
width:988px;
overflow:hidden;
padding-bottom:30px; 

}

.thum{
float:left;
width: 300px;
margin-right: 25px;
}

.thum .subject{
margin-top:5px;
word-wrap: break-word;
}



.thum .note{
margin-top:8px;
line-height:150%;
word-wrap: break-word;
}


#pages{
margin-top:30px;
overflow:hidden;
}





.about_top .photos {
float:left;
width:475px;
}

.about_top .photos li {
margin-bottom:25px;
}


.about_top .text {
width:450px;
float:right;
}


.about_top .text .title {
margin-bottom:10px;
}


.about_top .text .note {
line-height:140%;
}




.access_top{
margin-bottom:10px;
}

.access_top a{
color:#000!important;
font-size:12px!important;
}

.access_top a:hover{
color: #999!important;
}








