@charset "shift_jis";
															
/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#0033FF;
  text-decoration : none;
}a:visited{
	color:#0033FF;
}a:hover{
	color:#d66666;
}
/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	color:#444444;
	text-align:justify;
	font-size:12px;
	background-repeat : repeat-y;
	background-image : url(../img/bg3.jpg);
	background-position : center center;
}div#container{
	width : 800px;
	margin:0 auto;
	background-repeat : repeat-y;
  bottom : auto;
  background-color : white;
  background-image : url(../img/inner.png);
}div#inner{
	padding:0 13px;
}
/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	height : 122px;
	background-repeat : no-repeat;
  background-image : url(../img/bana250.jpg);
}div#header h1{
	font-size:11px;
	color:#999999;
	font-weight:normal;
	text-align:right;
}div#header h2{
	font-size:24px;
	text-indent:-99999px;
}div#header h2 a,div#header h2 a:hover{
	display:block;
	width : 270px;
	height:50px;
	background:transparent;
}div#header p{
	color:#666666;
	line-height:140%;
	padding:13px 0 0 8px;
}
/*-------------------------------------------------------------------
id="contents"関係のスタイル（全ページ共通のベース）
--------------------------------------------------------------------*/
div#contents{
	float:right;
	width : 610px;
	font-size:13px;
	padding-top:4px;
  bottom : auto;
}div#contents a:hover{
	background:#e6f5ed;
}div#contents p{
	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;
}div#contents dd{
	padding-bottom:6px;
  padding-left : 40px;
  padding-top : 6px;
}div#contents h3{
	font-size : 15px;
	background-repeat : no-repeat;
	padding : 5px 0px 2px 13px;
  height : 20px;
border-width : 1px 1px 1px 1px;border-color : blue blue blue blue;
  color : white;
  border-top-style : solid;
  border-bottom-style : solid;
  background-color : #3159fd;
}div#contents h4{
	font-size:13px;
	margin : 10px 7px 0px 0px;
	padding-bottom:2px;
  background-image : url(../img/contentsh4.gif);
  padding-left : 20px;
  padding-top : 2px;
}div#contents ul{
	list-style:none;
	line-height:145%;
	margin:7px;
}div#contents ul li{
	background : url(../listBox.gif) no-repeat left center;
	padding-left:13px;
}p#Breadcrumb{
	margin-top:2px;
	line-height:100%;
	font-size:12px;
}div#infomation,div.entry,div.ads,div.entryRight{
	border-bottom-color : #3159fd;border-bottom-width : 1px;
  border-bottom-style : solid;
}div#mainImg{
	background:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
  text-align : center;
}div#subImg{
	float:left;
	margin-right:5px;
}	

