/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p{
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	padding: 5px;
	color: #333333;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 21px;
	line-height: 1.3em;
	color: #FF3399;
	padding-right: 10px;
	padding-top: 80px;
}
h2{
	font-size: 16px;
	line-height: 1.5em;
	color: #666666;
}
h3{
	font-size: 14px;
}
ul,ol{
	margin: 0px;
	padding: 0px;
}

/**LINK**/
a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #00FF00;
	text-decoration: underline;
}
/**LINK**/

#warpper{
	width: 760px;
	background-image : url(bg.gif);
	background-repeat: repeat;
}
#width{
	width: 750px;
	background-color: #FFF3F5;
}
:root #width{
	width: 750px;
	background-color: #FFF3F5;
	margin-left: 5px;
}

#cont_left{
	float: left;
	width: 200px;
	background-color: #FFF3F5;
}
#cont_right{
	float: right;
	width: 550px;
	background-color: #FFFFFF;
}
#footer{
	clear: both;
	width: 750px;
	background-color: #EF6AA3;
	padding-top: 20px;
}
:root #footer{
	clear: both;
	width: 750px;
	background-color: #EF6AA3;
	padding-top: 20px;
	margin-left: 5px;
}

.menu{
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.menu li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 16px;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/**MENU LINK**/
.menu a:link{
	color: #FF6699;
	text-decoration: none;
}
.menu a:visited{
	color: #FF6699;
	text-decoration: none;
}
.menu a:hover{
	color: #0000FF;
	text-decoration: underline;
}
/**MENU LINK**/

.tab01{
	background-image : url(tab01.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
.box{
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
.tbox01{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999999;
}
.tbox02{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.linebox01{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #666666;
}
.fbox{
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0px;
}
.font01{
	font-size: 10px;
}
.font02{
	color: #FFFFFF;
}
.td01{
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
.td02{
	font-size: 12px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	text-align: right;
}

