/* 構成
	1.全体
	　リンク、画像枠、リストスタイル
	2.レイアウト
	　全体枠、ヘッダー、ナビゲーション、パンくずリスト、メイン、サブ、フッター
	3.各パーツ詳細
	　ヘッダー詳細、ナビ詳細、メイン詳細、サブ詳細、フッター詳細
*/

/* 変更履歴
	初版 2009.7.1
*/


/** 1.全体 **/
body {
	text-align:center;
	background: #4f0000;
	margin:0;
	padding:0;
	color:#525252;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Osaka", Helvetica;
	font-size:12px;
	line-height:18px;
}


/* リンク */
a{
	color:#00c;
	text-decoration:none;
}
a:link,
a:active{
	color:#00c;
}
a:visited{
	color:#00c;
}
a:hover{
	text-decoration:underline;
	color:#900;
}

/* 画像枠 */
img{
	border:0;
}

/* リストスタイル */

li{
	list-style:none;
}

blockquote{
	margin:5px;
	padding:5px;
	background:#eee;
	border:solid 1px #aaa;
	font-size:12px;
	line-height:18px;
}

pre{
	background:#eee;
	padding-top:0px;
	padding-bottom:13px;
	padding-left:10px;
	font-size:12px;
	line-height:18px;
	border:solid 1px #aaa;
	margin:0;
}

code{
	padding-top:0px;
}

.sample{
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:18px;
	border:solid 1px #aaa;
	font-weight:normal;
	margin-bottom:10px;
}


/** 2.レイアウト **/
/* 全体枠 */
#container{
	width:1024px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	padding-bottom:10px;
}

#head_line{
	padding:5px;
}


/* ヘッダー */
#head{
/*	margin-top:10px;*/
	height:170px;
	background:url('img/titlebg.gif') no-repeat #f00;
	padding:5px 10px 5px 30px;
}

#head-desc{
	width:700px;
	font-size:14px;
	margin-left:20px;
}

#head-warning{
	margin-left:20px;
}

#head-info{
/*	margin-top:0;
	margin-left:350px;*/
	margin-bottom:8px;
	float:right;
/*	height:10px;
	line-height:10px;*/
vertical-align:middle;
}

#head-info a{
	color:#fff;
}

#head-info img{
}

/* ナビゲーション */
#navi{
	clear:both;
	background:url(http://30smash.main.jp/mt/test/img/navi_bg2.gif) bottom left no-repeat;/* #eee;*/
	font-size:12px;
	color:#557711;
	height:30px;
/*	border:solid 1px #900;*/
}

/* パンくず */
#path{
	margin:10px 20px;

}

/* メインフレーム */
#main_frame{
	float:left;
	width:860px;
}

/* メイン */
#main{
	width:700px;
	float:right;
	padding-bottom:5px;
	overflow:hidden;
	margin-bottom:10px;
}

#left_side{
	width:160px;
	float:left;
	overflow:hidden;
}

/* サイド */
#side{
	width:160px;
	float:right;
	padding-bottom:5px;
/*	border:solid 1px #ccc;*/
	overflow:hidden;
}

/* フッター */
#footer{
	clear:both;
	margin:10px 10px 0 10px;
}


/** 3.各パーツ詳細 **/
/* ヘッダー詳細 */
#head h1{
/*	text-align:right;*/
	font-size:36px;
/*	font-weight:normal;*/
	margin:0;
	padding:0;
	line-height:48px;
	color:#fff;
}


#title{
/*	width:400px;
	float:left;
	margin-left:20px;
	border:solid 1px #900;*/
	margin-bottom:10px;
}

#head_left{
	float:left;
	width:810px;
}

#head_right{
	float:right;
}



#head-desc{
	color:#fff;
}

#head-waring{
}


#menu {
	margin: 0;
	padding: 0;
	text-decoration: none;
	height:40px;
	float:right;
}
#menu li {
	display: inline;
	margin: 0px 0px 0px 1px;
	font-size:10px;
	line-height:18px;
	height:18px;
}

.sitemap{
	background-image: url(img/sitemap.gif) ;
	background-repeat: no-repeat;
	padding-left:12px;
	line-height:18px;
	height:18px;
	
}


.profile{
	background-image: url(img/profile.gif) ;
	background-repeat: no-repeat;
	padding-left:12px;
	line-height:18px;
	height:18px;
	
}

.toiawase{
	background-image: url(img/toiawase.gif) ;
	background-repeat: no-repeat;
	padding-left:15px;
	line-height:18px;
	height:18px;
	
}


#counter{
	clear:right;
	width:180px;
	font-size:10px;
	float:right;
}

/* ナビ詳細 */

#navimenu_left{
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height:30px;
	height:30px;
	float:left;
	width:700px;
}
#navimenu_left li{
	display: inline;
	margin: 0px 0px 0px 5px;
	font-size:12px;
	background:url(img/mark.gif) left no-repeat;
	padding-left:15px;
}



#navimenu_right{
	text-align:left;
	float:right;
	width:200px;
