body {
margin: 0px 0px 20px 0px;
background-color: #f7f9fa;
background-image: url(./indexbg.jpg);
background-repeat: repeat-x;
font-size: 10px;
color:#778899;
font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
text-decoration: underline;
}

a:link {
color: #2c7fd6;
}

a:visited {
color: #2c7fd6;
}

a:active {
color: #FFFFFF;
}

a:hover {
color: #2c7fd6;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

/*
メインコンテナ
-------------------------------------------------------------------*/
#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 700px;
background-color: #f7f9fa;
border: 1px solid #E6E6E6;
text-size: small;
}

#banner {
color: #FFFFFF;
background-color: #2c7fd6;
text-align: left;
padding: 8px;
border-bottom: 1px solid #ffffff;
height: 18px;
}

#banner2 {
color: #666666;
background-color: #006298;
padding: 0px;
height: 18px;
}

#banner3 {
background-color: #5aa1e2;
}

#banner a {
color: #FFFFFF;
text-decoration: none;
}

#banner h1 {
font-size: x-large;
line-height: 100%;
}

/*
上メニュー
-------------------------------------------------------------------*/
#menu {
	background-color: #006298;
	background-image: url(./menu.gif);
	height:
}

#menu li {
	display: inline;
  }
  
#menu li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

#menu li a:hover {
	color: #ffd700;
	background-image:
	background-color:
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd700;
}

/*
トピ
-------------------------------------------------------------------*/
#center {
float: left;
overflow: hidden;
width: 496px;
font-size: x-small;
margin:0;
padding:0;
}

.content {
padding:0;
background-color: #f7f9fa;
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
}

.content img {
border: none;
}

/*
右サイド
-------------------------------------------------------------------*/
#right {
float: left;
width: 204px;
background-color: #f7f9fa;
overflow: hidden;
padding:0;
margin:0;
}

.sidebar h2 {
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .3em;
}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 5px;
}

.sidebar li {
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
list-style-type: none;
}

.sidebar img {
border: none;
}

/*
SPコーナー
-------------------------------------------------------------------*/
.contents2 {
	width:40px;
	float: left;
}

.contents3 {
	width:185px;
	float: left;
}

h2 {
	display: block;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 40px;
	color: #bd63a1;
}

.contents3 img {
border: none;
}

/*
下メニュー
-------------------------------------------------------------------*/
#fmenu {
	clear: both;
	background-color: #e0e7ee;
	background-position: bottom;
}
#fmenu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 15px;
}
#fmenu ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#fmenu li a {
	font-size: 10px;
}

