﻿
* dl{
	margin:0px auto;
}

body{
	background-color: #ffffff;

}
#wrapper{
	width:1000px;
	margin:0px auto;
	background-color:#ffffff;
}

#header{
	width:180px;
	height:30px;
	margin: 0px auto;
	padding: 0 30px 0 30px;
}

#sub{
	width:240px;
	padding:20px 0px 0px 0px;
	margin:0px;
	float:left;
	font-size:14px;

}


#menu {
	font-weight:bold;
}

#menu a:link{color:#664e82;} 
#menu a:visited { color:#664e82; }
#menu a:hover { color: red;position:relative;
		text-decoration: underline;
		top:2px;
		left:2px;}		
#menu a:active { color: red; } 

#menu a{text-decoration:none;
}

		
#menu dt a{display: block;
}

#menu dt a:hover {
		text-decoration:none;
		}

#menu dt{
	height:25px;
    letter-spacing: 0.4em;
	padding:5px 10px 5px 20px;
	font-size:19px;
	border:dotted 1px #ffffff;
	margin:0px auto 0px 0px;
    background: #cd99e1;
    border-radius: 5px;

}


#menu dt:hover {
    background:  linear-gradient(white, #cd99e1 15px);
}

#menu dd{
	height:20px;
	padding:5px 0px 5px 5px;
	font-size:18px;
	background-color:#fdedf4;
	border:dotted 1px #ffffff;
	margin-left: 15px;
	border-left: solid 5px #e185a3;
}


#contents{
	width:750px;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0 0 0;
	float:right;

}
#main{
	padding: 0px 0 20px 0;
}

#navi{
	padding: 0px 0 0px 0;
}

#footer{
	clear:both;
	padding: 5px 0px 2px 250px;
}
h1 {
    font-family: "ＭＳ ゴシック";
    font-size: 1.7em;
	color: #E185A3;
	font-weight:bold;
	text-align: center;
}
h2 {
    font-family: "ＭＳ ゴシック";
    font-size: 2em;
	color: #000000;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.8em;
}
