@charset "UTF-8";

body {
	background: #FFFFFF;
	font-size: 13px;
	line-height: 150%;
	margin:0;
	color:#000000;
　　　text-decoration: none;
}


a:link {	color:blue;}
a:active {	color:blue;}
a:visited {	color:#990099;}
a:hover {	color:#990099;}


h1 {	font-size: 150%;}
h2 {	font-size: 100%;}


li {
	font-size: 13px;
	line-height: 150%;
	list-style-image:url(http://file.bjugend.blog.shinobi.jp/li.gif);
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

input,textarea,select,button,submit{
	font-size :13px;
	line-height: 150%;
	background: #FFFFFF;
	color :#000000;
}





/*ボックス（レイアウト設定）---------------------------*/

/*サイトタイトル*/
#box_title {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 740px;
	}

/*メイン表示部分*/
#box_main {
	position: absolute;
	left: 20px;
	top: 90px;
	width: 520px;
}

/*サイド表示部分*/
#box_side {
	position: absolute;
	left: 530px;
	top: 90px;
	width: 200px;
}





/*タイトル部分---------------------------*/

/*サイトタイトル*/
.site_title {
	position: absolute;
	left: 20px;
	top: 30px;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	padding: 0px;
}

.site_title a:link {	color:#000000;	text-decoration: none;}
.site_title a:active {	color: #000000;	text-decoration: none}
.site_title a:visited {	color: #000000;	text-decoration: none}
.site_title a:hover {	color: #000000;	text-decoration: none;}

/*サイト説明文*/
.site_intro {
	position: absolute;
	left: 20px;
	top: 60px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}





/*サイドメニュー関連---------------------------*/

/*サイドテーブル（1ブロック）*/
.side_table{
	margin: 0px 0px 5px 0px;
}

/*サイド：見出し背景*/
.side_title_bg{
	width:190px;
	height:30px;
}

/*サイド：テキスト背景*/
.side_text_bg{
	width:190px;
	background-color: #FFFFFF;
	padding: 3px 2px 2px 2px;
}

.side_text_bg p{
	font-size: 13px;
	margin:0;
	padding:0;
}


/*サイド：見出し*/
.side_title{
	font-size: 13px;
	line-height: 150%;
	font-weight: bolder;
	color: #000000;
	margin: 2px 2px 0px 20px;
	word-break:break-all;
}

/*サイド：テキスト*/
.side_text{
	font-size: 13px;
	line-height: 150%;
	color: #636363;
	word-break:break-all;
}
.side_text ul{
	margin:0.2em;
}
.side_text li{
	margin:0.2em;
	padding:0;
}



/*エントリー関連---------------------------*/

/*エントリーテーブル（1ブロック）*/
.entry_table{
	width: 520px;
	margin: 0px 0px 20px 0px;
}

.entry_bordertable{
	width: 94%;
	margin: 0px 0px 20px 10px;
      border:1px solid blue;
      }
/*エントリー：ナビゲーション*/
.entry_navi{
	font-size: 13px;
	text-align:center;
}

/*エントリー：背景*/
.entry_bg{
	width:100%;
	}

.entry_2bg{
	width:255px;
	}

/*エントリー：見出し*/
.entry_title{
	font-size: 13px;
	line-height: 180%;
	font-weight: bolder;
	color: #000000 ;
	margin: 10px 20px 10px 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #58A6EC;
}

/*エントリー：テキスト*/
.entry_text {
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin: 15px 20px 15px 20px;
}

.entry_text ul{
	margin:0.2em 0 0 1.6em;
}


/*エントリー：ステータス（日付等）*/
.entry_state {
	font-size: 13px;
	line-height: 150%;
	color: #636363 ;
	margin: 20px 20px 10px 20px;
}

/*テキスト内の画像*/
.entry_text img {
	border: 5px #EEEEEE;
	margin: 3px 3px 3px 3px;
}





/*ページフッター関連---------------------------*/

/*フッターテーブル（1ブロック）*/
.footer_table {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

/*コピーライト*/
.copyright {
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	margin: 15px 20px 15px 20px;
}

/* 検索---------------------------*/
#box_side form {
	margin-left: 10px;
}

.search {
	font-size: 13px;
	line-height: 150%;
	background: #FFFFFF;
	color: #636363;
}
