@charset "shift-jis";

/*-------------------------フォントスタイル フォントサイズの指定*/ 
body {
    font-family: "Times New Roman","MS P明朝","MS PMincho",serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    color:#363636;
}

a:link {
color: #363636;
text-decoration: none
}
a:visited {
color: #c0c0c0;
text-decoration: none
}
a:hover {
color: #008000;
text-decoration: none
}
a:active {
color: #808000;
text-decoration: none
} 

.list0 {
list-style-type: disc;
} 
.list {
list-style-type: circle;
}
.list2 {
list-style-type: none;
} 


/*-------------------------
.menu {
font-family: "Times New Roman","ＭＳ Ｐ明朝","Osaka"
} 
メニューのフォント設定*/

/*-------------------------wrapperの指定*/ 
#wrapper {
    text-align: left;
    width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

/*-------------------------headerの指定*/ 
#header {
	height: 80px;
    margin: 0;
    padding: 0;

}
/*-------------------------contentsの指定*/
#contents {
    font-size:70%;
    width: 500px;
    float: right;
    margin: 0;
    padding: 0 0 80px 0;
}


/*-------------------------sidebarの指定*/
#sidebar {
    font-size:80%;
    width: 180px;
    float: left;
    margin: 0;
    padding: 0;
}

/*-------------------------footerの指定*/
#footer {
    font-size:65%;
    text-align: left;
    clear: both;
    margin: 0;
    padding: 0;
}
