@charset "utf-8";
/* CSS Document */


h1, h2, h3, h4, h5, h6, div, ul, ol, p, blockquote { display : block; }
a, addr, img, small, span, strong, sub, sup 
  { display : inline; }
* {
	margin : 0;
	padding : 0;
	font-style : normal;
	font-weight : normal;
    font-size: 100%;

}
body {
	color : #555;
	background-color : #fff;
	font-size : 85%;
	font-family : "Verdana", "Osaka", "Helvetica", "ＭＳ Ｐゴシック", sans-serif;
	line-height : 1.5;
	text-align : center;
}
td {
    font-size: 84%;
}
ul,li,
#sidemenu ul,
#sidemenu li,
#footer ul,
#footer li{
	list-style: url(none) none;
}
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #4682b4;
}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #0081FF;
}
a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #ff8c00;
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 776px;
	text-align: left;
}
/*-----  ヘッダ  ------*/
#header {
	height: 88px;
	width: 776px;
	background: url(../images/header.gif) repeat-x;
	padding-bottom: 5px;
	margin: 0px;
}
/*-----  ヘッダ  ------*/
/*-----  パンくずリスト  ------*/
#rootlist {
	color: #660033;
	position: absolute;
	left: 590px;
	top: 110px;
}

/*-----  パンくずリスト  ------*/

/*-----  ページ  ------*/
#container {
	height: auto;
	width: 100%;
	float: left;

}
/*-----  ページ  ------*/

/*-----  ナビゲーション  ------*/
#side {
	width: 180px;
	float: left;
}

#sidemenu ul{
	margin: 0px;
	padding: 0px;

}
#sidemenu li {
	text-indent: 20px;

}
#sidemenu li.topnavi{
	background: url(../images/top_btn.jpg) no-repeat;
	padding-top: 5px;
	font-size: 110%;
	height: 37px;
	width: 180px;
}
#sidemenu li.category{
	background: url(../images/cat_btn.jpg) no-repeat;
	font-weight: bold;
	color: #555;
	font-size: 110%;
	height: 37px;
	width: 180px;
	margin: 0px;
	position: relative;
	line-height: 250%;
}
#sidemenu li.pagenavi{
	height: 37px;
	font-weight: bold;
	color: #333333;
	font-size: 110%;
	display: block;
	w\idth: 180px;
	border-bottom: 1px dashed #999999;
	text-align: left;
}
#sidemenu li.pagenavi a{
	height: 37px;
	w\idth: 180px;
	width: 180px;
	background: #FFF;
	line-height: 220%;
	display: block;
}

#sidemenu a,
#sidemenu li a{
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	line-height: 1.6em;

}

/*-----  ナビゲーション  ------*/


/*-----  メイン  ------*/
#contents {
	float: right;
	width: 574px;

}
#contents p {
	width: 550px;
	margin-left: 15px;
	font-size: 110%;
}

/*=====  トップページ  =====*/
#contents #topimg{
	background: url(../images/card.jpg) no-repeat;
	height: 120px;
	width: 566px;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
#topimg .text {
	width: 250px;
	height: 180px;
	position: relative;
	top: 40px;
	left: 20px;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.1em;
}


/*=====  トップページ  =====*/
/*-----  フッタ  ------*/
#footer {
	text-align: center;
	background: url(../images/footer.gif) repeat-x;
	float: left;
	height: 40px;
	width: 776px;
	display: block;

}


#flink {
	margin-top: 10px;

}
/*-----  フッタ  ------*/



/* Hタグ */
h1 {
	color: #000099;
	margin : 0.3em 0 0.2em;
	font-size : 140%;
	font-weight:bold;
	text-indent: 5px;
	padding-left: 0.1em;
}
h2 {
	font-size : 120%;
	font-weight:normal;
	text-indent: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contents h2 {
	font-size : 120%;
	font-weight:bold;
	text-indent: 20px;
	background: url(../images/main_h2.jpg) no-repeat;
	height: 20px;
	width: 560px;
	padding-bottom: 3px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
h3 {
	font-size : 120%;
	font-weight:bold;
	background: url(../images/subtitle.gif) repeat-x;
}
#contents h3 {
	font-size : 120%;
	font-weight:bold;
	text-indent: 10px;
	background: url(../images/subtitle.gif) repeat-x;
	height: 32px;
	width: 555px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	letter-spacing: 0.1em;
}

h4 {
	font-size : 110%;
	font-weight:bold;
	background: url(../images/icon_s52.gif) no-repeat;
	display: block;
	height: 20px;
	width: 500px;
	text-indent: 20px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #666666;
}
h4 a{
	text-decoration: none;
}
#contents .rankicon img {
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 0px;
	float: left;
	text-align: left;
}

h5 { font-size : 105%; font-weight:bold;}
h6 { font-size : 100%; font-weight:bold;}

/* Pタグ */
p {
	margin : 1em 0 1em;
}
#contents ul {
	width: 550px;
	left: 15px;
	position: relative;

}
#contents li {
	border-bottom: 1px dotted #999999;
	margin-top: 3px;
	margin-bottom: 3px;
}
#contents dl{
	width: 550px;
	left: 15px;
	position: relative;
}
#contents dt{
	background:url(../images/icon52.gif) no-repeat left center;
	padding-left:25px;
	font-size:15px;
}
#contents dd{
	padding-top:5px;
	padding-left:25px;
	padding-bottom:10px;
	font-size:14px;
	color: #669900;
}
#contents table {
	position: relative;
	left: 15px;
}
#contents td {

}
#contents .rootlist {
	margin: 2px;
	line-height: 200%;
}
#contents table {
	color: #000099;

}
#contents table.waku {
	background: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contents table.waku tr {
	background: #CCCCCC;
}
#contents table.waku td {
	background: #FFF;
	margin: 3px;
	font-size: 110%;
}

#contents table th {
	color: #000099;
	background: #F0F0FF;
	font-size: 110%;

}
#contents table td {
	color: #666666;
	background: #FFF;
	font-size: 110%;
}

#contents  .rankicon  {
	text-indent: 10px;
	padding: 5px;
}
#contents  .red  {
	color: red;
}
#contents .rankicon .line1 {
	border-bottom: 1px dotted #666;
	width: 510px;
	background: url(../images/icon_s52.gif) no-repeat left;
	display: block;
}


p strong {font-weight: bold;}

/*左メニューのマウスで色が変わる部分*/

#sidemenu li.pagenavi a:hover{
	height: 37px;
	w\idth: 180px;
	width: 180px;
	background: #C4E1FF;
	display: block;

}
