* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#1515d6;
	text-decoration:underline;
}a:hover{
	color:#b82525;
}
/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	color:#444444;
   background: #36414d;
	text-align:justify;
	font-size:13px;
}div#container{
	width:98%;
	margin:0 auto;
   background: #fff;
	padding:0 10px;
}
/*-------------------------------------------------------------------
id="header"
--------------------------------------------------------------------*/
h1 {
	height:70px;
	background:#fff;
	font-size:32px;
	padding:20px 0 0 30px;
}h1 a{
    color: #f93;
    text-decoration: none;
    font-weight: 900;
}
/*-------------------------------------------------------------------
id="contents"
--------------------------------------------------------------------*/
div#contents{
	float:left;
	width:78%;
	font-size:14px;
}div#contents a:hover{
	background:#fcfaf9;
}div#contents p{
	margin:11px 7px 15px 7px;
	line-height:135%;
}div#contents dl{
	padding:5px 7px 0 7px;
	line-height:125%;
}div#contents dt{
	background:url(img/list1.gif) no-repeat left center;
	padding-left:15px;
font-weight: bold;
}div#contents dd{
padding: 3px 5px 7px 15px;
}div#contents h2{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #669933;
   font-size: 16px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
	margin-top:5px;
}div#contents h3{
	font-size:16px;
	padding:3px 0 4px 13px;
}div#contents h4{
	font-size:13px;
	margin:0 7px;
	border-bottom:1px solid #aaaaaa;
	padding-bottom:2px;
}div#contents ul{
	list-style:none;
	line-height:145%;
	margin:7px;
}div#contents ul li{
	background:url(img/list1.gif) no-repeat left center;
	padding-left:15px;
	line-height:150%;
}p#Breadcrumb{
	margin-top:2px;
	line-height:100%;
	font-size:12px;
}div#infomation,div.entry,div.ads,div.entryRight{
	border:1px solid #dfd0c3;
}
/*-------------------------------------------------------------------
id="sidebar"
--------------------------------------------------------------------*/
div#sidebar{
	float:right;
	width:20%;
margin-top:5px;
background: #e6ecf2;
}div#sidebar h3{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #69c;
   font-size: 13px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}div#sidebar ul{
	list-style:none;
	padding:3px;
	line-height:140%;
}div#sidebar p{
	line-height:135%;
	padding:3px;
}div#boxend{
	border-bottom:1px solid #dfd0c3;
}div#sidebar h3 a{
    text-decoration: none;
   color: #fff;
}
/*-------------------------------------------------------------------
table
--------------------------------------------------------------------*/
table{border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;
width="100%";
}
th{
  font-weight : bold;
  text-align : center;
border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;
}
td{
  padding-left : 3px;
  padding-right : 2px;
  border-top-width : 1px;
  border-top-style : solid;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
}
/*-------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/
address{
	font-size:12px;
	font-style:normal;
	padding-top:11px;
	padding-bottom:7px;
	line-height:135%;
	clear:both;
	width:100%;
	background:#FFFFFF;
	color:#b79c85;
	text-align:right;
}address a, address a:link, address a:visited {
color:#000000;
text-decoration: none;
font-size:10px;
}end{clear:both;}
/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#cc0000;}
.colorBold{color:#b79c85;}
.new{font-size:11px;font-weight:bold;color:#b82525;}
.fontbig{font-size:25px;}