@charset "euc-jp";

a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";}

img{
	border:0;
}

html,body {
	margin:0;
	padding: 0;
	width:auto;
	height: 100%;
	background-color:#FFFFFF;
}
	

#container {
	margin: auto;
	padding: 0;
	width:912px;
	height: auto;
	min-height: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

.header{
	width:900px;
	height:124px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

.header_text_link{
	width:880px;
	padding-top:10px;
	height:auto;
	color:#333;
	font-size:10px;
	line-height:150%;
	text-align:right;
	margin:auto;
}

.header_text_link a{
	color:#333;
	font-size:10px;
	line-height:150%;
}

.header_text_link h1{
	margin:0;
	padding:0;
	display:inline;
	font-size:12px;
	color:#666;
}

.header_text_link p{
	margin:0;
	padding:0;
	display:inline;
	font-size:10px;
	color:#666;
}



.head_navi{
	width:900px;
	height:36px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	margin:auto;
	text-align:center;

}


.head_navi table{
	margin:0 auto;
}
.head_news{
	width:900px;
	height:33px;
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	text-align:center;

}

.head_news p{
	font-size:12px;
	line-height:33px;
	padding-left:55px;
	width:835px;
	margin:0;
}
.contents{
	width:900px;
	height: auto;
	min-height: 900px;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
}



.cl{
	width:640px;
	height:auto;
	padding-top:5px;
	overflow:hidden;
}

.box{
	padding-bottom:15px;
}


.cr{
	width:230px;
	height:auto;
	padding-top:5px;
}

.rbox{
	width:220px;
	margin:auto;
	font-size:12px;
}

.rbox p{
	margin:0;
	line-height:150%;
}

.t1{
	width:640px;
	height:25px;
	background-image:url(../images/t1_bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding-left:55px;
	margin:0;
	font-size:16px;
	color:#333;
	line-height:20px;
}



.t2{
	width:220px;
	height:22px;
	background-image:url(../images/t2_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin:0;
	font-size:14px;
	color:#fff;
	line-height:22px;
	text-align:center;
}







.footer {
	margin: auto;
	padding-top:20px;
	padding-bottom:50px;
	background-color: #1B67B3;
	width:898px;
	margin:auto;
}


.footer p{
	margin:0;
	color: #fff;
	font-size:12px;
	line-height:20px;
	text-align:center;
}

.footer a{
	color: #fff;
}


.txt {
	border-bottom:1px dotted #999;
}
.txt p{
	margin:0;
	font-size:12px;
	line-height:18px;

}


.txt h3{
	margin:0;
	font-size:16px;
	line-height:35px;

}

















/** 記事ヘッダー */

div.article-header {
    font-size:12px;

    }
div.article-header .article-title {
    line-height: 25px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    background-color:#EEE;

    color:#000;
		margin-top:15px;
		margin-bottom:10px;
		margin-left:0;
		margin-right:0;


    }

.article-title a{
	color:#666;
}
.article-date {
    color:#000;
    font-weight:bold;
    display:inline;
    }
dl.article-category {
    padding:0 10px;
    display:inline;
    }
dl.article-category dt {
    display:none;
    }
dl.article-category dd {
    display: inline;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/folder.png) left center no-repeat;
    padding:1px 1px 1px 20px;
    margin:0 10px 0 0;
    }

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category dd.article-category {
    display: none;
    }


/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	width: 100%;
    overflow: hidden;
    line-height: 1.5;
    }


div.article-body div.article-body-more,
div.article-body div.article-body-private {
    clear: both;

    }

/*** blockquote & pre */
div.article-body blockquote,
div.article-body pre {
    padding: 5px 15px;
    margin: 5px 0;
    color: #485661;
    }
div.article-body blockquote {
    padding: 10px 20px 10px 40px;
    margin: 10px 20px;
    color: #485661;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    background:url(http://parts.blog.livedoor.jp/img/usr/journal/quotation.png) 15px 10px no-repeat #eee;
    }


/*** img */
div.article-body img {
    margin: 5px;
    }

/*** 見出し */
div.article-body h3 {
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #d9d9d9;
    }
div.article-body h4 {
    font-weight:bold;
    }

/*** 段落 */
div.article-body p {
    margin:1em 0;
    }

/*** リスト */
div.article-body dl{
    margin:2em 0;
    }
div.article-body dl dt{
    font-weight:bold;
    }
div.article-body dl dd{
    margin-left:1em;
    }
div.article-body ol,
div.article-body ul{
    margin:0.5em 2em;
    }
div.article-body ol li{
    list-style:decimal;
    }
div.article-body ul li{
    list-style:disc;
    }

/*** テーブル */
div.article-body table {
    border-collapse:collapse;
    width:90%;
    margin:4px auto;
    }
div.article-body table td {
    padding:3px 6px;
    }
div.article-body table th {
    border:1px solid #ccc;
    background-color:#666;
    color:#fff;
    padding:3px 6px;
    font-weight:bold;
    text-align:center;
    }

.article-body-inner{

}
.article-body-inner p{
	margin:0;
	padding:5px;
}

.mdia{
	border-bottom:1px dotted #ccc;
	padding-top:5px;
	padding-bottom:5px;

}

.mdia p{
	line-height:18px;
	font-size:12px;
	margin:0;
}
