@charset "utf-8";

body {
	background-color: #ccffff;
}

a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}

.contents {
	width:800px;
	margin: auto;
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10pt;
	-moz-border-radius: 15px;
}

.bold {
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	margin: 5px 5px 5px -5px;
	padding:3px 5px;
	border-color:#ff6633;
	border-width:1px 1px 1px 7px;
	border-style:solid;
}

.title {
	font-size: 16pt;
}


.right {
	width: 324px;
	height:244px;
	float: right;
	background-image: url(../Styles/kao.jpg);
	background-repeat: no-repeat;

}

.center {
	width: 40%;
	margin: auto;
}