/*ページ全体の表示部分*/
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url("./img/bg02.jpg");
    font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #333333;
	line-height: 150%;
		}

a {
	text-decoration: none;
	}

a:link {
	color: #FF6699;
	}

a:visited {
	color: #FF6699;
	}

a:active {
	color: #FF6699;
	}

a:hover {
	color: #FF0066;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	}

h2 {
	font-size: 14px;
	color:#DF3195;
	margin: 0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;	
	background-image: url(wasou/img/h2-bg.jpg);
	font-weight: bold;
	}

h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	color: #FFCC66;
	font-weight: bold;
	width: auto;
	}

h4 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	width: auto;
	}

.text {
	font-size: 12px;
	color:#000000 ;
	line-height: 14px;
	}
	
.text02 {
	font-size: 10px;
	color:#000000 ;
	line-height:13px;
	}
	
.text03 {
	font-size: 10px;
	color:#000000 ;
	line-height:13px;
	}

.text04 {
	font-size: 12px;
	color:#000000 ;
	line-height:20px;
	}
	
.small {
	font-size: 9px;
	color:#000000 ;
	line-height:12px;
	}

.large {
	font-size: 13px;
	color:#000000 ;
	line-height:20px;
	}

.links {
	font-size: 10px;
	color:#000000 ;
	line-height:13px;
	}

form { margin: 0px; }

li {
	font-size: 12px;
	line-height: 110%;
	margin-top: 3px;
	margin-left: 10px;
}

ul {
	font-size: 12px;
	line-height: 110%;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.copyright {
	font-color: #D1D1D1;
	font-size: 12px;
}

.address-text {
	font-color: #999999;
	line-height: 130%;
	font-size: 10px;
}

.style1 {
	color: #00CCFF;
	font-weight: bold;
}
.style2 {
	color: #E5BC95;
	font-weight: bold;
}

/*ページの大外側*/
#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image: url(top-img/bg.jpg);
 	background-repeat: repeat-y;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 800px;
	}
	
/*ヘッダー*/
#header {
	line-height: 120%;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 788px;
	}

/*メイン部分*/
#main {
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 680px;
	height:auto;
	}

/*セカンドメイン部分*/
#main02 {
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 740px;
	height:auto;
	}



/*トップFLASH部*/
#flash {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 1px solid #EF3A97;
	width: 678px;
	height: 226px;
	}

/*news部*/
#news {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 678px;
	height: 28px;
	}

/*top-menu部*/
#top-menu {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color:#FFFFFF;
 	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	border: 0px;
	width: 678px;
	height: 182px;
	}


/*フッター*/
#footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 0px;
	height: 109px;
	width: 788px;
	border: 1px solid #ABABAB;;	
	font-size: 12px;
	font-color: #333333;
	line-height: 120%;
}