/*-------------------------------------------------------------------
id="infomation"関係スタイル
--------------------------------------------------------------------*/
div.scroll dl{
	height : 300px;
	overflow : scroll;
}
/*-------------------------------------------------------------------
id="entries"関係スタイル（記事ページ専用）
--------------------------------------------------------------------*/
div#entries{
	margin-top:1px;
}div#entries ul{
	list-style:disc;
	margin:11px 33px 15px 33px;
}div#entries ul li{
	background:transparent;
	padding:0;
}div#entries dl{
	padding:0;
	margin:11px 7px 15px 7px;
}div#entries dt{
	background:transparent;
	padding:0;
	font-weight:bold;
}div#entries dd{
	padding-bottom:7px;
}div.entry{
	margin-top:1px;
}div.entry p{
	margin:11px 7px 15px 7px;
}p.nav{
	font-size:11px;
	margin-top:2px;
	line-height:100%;
	text-align:right;
}
/*-------------------------------------------------------------------
id="wing"関係スタイル（トップページ専用）
--------------------------------------------------------------------*/
div#index{
	margin-top:5px;
}
/*-------------------------------------------------------------------
id="wing"関係スタイル（カテゴリページ専用）
--------------------------------------------------------------------*/
div#cat{
	margin-top:1px;
	background:url(../img/wing.jpg) no-repeat right bottom;
}
/*-------------------------------------------------------------------
その他トップページ＆カテゴリページ専用スタイル
--------------------------------------------------------------------*/
div#option{
	font-size:12px;
}div#option p,div#option ul{
	margin:7px;
	line-height:140%;
}div.entryRight{
	float:left;
	width:170px;
	height:280px;
	overflow:auto;
}
/*-------------------------------------------------------------------
id="sidebar"関係のスタイル
--------------------------------------------------------------------*/
div#sidebar{
	float:left;
	width : 160px;
	border-top : 4px solid #ffffff;
  right : auto;
}div#sidebar h4{
	font-size : 15px;
	text-align:center;
	padding : 3px 0px 0px 0px;
  height : 20px;  
  vertical-align : middle;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : blue;
  border-bottom-color : blue;
  background-color : #3159fd;
  color : white;
}div#sidebar h5{
	font-size : 12px;
	text-align:center;
	padding : 2px 0px 4px 0px;
  height : 10px;  
  vertical-align : baseline;
  background-color : #7e98fe;
  color : white;
}div#sidebar ul{
	list-style:none;
	padding : 2px 3px 2px 3px;
}div#sidebar li{
	background:url(../img/list1.gif) no-repeat left center;
	padding-left:15px;
}div#sidebar p{
	line-height:135%;
	padding:3px;
}div#boxend{
	border-bottom : 1px solid #3159fd;
}div.box{
	border-width:0 1px;
	border-style:solid;
	border-color : #3159fd #3159fd #3159fd #3159fd;
	background : #cbd6fe;
}
/* ブロック型メニュー */
ul.BoxMenu{
	padding:0 !important;
}ul.BoxMenu li{
	padding:0 !important;
}ul.BoxMenu li a{
	display:block;
	padding : 2px 5px 2px 20px;
	border-bottom:1px dashed #CCCCCC;
	background : #e8ecff url(../img/listBox.gif) no-repeat 5px center;
	text-decoration:none;
  width : 133px;
}ul.BoxMenu li a:hover{
	background : #8da4fe url(../img/listBox.gif) no-repeat left center;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	clear:both;
	width:100%;
	background:#FFFFFF;
	border-top:5px solid #FFFFFF;
	color : gray;
	text-align:right;
}div#footer h3{
	border-top : 1px dotted #3159fd;
	font-size:12px;
	font-weight:normal;
	padding-top:8px;
}address{
	font-size:12px;
	font-style:normal;
	padding-top:11px;
	padding-bottom:7px;
	line-height:135%;
}div#footer a,div#footer a:visited,div#footer a:hover{
	color : blue;
	text-decoration:none;
}
/*--------------------------------------------------------------------
文字装飾スタイル
---------------------------------------------------------------------*/
.red{color:#d66666;}
.blue{color:#0000FF;
	margin-bottom:10px;}
.redBold{color:#d66666;}
.color{color : #3159fd;}
.colorBold{color:#82b599;}
.new{font-size:11px;font-weight:bold;color:#d66666;}
/*--------------------------------------------------------------------
バグ対策
---------------------------------------------------------------------*/
div#option{
	margin-top:5px;  
}
div#topmenu ul{
  list-style-type : none;
  height : 14px;
  font-size : 10px;
  text-align : right;
  right : auto;
border-width : 1px 1px 1px 1px;border-color : blue blue blue blue; 
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-right : 2px;
  border-top-style : solid;
  border-bottom-style : solid;
}
div#topmenu li{
  display : inline;
}
h5.li a{
  text-decoration : none;
  color : white;
}
li a{
  text-decoration : none;
}
h5.li a:hover{
  color : #d66666;
}
div#contents td{
  font-size : 13px;
}
.漢方グリーン {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #360;
}
.漢方ピンク {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #C36;
}