/*	border:solid 1px #333;*/
}

form{
	margin: 3px 0 0 0;
	padding: 0;
}

#search{
	width:140px;
}


/* メイン詳細 */

#main_left{
	float:left;
}

#main_right{
	float:right;
}

.contents{
	margin:0 10px;
	font-size:14px;
	line-height:21px;
/*	border:solid 1px #ccc;*/
}

.contents h2{
	margin:0 0 10px 0;
	font-size:140%;
	line-height:140%;
	padding:3px 0 5px 5px;
	background:#FFFF66;
}

.comments-title,
.trackbacks-title{
	margin:0 0 10px 0;
	font-size:140%;
	line-height:140%;
	padding:3px 0 5px 5px;
	background:#FFFF66;
}


.contents h3{
}
.contents h4{margin:0 0 0 0;padding:4px 0 3px 0;color:#A52A2A;line-height:120%;}
.contents h5{margin:0;}

.cnt{
	padding:10px;
	font-size:16px;
}

.cnt p{
	font-size:16px;

}


.contents_footer {
	border-top :dotted 1px #ccc;
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
}

.posted{
	border-top :dotted 1px #ccc;
	text-align:right;

}


.sub_list h3{
	background-image: url(img/sub_bar_bg.gif);
	height:26px;
	line-height:26px;
	font-size:12px;
	padding-left:10px;
}

.sub_list ul{margin:0 0 10px 0;padding:0;}
.sub_list li{
	padding-left:15px;
	background:url(img/arrow_sb.gif) left no-repeat;
	font-size:12px;
	line-height:18px;
	margin-left:10px;

}

#ad{
	margin:10px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

#category_list{
	padding:0;
	margin:0 10px 0 20px;
}

.eve{
	line-height:24px;
	padding-left:15px;
	margin:0px;
	background:url(img/mark.gif) left no-repeat;
}

.odd{
	line-height:24px;
	padding-left:15px;
	background:#eee;
	background:url(img/mark.gif) left no-repeat #eee;
	margin:0px;
}

.contents_list{
float:left;
width:300px;
margin-top:10px;
margin-right:10px;

}

.contents_list h3{
margin:0 0 5px 0;
padding:4px 0 1px 22px;
color:#003973;
line-height:120%;
background:url(img/list_title_bg2.gif) bottom left no-repeat;
border-bottom:solid 2px #0000cc;
font-size:12px;
}


.contents_list dd{margin:0 0 5px 0;padding:0;}
.category_list ul{margin:0 0 10px 0;padding:0;}
.contents_list dt{
margin-left:10px;
margin-bottom:5px;
font-size:12px;
border-bottom:dotted 1px #ccc;
font-weight:bold;
}

.category_list li{
	padding-left:15px;
	background:url(img/arrow_sb.gif) left no-repeat;
	font-size:12px;
	line-height:18px;
	margin-left:10px;
}

.ol_list{
	border:solid 1px #ccc;
	background:#fefefe;
}

.ol_list li{
	list-style-type: decimal;
}

/* サイド詳細 */
.side-box{
	padding:10px;
/*	background:#eee;
	border:solid 1px #ccc;*/
	margin-bottom:10px;

}

.side-box-in{
	padding-left:15px;
}

.side-box-title{
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:5px;
	background:#FFFF00;
	color:#4f0000;
	text-align:center;
	padding-top:5px;
}

.side-box ul{margin:0 0 10px 0;padding:0;}

.side-box li{
	padding-left:15px;
	background:url(img/mark.gif) left no-repeat;
}


.side-box p{
	margin-top:5px;
	margin-left:15px;
	color:#666;
}

/* フッター詳細 */
#footer_out{
	background:#eee;
	margin:0;
	padding:0 0 0 0;
	text-align:center;

}

.footer_list{
	width:140px;
	padding:1em 0;
	float:left; 
	text-align:left;
	margin-left:10px;
}

.footer_list dd,
.footer_list ul{
	margin:0;padding:0;
}
.footer_list dt{
	font-weight:bold;
	font-size:12px;
}

.footer_list li{
	list-style:none;
	margin:0;
	padding-left:15px;
	background:url(img/mark.gif) left no-repeat;
	line-height:20px;
}

#footer_bottom{
	border-top:solid 1px #ccc;
	clear:both;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}

dl.table {
	margin: 1em 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

dl.table dt {
	margin: 0;
	margin-right: -13em;
	padding: 0.2em 0;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 10em;
	text-indent: 10px;
}

dl.table dd {
	margin-left:10em;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

address{
	font-style:normal;
}

.archives,.archives dt,.archives dd,.archives ul { margin:0; padding:0; }
.archives li { list-style-type: none; }
.archives { padding: 0; }
.archives dt { padding: 0 0 0 15px; }
.archives dd { padding: 0 0 5px 10px; }

#search{
width:100px;
}

#back{
float:right;
margin:20px;
font-size:14px;
font-weight:bold;
}
#next{
float:left;
margin:20px;
font-size:14px;
font-weight:bold;
}
