@charset "utf-8";

body {

background: url(images/back.gif);
text-align: left;
color: #444444;
font-weight: normal;
font-style: normal;
text-decoration: none;
margin: 10px 0;
padding:  0;
line-height: 140%;
font-size: 0.9em;
text-decoration: none;

}

/* ページ全体 */

#wrapper{

background: #FFFFFF;

width:800px;
margin-left:auto;
margin-right:auto;
border:1px;
border-style:solid;
border-color:#666666;
text-align: left;
padding:0;

}

/* ヘッダー */

#header{

height:100px;
width:auto;
background: url("images/title.jpg") no-repeat;
margin-bottom:5px;

}

/* メニュー */

#menu ul{

margin:0;
padding:0;
width:800px;
height:20px;

}

#menu ul li{

color: #444444;
display:inline;
background: url(images/menu.jpg);
float: left;
width: 100px;
padding-top: 1px;
list-style: none;
text-align: center;
font-weight:bolder;
line-height: 120%;

}

#menu ul ui{

color: #444444;
display:inline;
background: url(images/menu2.jpg);
float: left;
width: 100px;
padding: 0;
list-style: none;
text-align: center;

}

#menu a{

color: #444444;
text-decoration:none;
background:none;
margin: 0;
width:100px;

}

#menu ul li a:hover{

color: #eeeeee;
text-decoration:none;

}

/* カウンター */

#counter {

text-decoration:none;
margin-left:1.5em;

}

#counter p {

margin:3px 0 0 20px;

}

/* メインコンテンツ */

#content {

clear:both;
width:560px;
height:auto;
float:left;
margin:10px 0 10px 0;

}


#content p {

margin:10px;
padding:0;

}

#content dd li {

margin: 0 1.5em;
padding: 0;

}

#content dl {

margin: 1em 0;
padding: 0;

}

#content dt {

color: #666666;
font-weight: bold;
margin: 1em 80px 0 1em;
padding-left: 1.5em;
border-color: #aaaaaa;
border-bottom: 3px;
border-style:groove;
border-top:none;
border-left:none;
border-right:none;

}

#content dd {

margin: 0.3em 0 2em 2.5em;
font-weight:400;

}

#content2 {

clear:both;
width:780px;
height:auto;
float:left;
margin:10px 0 10px 0;

}

#content2 p {

margin:10px;
padding:0;

}

#content2 dd li {

margin: 0 1.5em;
padding: 0;

}

#content2 dl {

margin: 1em 0;
padding: 0;

}

#content2 dt {

color: #666666;
font-weight: bold;
margin: 1.5em 80px 0 1em;
padding-left: 1.5em;
border-color: #aaaaaa;
border-bottom: 3px;
border-style:groove;
border-top:none;
border-left:none;
border-right:none;

}

#content2 dd {

margin: 0.3em 0 2em 2.5em;
font-weight:400;

}

#content2 h1 {

margin: 1em 1em 10px 1em;
font-weight:400;
font-size:1em;

}

#content2 img{

vertical-align:text-bottom;
margin-bottom:0;
text-decoration: none;
border: 0;
padding: 0px 0px 0px 0px;


}

/* サイドバー */

#sidebar {

margin:10px 10px 10px 0;
padding:0;
width:218px;
height:auto;
text-align:left;
border-style:dotted;
border-width:1px;
float:right;

}

#sidebar p {

margin:10px;
padding:0;

}

#sidebar h1 {

margin: 0 1em 10px 1em;
font-size:1em;
font-weight:400;

}

#sidebar .line {

border-color: #aaaaaa;
border-bottom: 3px;
border-style:groove;
border-top:none;
border-left:none;
border-right:none;
margin: 1em 1em 1em 1em;

}

/* フッター */

#footer {

clear:both;
background: url(images/copyright.jpg) no-repeat;
margin: 0;
padding:0;
width: 800px;
height:23px;
text-align:center;
font-weight:bolder;

}

#footer p {

color:#444444;
padding:0;
margin:0;

}

/* イメージ */

img	{
	vertical-align: top;
	margin: 3px 0px 3px 0px;
	border: 0;
	padding: 0px 0px 0px 0px;
	}
	
/* リンク */

a:link {

color:#666666;
text-decoration: underline;

}

a:visited {

color:#666666;
text-decoration: underline;

}

a:hover {

background-color:#000099;
color:#FFFFFF;
text-decoration: none;

}

a:active {

color:#666666;
text-decoration: underline;

}

/* その他 */

.bar{

clear:both;
height:auto;
margin:0;
border-top:1px;
border-bottom:1px;
border-left:0;
border-right:0;
border-style:solid;
border-color:#666666;
padding:1px;
font-size:0;

}
