@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

/* --- body ------------------------------------------------------------ */
html,body{
	color: #00446a;
	font-size:10px;
	line-height:1.5;
	letter-spacing: 0.1em;	
	text-align:left;
	min-height: 100%;
	height: 100%;
	background: #fff;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*========================================コメントアウト
html,body{/* --- IE6、IE7ハック ---- */
	/margin-top: -9px;
}
========================================*/
/* --- top ------------------------------------------------------------ */
#layout{
	position: relative;
	text-align:center;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	width: 800px;
	height: auto;
	border-right: 1px solid #00446a;
}

.title{
	text-align:left;
	margin: 0;
	padding: 0;
}

.top_comment{
	color: #00446a;
	text-align: left;
	font-size:10px;
	line-height:1.6;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #00446a;
	background: #fff;
	text-align: justify;/* --- テキスト両端を揃え ------------- */
	text-justify: distribute;/* --- テキスト両端を揃え IE対策------------- */
}

h1,
h2{
	color: #df3414;
	font-size:14px;
	font-weight: bolder;
}

.top_comment .rss_img{
	float: left;
	text-decoration: none;
	outline: none;
	border: none;
}

.top_comment .rss_img a{
	text-decoration: none;
	outline: none;
	border: none;
}

.top_comment .rss_img a:link,
.top_comment .rss_img a:visited,
.top_comment .rss_img a:hover,
.top_comment .rss_img a:focus,
.top_comment .rss_img a:active{
	text-decoration: none;
	outline: none;
	border: none;
}

/* --- top_comment用リンク設定 ------------- */
.top_comment  a{
	color: #000;
	text-decoration: none;
	border: 1px dashed #1a8fc8;
}

.top_comment a:hover{
	color: #fff;
	text-decoration: none;
	background: #df3414;
}
/* --- top_comment用リンク設定 END ------------- */
#main{
	margin: 0;
	padding: 0;
}

ul  {
	text-align: left;
	padding: 40px 20px 10px 20px;
	background: url(/update/img/sub_title01.gif) left top no-repeat;
}

li  {
	font-size:12px;
	line-height:1.2;
	list-style-type: none;
}

.date{ 
	color: #ce1002;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-left: 15px;/* --- 矢印画像の位置調整 ------------- */
	background: url(/index/img_home/arrow_dete_up.gif) left top no-repeat;
}

.date_info{ 
	color: #00446a;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-left: 15px;/* --- 矢印画像の位置調整 ------------- */
	background: url(/index/img_home/arrow_dete_info.gif) left top no-repeat;
}

.comment{ 
	color: #00446a;
	font-size:11px;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 15px;/* --- 矢印画像の位置調整 ------------- */
	text-align: justify;/* --- テキスト両端を揃え ------------- */
	text-justify: distribute;/* --- テキスト両端を揃え IE対策------------- */
	background: url(/index/img_home/arrow_comment.gif) left top no-repeat;
	border-bottom: 1px dotted #b4d0d8;
}

.comment_bottom{ 
	color: #00446a;
	font-size:11px;
	text-decoration: none;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 15px;/* --- 矢印画像の位置調整 ------------- */
	text-align: justify;/* --- テキスト両端を揃え ------------- */
	text-justify: distribute;/* --- テキスト両端を揃え IE対策------------- */
	background: url(/index/img_home/arrow_comment.gif) left top no-repeat;
	border-bottom: 2px dotted #ce1002;
}

.comment a{ 
	color: #ce1002;
	text-decoration: none;
}

.comment_bottom a{ 
	color: #ce1002;
	text-decoration: none;
}

.comment a:hover,
.comment_bottom a:hover{ 
	color: #fff;
	background: #ce1002;
}

.past  {
	text-align: left;
	padding: 40px 20px 10px 20px;
	border-top: 1px solid #00446a;
	background: url(/update/img/sub_title02.gif) left top no-repeat;
}


/* --- right ------------- */
#main_right{
	float: right;
	text-align:center;
	margin: 0;
	width: 635px;
	border-left: 1px solid #00446a;
}
#ad_left{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}



/* --- bottom ------------- */
#bottom{
	color: #00446a;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	background: #fff;
	border-top: 1px solid #00446a;
}

.bottom_left{
	float: left;
	margin-left: 0px;
}

.bottom_center{
	float: left;
	margin-left: 260px;
}

.bottom_right{
	float: right;
	margin-right: 0;
}


/* --- リンク基本設定 ------------------------------------------------------------ */

a{
	outline: none;
}

a:link,
:visited,
a:hover,
a:focus,
a:active{
	outline: none;
}


a:link img{
	text-decoration: none;
	outline: none;
	border: none;
}

img{
	text-decoration: none;
	outline: none;
	border: none;
}

img a{
	text-decoration: none;
	outline: none;
	border: none;
}

img a:hover{
	text-decoration: none;
	outline: none;
	border: none;
}

.clear{
	clear:both;
}

