body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 12px;
    padding:5px 0 3px 0;
    margin:0;
	color: #333333;
	font-weight: normal;
}

h2 {
font-size: 80%;
line-height: 120%; 
color: #333333;
font-weight: normal;

}

h3 {
font-size: 105%;
line-height: 120%; 
color: #333333;
font-weight: bold;

}

.text {
 font-size: 88%; line-height: 135%; 
 color: #333333;
} 

.smalltext {
 font-size: 80%; line-height: 130%; 
 color: #333333;
} 

.smalltextred {
 font-size: 60%;
 color: #990000;
font-weight: bold;
} 

.midashibig { 
font-size: 110%; font-weight: bold; 

} 

.text85 { 

font-size: 85%; 
color: #333333;
}

.item {
color: #FFFFFF; 
font-size: 9; 
font-weight: bold; 

}


.style1 {color: #FFFFFF}
.style5 {font-size: 9}
.style6 {color: #FFFFFF; font-size: 9; }
.style12 {color: #996633; font-size: small; }
.style13 {font-size: smaller}
.style14 {color: #FF0000}
.style16 {color: #FF0000; font-weight: bold; }
.style18 {color: #333333}

/* リンク文字設定 */
	a {
		color: #0000FF;
		text-decoration: underline;
	}
	a:link {
		color: #0000FF;
		background: none;
	}
	a:visited {
		color: #990033;
		background: none;
	}
	a:active {
		color: #333333;
		background: none;
	}
	a:hover {
		color: #FF9900;
		background: none;
	}
	
	
/* ------------------------------------- 
 *	各メニュータイトル文字色
 * ------------------------------------- */
.linktitle {
	border: solid;
	border-width: 0px 0px 0px 8px;
	padding: 2px;
	border-color: #996600;
	font-size: 100%;
	font-weight: bolder;
	padding: 3px 0 3px 5px;
	color: #000000;
	margin: 15px 0px 10px 0px;
}


.linktext {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}


.linktext ul {
	margin: 0px;
	padding: 0px;
	}

ul {
	margin: 0px;
	padding: 0px;
}


ul li img {
     vertical-align: bottom;
}
ul li {
     margin: 0;
     padding: 0;
     list-style-type: none;
}




/* レイアウト設定 */
#menu
	{
	float:left;
	width:170px;
	margin: 0px;
	
	}

#contents
	{
	float:left;
	width:570px;
	}

#topics	{
	float: left;
	width: 570px;
	padding: 0 0 0 0;
}

#footer
	{
	clear:left;
	width:740px;
	
	}
	
	
#header
	{
	width:740px;
	margin: 0px,0px,0px,0px;
	}

#wrapper {
	width: 740px;
	margin: 0 auto 0 auto;
}

