@charset "utf-8";
/* CSS Document */

#wrapper{
margin:50px auto 10px;
width:1000px;
}

h1{
text-align:center;
font-size:14px;
font-weight:bold;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2{
border-left:10px solid white;
margin-bottom:10px;
padding:2px 8px;
font-weight:bold;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h3{
padding:72px 0px 60px 100px;
}



/*--------左ボディー---------*/
#body_l{
position:fixed;
width:300px;
height:1000px;
float:left;
}



#body_l .menu{
font-size:20px;
font-family: 'Love Ya Like A Sister', cursive;
font-weight:bold;
line-height:1.8em;
padding:0px 0px 20px 100px;
}

#body_l .menu li a:hover{
border-bottom:3px dotted violet;
}


#body_l .hit{
color:mediumseagreen;
}

/*--------右ボディー---------*/
#body_r{

width:700px;
float:right;
}

.to_top{
text-align:right;
padding:50px 35px 50px 0px;
}

#body_r a:hover{
	border-bottom:3px dotted mediumseagreen;
}

/*--------コンテンツー---------*/
#contents{
background-color:beige;
width:600px;
border:1px solid #fff;
margin:40px auto 0px;

border-radius:8px;         /* CSS3 */
-webkit-border-radius:8px; /* Webkit */
-moz-border-radius:8px;    /* Mozilla */

-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari, Chrome用 */
-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox用 */
box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
}

#contents_inside{
margin:40px 60px 80px;
}

.section{
margin: 0 0 15px 15px;
}

.copyright{
text-align:center;
font-family:'Sorts Mill Goudy', serif;
}

#body_r a:hover{
	border-bottom:3px dotted violet;
}
