@charset "utf-8";
/* CSS Document */

body{
font-size : 0.8em;
font-family : Verdana,Osaka,'MS UI Gothic';
color:#333; 
line-height:150%;
margin:0;
letter-spacing:0.05em;
background:url("img/bg.gif") 110% 125% no-repeat fixed;

}

a{
color:#899501;
text-decoration:none;
}

img {
   border:0;
}

ol,ul {
    list-style: none;
	padding:00;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ヘッダー */

#header {
   width:760px;
   margin-bottom:5px;
   background:url(img/bg_head.gif) 0 0 no-repeat;
}

h1{
color:#00a2da;
font-weight:bold;
text-align:center;
margin:30px;
}

#header p{
	font-weight:normal;
}

/* コンテンツ */

div#wrapper  {
margin-right:400px;
text-align:left;
padding:10px;
}

#wrapper #contents h2 {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #eb7c16;
}

div#contents h2{
background:url("img/icon12.gif") no-repeat;
padding:3px 3px 3px 45px;
font-size:1em;
font-weight:normal;
margin:0;
}


/* サイドバー */

div#side h3{
	background:url("img/icon13.gif") no-repeat;
	padding:3px 3px 3px 45px;
	font-size:1em;
	font-weight:normal;
	margin:0;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #00a2da;
}

/* フッター */
div#footer{
font-size:0.9em;
text-align:center;
padding:10px;
border-top:5px double  #4eb72c;
}
