@charset"UTF-8";

p{
    text-align: left;
}

body{
	color : #000000;
	background : #FFFFFF;
}

a:link{
	color : #0066FF;
	text-decoration : underline;
}
a:visited{
	color : #6600FF;
	text-decoration : underline;
}
a:active,a:hover{
	color : #FFFFFF;
	background-color : #0066FF;
	text-decoration : none;
}

div.all1{
	text-align : center;
}

div.all2{
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	max-width : 1000px;
}

H2{
	text-align : center;
	color : #FFFFFF;
	font-size : 300%;
	background : #0066FF;
    margin : 0px;
    padding: 0px;
}

H3{
    text-align : left;
    font-size : 200%;
    padding-left: 10px;
	border-bottom : 0.15em solid #0066FF;
	border-left :1em solid #0066FF;
}

H4{
    text-align: left;
    color: #000000;
    font-size: 150%;
    background: #FFFFFF;
    border-bottom : 2px solid #0066FF;
}

.top{
    overflow: hidden;
}

.topimage{
    width:490px;
    float: left;
}

.topmessage{
    width:490px;
    float: left;
    padding: 5px;
}

.menu{
       text-align : left;
       font-size : 120%;
}

.menu2{
    color : #0066FF;
    text-align : center;
    font-size : 150%;
}

.koushin{
       font-size : 120%;
       padding : 5px;
}

dl.log{
    height : 350px;
    width : 990px;
    padding : 5px;
    border: 2px solid #003366;
    overflow-y : scroll;
    overflow-x : hidden;
}

.top{
	text-align : left;
	font-size : 100%;
	background-color : #C7C7F9;
}
