@charset "Shift_Jis";

/* 全体の設定
-----------------------------------*/

*{
	margin:0;				/* マージン一括指定 */
	padding:0;				/* パディング一括指定 */
}

body {
  color: #000000;
  margin-left:0;				/* 左マージン */
  background-image: url(cg/sima.gif);
}

h1,h2,h3,h4,h5,em,strong{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

a{
color: #003300;
font-weight: bold;
}

a:hover{
color:#009900;
}

p{
	text-indent: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	font-size: 12px;
}

img{
border-width: 0;
}


/* 記事の設定
-----------------------------------*/

div#wrapper{
width: 650px;
height: auto;
text-align: left;
}


/* ヘッダー
-----------------------------------*/
div#header{
width: 650px;
height: auto;
background-color:#FFFFFF
}
div#header h1{
display:none;
}

/* メニュー
-----------------------------------*/
div#menu{
	height: 40px;
	width: 650px;
	float: left;
	display: block;
}

	
div#menu a
{
	font-size: 14px;
	font-style:inherit;
	text-decoration: none;
	margin-left: 10px;
	margin-top:5px;
}


/* メニュー
-----------------------------------*/
div#submenu{
	height: 30px;
	width: 650px;
	float: left;
	display: block;
}

	
div#submenu a
{
	font-size: 13px;
	font-style:inherit;
	text-decoration: none;
	margin-left: 10px;
}


/* 本文
-----------------------------------*/
div#content{
	width: 650px;
	background-image: url(cg/top/onpu.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 145px;
	clear: both;
	background-color: #FFFFFF;
}

div#content p{
	text-align: left;
	margin: 35 0 0 3;
	font-size: 13px;
}

div#content h2{
color:#ffbb00;
font-weight: bold;
margin-top: 20px;
margin-bottom: 3px;
margin-left: 0px;
padding-left: 0px;
border-left-width: 5px;
border-left-color: #bbdd00;
border-left-style: solid;
}

div#content h3{
color:#ffbb00;
font-weight: bold;
margin-top: 20px;
margin-bottom: 3px;
margin-left: 0px;
padding-left: 0px;
border-left-width: 5px;
border-left-color: #bbdd00;
border-left-style: solid;
}

div#content dl{
width: 460px;
height: auto;
}

div#content dt{
padding-top: 10px;
padding-left: 1em;
}

div#content dd{
padding-left: 2em;
padding-right: 1em;
}

div#content ul{
width: 650px;
margin: 15px 5px;
height: auto;
border-width: 1px;
border-color: #cccccc;
border-style: solid;
}

div#content li{
padding-bottom: 7px;
padding-top: 5px;
padding-left: 3em;
padding-right: 1.5em;
background-image: url('img/fts003_list.gif');
background-repeat: no-repeat;
background-position: 1em 9px;
}

div#contents{
	width: 650px;
	height:auto;
	clear: both;
	background-color: #FFFFFF;
}

div#contents a{
	font-size:9px;


margin:
;
	text-align: center;
}

/* フッター
-----------------------------------*/
div#footer{
width: 650px;
height: 115px;
margin:0px 0px 0px 0px;
text-align: right;
background-color:#FFFFFF
}
