@charset "utf-8";

/*
Theme Name: for Biggner templete
Theme URI: http://wordpress.imedia-web.net/
Description: for Biggner templete
Version: 1.0
Author: Kazuo
Tags: two columns

*/

/* 構成
	1.全体
	　リンク、画像枠、リストスタイル
	2.レイアウト
	　全体枠、ヘッダー、ナビゲーション、パンくずリスト、メイン、サブ、フッター
	3.各パーツ詳細
	　ヘッダー詳細、ナビ詳細、メイン詳細、サブ詳細、フッター詳細
*/

/* 変更履歴
	初版 2009.7.1
*/


/** 1.全体 **/
body {
	text-align:center;
	background: url(img/bg.gif) #204F81;
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	padding:0;
	color:#525252;
/*	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Osaka", Helvetica;*/
	font-family:arial,helvetica,clean,sans-serif;
	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;
}

#main_desc{
border:solid 1px #ccc;
background:#fcfcfc;
padding:10px;

}

/* 画像枠 */
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.レイアウト **/
/* 全体枠 */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#container{
	width:940px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	padding-bottom:10px;
}

/* ヘッダー */
#head{
	margin:0 10px;
	height:50px;
}

/* ナビゲーション */
#navi{
	margin:0 10px;
	clear:both;
	background:url(http://30smash.main.jp/mt/test/img/navi_bg2.gif) bottom left no-repeat;/* #eee;*/
	font-size:10px;
	color:#557711;
	height:30px;
}

/* パンくず */
#path{
	margin:10px 20px;

}

/* メイン */
#main{
	width:630px;
	float:left;
	margin:0 3px 0 10px;
	padding-bottom:5px;
}

/* サイド */
#side{
	width:270px;
	float:right;
	margin:0 10px 0 3px;
	padding-bottom:5px;
}

/* フッター */
#footer{
	clear:both;
	margin:0 10px;
}


/** 3.各パーツ詳細 **/
/* ヘッダー詳細 */
#head h1{
	text-align:right;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#head h1:after{
	clear:right;
}

#head-title-part{
	width:200px;
	float:left;
	text-align:center;
}
#title{
	font-size:18px;
}

#desc{
	font-size:10px;
}

#head-banner{
	width:400px;
	float:right;
	margin:15px 0 0 0;
	padding:0;
}

#menu {
	margin: 0;
	padding: 0;
	text-decoration: none;
	height:20px;
	float:right;
}
#menu li {
	display: inline;
	margin: 0px 0px 0px 1px;
	font-size:10px;
	line-height:18px;
	height:18px;
}

.sitemap{
	background-image: url(http://30smash.main.jp/mt/img/sitemap.gif) ;
	background-repeat: no-repeat;
	padding-left:12px;
	line-height:18px;
	height:18px;
	
}


.profile{
	background-image: url(http://30smash.main.jp/mt/img/profile.gif) ;
	background-repeat: no-repeat;
	padding-left:12px;
	line-height:18px;
	height:18px;
	
}

.toiawase{
	background-image: url(http://30smash.main.jp/mt/img/toiawase.gif) ;
	background-repeat: no-repeat;
	padding-left:15px;
	line-height:18px;
	height:18px;
	
}

.rss{
	background-image: url(http://wordpress.imedia-web.net/orange016.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:10px;
	background:url(http://30smash.main.jp/mt/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;
}


/* メイン詳細 */

h2 {
	margin:0 0 20px 0;font-size:140%;line-height:140%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1.0em;
	background-image: url(http://30smash.main.jp/mt/img/title1.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446DE2;
}

#contents{
	margin:10px;
	font-size:14px;
	line-height:21px;

}

#contents h4{margin:0 0 0 0;padding:4px 0 3px 0;color:#A52A2A;line-height:120%;}
#contents h5{
color:#333;margin-bottom:20px;line-height:120%;margin:0 0 0px 0;padding:4px 0 3px 8px;
background: url(http://blog.30smash.com/images/title_back_silver.gif) repeat;}


.sub_list h3{
	background-image: url(http://30smash.main.jp/mt/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(http://30smash.main.jp/mt/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(http://30smash.main.jp/mt/img/mark.gif) left no-repeat;
}

.odd{
	line-height:24px;
	padding-left:15px;
	background:#eee;
	background:url(http://30smash.main.jp/mt/img/mark.gif) left no-repeat #eee;
	margin:0px;
	border-bottom:dotted 1px #333;
}

.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(http://30smash.main.jp/mt/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(http://30smash.main.jp/mt/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;*/
	background:url(http://30smash.main.jp/mt/img/side-box-bg.jpg) right top no-repeat;
	margin-bottom:10px;
	border:solid 1px #ccc;

}

.side-box-title{
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	border-bottom:solid #ccc 1px;
	padding-bottom:5px;
}

.side-box ul{margin:0 0 10px 0;padding:0;}

.side-box li{
	padding-left:15px;
	background:url(http://30smash.main.jp/mt/img/mark.gif) left top no-repeat;
}


.side-box p{
	margin-top:5px;
	margin-left:15px;
	color:#666;
}

/* フッター詳細 */
#footer_out{
	background:#eee;
	margin:0;
	padding:0 0 0 0;
}

.footer_list{
	width:290px;
	padding:1em 0;
	float:left; 
	text-align:left;
	margin-left:10px;
}

.footer_list_right{
	padding:1em 0;
	float:right; 
	text-align:left;
	margin-left:10px;
	width:290px;
}

.footer_list dd,
.footer_list ul,
.footer_list_right dd,
.footer_list_right ul
{
	margin:0;padding:0;
}
.footer_list dt,
.footer_list_right dt{
	font-weight:bold;
	font-size:12px;
}

.footer_list li,
.footer_list_right li{
	list-style:none;
	margin:0;
	padding-left:15px;
	background:url(http://30smash.main.jp/mt/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;
}


.table_list{
    border:1px solid #000;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 0 30px;
}
.table_list th{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    color:#000;
    background-color:#ccc;
    padding:0.3em 1em;
    text-align:center;
}
.table_list td{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding:0.3em 1em;
}

#size_change_navi .textsize {
	width:110px;
	height:30px;
	padding:9px 0 0 95px;
	background:url(http://blog.30smash.com/size_change/img/bg_textsize.gif) no-repeat;
}
*html body #size_change_navi .textsize {
	width:180px;
	height:39px;
	padding:9px 0 0 95px;
	background:url(http://blog.30smash.com/size_change/img/bg_textsize.gif) no-repeat;
}

.navigation{
font-size:12px;
}
.alignleft{
float:left;
}

.alignright{
float:right;
}
