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

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	color: #44434E;
	background-image: url(img/body_back.gif);
	background-repeat: repeat;
	background-color: #EEE;
}
h2  {
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
}
h2 a  {
	color: #305576;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	color: #900;
}
h4 {
	font-weight: bold;
	text-decoration: underline;
}
#main li{
	margin-left: 15px;
}
#main ul {
	margin-bottom: 30px;
	margin-top: 5px;
}




#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

	
#logo {
	display: block;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 600px;
	margin-top: 10px;
	line-height: 40px;
	color: #CCC;
	text-align: left;
}
#headder_navi {
	float: left;
	height: 55px;
	width: 200px;
	line-height: 40px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
#headder h1 {
	display: none;
}

#main {
	width: 500px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 200px;
}

#logo a {
	display: block;
	width: 100%;
	font-size: 180%;
	color: #630;
	height: 100%;
	line-height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#side_l {
	float: left;
	width: 200px;
	height: 500px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -700px;
}
#side_r {
	float: left;
	width: 200px;
	height: 200px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navi {
	clear: both;
	height: 50px;
	width: 100%;
	margin-top: 5px;
	background-image: url(img/navi_back.gif);
	background-repeat: no-repeat;
}
#navigation {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/navi_back.gif);
	background-repeat: no-repeat;
}

#navi li {
	display: block;
	float: left;
	padding: 5px;
	color: #FFF;
	margin-top: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #585858;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #757575;
}
#headder {
	margin-bottom: 5px;
	height: 55px;
}
#container {
	margin-top: 15px;
}


#navi li a {
	display: block;
	height: 30px;
	width: 100%;
	color: #FFF;
	line-height: 30px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
.clear {
	clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#footer_link li {
	float: left;
	font-size: 90%;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Copyright {
	text-align: right;
	clear: both;
	margin: 0px;
	padding: 15px;
}
#footer {
	background-color: #262626;
	clear: both;
	color: #CCC;
}
#wrapper #footer a {
	color: #999;
}

#main p {
	margin-left: 10px;
	margin-top: 15px;
	line-height: 200%;
	margin-right: 13px;
	margin-bottom: 15px;
	text-indent: 4px;
}
#adsence_main {
	margin-top: 15px;
	margin-left: 10px;
}
#main h2#page-title{
	font-size: 200%;
	line-height: 80px;
	color: #FFF;
	background-color: #630;
	height: 80px;
	padding-left: 30px;
	margin-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content-nav{
	font-size: 85%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-nav a{
	color: #36C;	
}


.entrydetail {
	text-align: right;
	clear: both;
	margin-top: -15px;
	margin-bottom: 20px;
	margin-right: 15px;
}
.topcategory {
	float: left;
	width: 245px;
	height: 200px;
	margin-right: 2px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side_l .catlist2 li {
	background-image: url(img/li_back.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#side_l .catlist2 li li {
	margin-left: -13px;
	padding-left: 5px;
	background-image: url(img/li_back2.gif);
	background-position: 3px 4px;
}

#main .topcategory h2{
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	color: #FFF;
	background-image: url(img/h2_back1.jpg);
	padding-left: 22px;
	background-repeat: no-repeat;
	height: 30px;
}
.asset-header .asset-name.entry-title {
	background-image: url(img/h3_back2.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 30px;
	padding-bottom: 0px;
	line-height: 30px;
}
.asset-header .asset-name.entry-title a {
	color: #600;
}

#main .topcategory h2 a {
	color: #FFF;
	line-height: 25px;
}
.topcategory .entrie li {
	background-image: url(img/li_back.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	height: 20px;
	margin-left: 0px;
}

.topcategory li {
	font-size: 90%;
}
table th {
	background-color: #CCC;
	border: 1px solid #999;
	border-collapse:collapse;
	border-spacing:inherit;
	font-weight: normal;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
table td {
	border: 1px solid #999;
	border-collapse:collapse;
	border-spacing:inherit;
	padding-top: 8px;
	padding-bottom: 8px;
}
table {
	border: 1px solid #999;
	border-collapse:collapse;
	border-spacing:inherit;
	width: 90%;
	margin-left: 25px;
}
.catlist2 {
	background-color: #E8EBEE;
	width: 190px;
	display: block;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.catlist2 li ul li a {
	font-weight: normal;
	color: #039;
	font-size: 90%;
	margin-left: 10px;
}
.catlist2 li  {
	margin-bottom: 10px;
}
.catlist2 li ul li{
	margin: 0px;
	font-weight: normal;
}
.randome {
	font-size: 50%;
}
.randome li {
	float: left;
}
.randome li a {
	color: #CCC;
}
.rsswrap {
	font-size: 90%;
	background-color: #E8EDF4;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rsswrap h2 {
	font-weight: bolder;
	color: #006;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rsswrap dd {
	color: #33384F;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 95%;
	margin-top: 5px;
}
.rsswrap dt a {
	color: #120F91;
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.dropdown, .dropdown * {
 font-size: 12px;  /* 文字サイズ */
 line-height: normal;
 margin: 0;
 padding: 0;
}
.dropdown {
	border: 1px solid #00C;  /* メインメニューのボーダー */
}
.dropdown, .dropdown ul, .dropdown li {
 width: 198px;  /* メニューの幅 */
}
.dropdown a {
 display: block;
 padding: 2px 0.5em;
}
.dropdown a, .dropdown a:link, .dropdown a:hover, .dropdown a:visited {
	color: #039;  /* 文字色 */
	text-decoration: none;
		padding-top: 5px;
	padding-bottom: 5px;
}
.dropdown a:hover {  /* マウスカーソルが乗ったとき */
	color: #F2F4F9;  /* 背景 */
	background-color: #039;
}
.dropdown li {
	position: relative;
	display: block;
	list-style: none;  /* メインメニュー背景 */
	background-color: #CDDCF3;

}
.dropdown li li {
	background-color: #A8BAE3;
}
.dropdown ul {
	visibility: hidden;
	position: absolute;
	left: 198px;  /* メニューの幅と同じ値 */
	top: -1px;  /* サブメニューのボーダー幅を減算 */
	border: 1px solid #6A96D7;  /* サブメニューのボーダー */
}
.dropdown li:hover > ul {
 visibility: visible;
}

.nondis{
	display: none;	
}
