@charset "utf-8";
body {
font-size: 12px;
line-height: 140%;
color: #000000;
margin: 0px;
padding: 0px;
font-family: Helvetica, "ヒラギノ角ゴ Pro W3", Osaka;
}

#head {
margin-top: 0px;
margin-right: auto;
margin-left: 10px;
width:95%;
background-color: #FFFFFF;
}

.clear {
clear: both;
height: 30px;
width: 1000px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
font-size: 12px;
line-height: normal;
color: #333333;
}

#headFla {
margin: 0px;


}

#topMain {
margin: 0px;
padding: 0px;
}
#topMenu {
width: 800px;
margin-top: 10px;
text-align: left;
margin-left: 10px;
font-size: 10px;
line-height: 220%;
}
#topMenu a {
color: #000000;
text-decoration: none;
}
#topMenu a:visited {
text-decoration: none;
}
#topMenu a:hover {
text-decoration: underline;
}



#topMenu .newest {
margin-left: 10px;
color: #666666;
}

#footer {
font-size: 12px;
line-height: 140%;
color: #333333;
height: 30px;
width: 1000px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 100px;
margin-left: 10px;
text-align: right;
}


/*メインのトコロ*/
#contents {
height: 700px;
width: 1000px;
margin-top: 0px;
margin-left: 10px;
}


/*メニュー*/
#contents .leftMenu {
float: left;
width: 120px;
height: 700px;
background-color: #CCCCCC;
font-size: 10px;
margin-right: 0px;
}

h2 {
font-weight: normal;
}

#contents .leftMenu .title {
color: #FFFFFF;
background-color: #000000;
width: 120px;
font-size: 12px;
letter-spacing: 0.2em;
text-indent: 5px;
}
#contents .leftMenu .title a:link {
color: #FFFFFF;
text-decoration: none;

}
#contents .leftMenu .title a:visited {
color: #FFFFFF;
text-decoration: none;
}
#contents .leftMenu .title a:hover {
color: #999999;
text-decoration: none;
}
#contents .leftMenu .nameList {
margin-top: 10px;
margin-left: 15px;
font-size: 10px;
line-height: 180%;
}

#contents .leftMenu .nameList a:link {
color: #000000;
text-decoration: none;

}
#contents .leftMenu .nameList a:visited {
color: #000000;
text-decoration: none;
}
#contents .leftMenu .nameList a:hover {
color: #999999;
text-decoration: none;
}


/*メイン部分*/

#contents .main {
float: left;
width: 880px;
height: 650px;
margin-top: 30px;
margin-left: 0px;
background-color: #000000;
font-size: 12px;
color: #FFFFFF;
}



#contents .main .inner {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#contents .adressBox {
width: 880px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
float: left;
}
#contents .adressBox .innerBox {
background-color: #000000;
float: left;
height: 180px;
width: 700px;
}
#contents .adressBox .innerBox .innerAdress {
font-size: 10px;
line-height: 150%;
color: #FFFFFF;
margin-top: 30px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#contents .adressBox .subBox {
font-size: 12px;
color: #FFFFFF;
background-color: #000000;
height: 70px;
margin-top: 110px;
}
#classic-blog #contents .adressBox .subBox a {
color: #FFFFFF;
}

#contents .main .inner .photo {
float: left;
height: 400px;
width: 400px;
font-size: 10px;
}
#contents .main .inner .profile {
width: 400px;
margin-left: 30px;
float: left;
overflow: auto;
font-size: 10px;

}


/*Link focus*/
.current {
font-weight: bold;
border: 1px solid #F96;
background-color: #99CCCC;
}
