/*--------------- style reset */
* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body {
	color:#000;
	background-color:#fff;
	text-align:center;
}
img {
	border:none;
	margin:0;
	padding:0;
}
a         {color:#fff;}
a:link    {color:#fff;}
a:visited {color:#fff;}
a:active  {color:#fff;}
a:hover   {color:#ff0;}
/*--------------- box size */
#container {
	margin:0 auto;
	width:800px;
	background:url(/image/bcg_body.jpg) no-repeat;
}
/* --------------- header */
#header {
	width:800px;
	height:80px;
}
#header h1 {
	padding:0;
	font-size:14px;
	color:#fff;
}
#header h2 {
	padding:0;
	font-size:12px;
	color:#fff;
}
/* --------------- navi */
#navi {
	width:800px;
	height:35px;
	background:url(/image/bcg_navi.jpg) no-repeat;
}
#navi ul {
	margin-left:48px;
	padding:0;
	list-style-type:none;
}
#navi li {
	display:inline;
}
#navi a {
	float:left;
	display:block;
	width:95px;
	height:15px;
	margin:5px 5px 0 0;
	padding:5px 7px 0 7px;
	text-align:center;
	text-decoration:none;
	font-size:12px;	
	color:#000;
	border:2px inset #ccc;
	background:url(/image/bcg_navi1.jpg) no-repeat;
}
#navi a:hover {
	border:2px outset #ccc;
	background:url(/image/bcg_navi2.jpg) no-repeat;
	color:#000;
}
/* --------------- main */
#main {
	float:right;
	width:600px;
	background:url(/image/bcg_main.jpg) no-repeat;
}
/* --------------- info */
#info {
	float:right;
	width:590px;
	height:150px;
	margin-top:5px;
	background:url(/image/bcg_top_info.gif) repeat-y top left;
}
#info p {
	font-size:14px;
	margin:0px;
	padding:20px;
	line-height:150%;
}
/* --------------- entry */
.entry {
	float:right;
	width:590px;
}

.entry a {color:#00f;}
.entry a:link    {color:#00f;}
.entry a:visited {color:#009;}
.entry a:active  {color:#009;}
.entry a:hover   {color:#f00;}

.entry h2 {
	margin:20px 0 0 20px;
	padding:0px 0 10px 40px;;
	height:20px;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	background:url(/image/bcg_h2.gif) no-repeat;
}
.entry h3 {
	padding-right:20px;
	margin:0;
	font-size: 14px;
	font-weight:normal;
	line-height:150%;
	text-align:right;
}
.entry h4 {
	margin:5px 0px 10px 10px;
	padding:4px 20px 2px 10px;
	font-size: 16px;
	border:1px solid #c90;
	border-left:16px solid #c90;
	font-weight:bold;
	text-align:left;
	background:url(/image/bcg_h3.gif) repeat-x;
}
.entry h5 {
    margin:5px 20px 5px 40px;
    font-size:14px;
    font-weight:bold;
    line-height:120%;
    border-bottom:2px dotted #c90;
    color:#c90;
}
.entry h6 {
    margin:0 20px 0 50px;
    font-size:10px;
    line-height:120%;
}
.entry p {
	margin-left:40px;
	font-size:14px;
	line-height:150%;
	text-align:left;
}
.entry img {
	float:right;
	margin-left:10px;
	margin-right:0px;
	padding:0;
	border:none;
}
/* --------------- side */
#side {
	float:left;
	width:200px;
	margin-top:0px;
	background-color:#000;
}
#side ul {
	list-style:none;
	margin-bottom:5px;
}
#side li {
	font-family:"ＭＳ ゴシック",Osaka,sans-serif;
}
#side li a {
	display:block;
	height:18px;
	padding:3px 0 1px 5px;
	border:1px solid #090;
	border-left:10px solid #090;
	text-decoration:none;
	color:#000;
	font-size:12px;	
	background-color:#fff;
}
#side li a:hover {
	color:#444;
	background-color:#9fc;
}
#side h2 {
	margin-bottom:10px;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	background:url(/image/bcg_side_h2.gif) repeat-x;
}
#side h3 {
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	text-align:left;
}
#side p {
	font-size:12px;
	line-height:130%;
	text-align:left;
}
#side img {
	border:none;
	text-decoration:none;
}
#side img　a {
	border:none;
	text-decoration:none;
}
/* --------------- footer */
#footer {
	clear:both;
	width:800px;
	height:70px;
	text-align:center;
	background:url(/image/bcg_footer.jpg) no-repeat;
}
#footer p {
	margin:0;
padding:0;
	color:#fff;
	font-size:12px;
	line-height:120%;
}
/* --------------- other */
.top {
	clear:both;
	text-align:right;
	margin-right:20px;
	margin-bottom:30px;
}
.top img {
	text-align:right;
	margin-right:20px;
	margin-bottom:0px;
}
.clearp {
	clear:both;
}
strong {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}