*{
margin: 0px;
padding: 0px;
font-family: sans-serif;
}

body {
font-size: 85%;
line-height: 160%;
color: #666666;
background: #FFFFFF;
}

a{
color: #339900;
text-decoration: underline;
}

a img{
border: 0px;
}

a:hover{
color: #339900;
text-decoration: none;
}

h1 {
color: #5C574E;
font-size: 160%;
margin: 0px 0px 10px;
padding: 10px 0px 10px 8px;
border-left: 6px solid #FF6600;
font-weight: bold;
text-align: left;
letter-spacing: 3px;
}

h2 {
color: #5C574E;
font-size:115%;
margin: 20px 0px 5px;
padding: 0px 0px 1px 0px;
border-bottom: 1px dashed #FF6600;
letter-spacing: 2px;
}

h2 a{
text-decoration: none;
}

h3 {
font-size: 100%;
}

/**ページ要素*/

div#container {
clear: both;
width: 750px;
margin-top: 10px;	
}

.fbox{
float: left;
}

.c{
clear: both;
height: 10px;
}

.nd{
display: none;
}

div.adsense{
border-top: 1px dashed #CC0000;
margin: 10px 0px;
}

div.cline{
clear: both;
margin: 10px 0px;
border-bottom: 1px dashed #CC0000;
}

/**ヘッダー*/

div#header{
width: 750px;
height: 80px;
border-top: solid 6px #FF6600;
border-bottom: solid 1px #CCCCCC;
}

div#header h1{
display: none;
}

div#header_adv{
float: left;
width: 468px;
height: 60px;
margin: 10px 0px;
}

div#logo a{
float: left;
background: url(img/bg_header.gif) no-repeat;
width: 282px;
height: 80px;
display: block;
}

/**メイン*/

div#main {
width: 570px;
float: left;
text-align: left;
}

div#content{
margin: 0px 20px 20px 0px;
width: 550px;
}

div#content p{
margin: 5px 0px;
}

div#content ul{
list-style: none;
margin: 5px 0px;
}

div#content li{ 
background: url(img/icon_orange.gif) no-repeat 5px 9px;
line-height: 1.4em;
padding-left: 15px;
}

div.crumb{
font-size: 80%;
margin-bottom: 5px;
}

/**メニュー*/

div#menu {
float: left;
width: 180px;
}

div#menu h2{
display: none;
}

div#menu .shurui a{
border: 0px;
display: block;
background: url(img/bg_shurui.jpg) no-repeat;
width: 180px;
height: 100px;
}

div#menu h3{ 
padding: 2px 0px;
color: #FFFFFF;
letter-spacing: 2px;
font-weight: bold;
text-align: center;
background-color: #708090;
}

div#menu ul{
list-style: none;
}

div#menu ul li{
    margin: 0px;
    padding: 0px;
    text-align: left;
	font-size: 110%;
	border-bottom: solid 1px #FFFFFF;
}
	
div#menu ul li a{
	background: #E1F4D7 url(img/icon_green_off.gif) left bottom no-repeat;
	width: 155px;
	display: block;
	padding: 10px 0px 10px 25px;
	color: #666666;
	letter-spacing: 2px;
	text-decoration: none;
}

div#menu ul li a:hover{
	background: #EFF9E9 url(img/icon_green_on.gif) left bottom no-repeat;
	color: #666666;
	text-decoration: none;
}


/**フッター*/

div#footer {
clear: both;
width: 750px;
font-size: small;
text-align: center;
padding: 5px 0px;
color: #FFFFFF;
background-color: #FF6600;
}

div#footer img{
position: relative;
top: 4px;
}

div#footer a:link, div#footer a:active, div#footer a:visited, div#footer a:hover {
color: #FFFFFF;
}

#trackword ol {
	font-size: 10px;
	list-style: none;
	text-align: center;
	margin-top: 20px;
	}