/* ブラウザ表示リセット
----------------------------------------- */
h1,h2,h3,h4,h5,h6,div,p,form,ul,li,dl,dt,dd,table,td,th{
	margin:0px; padding:0px;
	font-size:1.0em;
	font-weight:normal;
}
table,img{
	border:none;
}
div,td,th{
	text-align:left;
}
ul,li{
	list-style:none;
}
body{
	margin:0px 15px;
	padding:0px;
	background:#ffffff;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4em;
	font-size:0.8em;
}
a:link{
	color:#0000ff;
	text-decoration:underline;
}
a:visited{
	color:#551a8b;
	text-decoration:underline;
}
a:hover{
	color:#990000;
	text-decoration:none;
}

/* レイアウト指定（fix）
----------------------------------------- */
div#container{
	width:100%;
}
div#header{
}
table#wrapper{
	width:100%;
}
table#wrapper td#contents{
	vertical-align:top;
}
table#wrapper td#navi_right{
	width:200px;
	padding-left:20px;
	vertical-align:top;
}
div#footer{
	clear:both;
}

/* ヘッダー
----------------------------------------- */
div#header{
}
div#header h1{
	margin-bottom:8px;
	padding:3px 5px;
	border-bottom:#cccccc solid 1px;
}
div#header div.h_logo{
	width:100%;
	margin-bottom:8px;
}
div#header div.h_logo div.hl_left{
	width:296px;
	float:left;
}
div#header div.h_logo div.hl_left img{
	margin-right:5px;
}
div#header div.h_logo div.hl_right{
	float:right;
}
div#header div.h_logo div.hl_right p{
	padding:3px 5px;
	text-align:right;
	border-bottom:#cccccc solid 1px;
}
div#header div.h_logo div.hl_right ul{
	padding:3px 5px;
}
div#header div.h_logo div.hl_right li{
	float:left;
	margin-left:7px;
}
div#header div.h_logo div.hl_right li.r_mypage{
	padding-left:17px;
	background:url(http://blog.goo-net.com/shunno_kuruma/img/1/iconmypage.gif) no-repeat 0px 2px;
}
div#header div.h_logo div.hl_right li.r_guide{
	padding-left:18px;
	background:url(http://blog.goo-net.com/shunno_kuruma/img/1/iconguide.gif) no-repeat 0px 2px;
}
div#header div.h_logo div.hl_right li.r_help{
	padding-left:10px;
	background:url(http://blog.goo-net.com/shunno_kuruma/img/1/iconhelp.gif) no-repeat 0px 3px;
}
div#header div.h_belt{
	width:100%;
	position:relative;
	background:#330099;
}
div#header div.h_belt p{
	padding:0px 10px;
	line-height:35px;
	color:#ffffff;
	font-weight:bold;
}
div#header div.h_belt img.hb_left{
	position:absolute;
	top:0px; left:0px;
}
div#header div.h_belt img.hb_right{
	position:absolute;
	top:0px; right:0px;
	_top:0px; right:-1px;
}
div#header div.h_box{
	padding:5px 10px;
	border-top:#cccccc solid 2px;
	border-bottom:#cccccc solid 2px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
}
div#header div.h_box input.text{
	width:200px;
	height:1.0em;
	margin-right:5px;
}
div#header div.h_box input.btn{
	vertical-align:bottom;
}

/* パンくずとオビ
----------------------------------------- */
p.topicpath{
	padding:3px 10px;
}
div.mainbelt{
	margin:10px 0px;
	border-bottom:#339999 solid 1px;
}
div.mainbelt p{
	background:#333399;
	border-bottom:#ffffff solid 1px;
	padding:8px 10px;
	color:#ffffff;
	font-weight:bold;
	line-height:1.0em;
}

/* 中央：コンテンツ
----------------------------------------- */
/*旧・タイトル*/
td#contents div.title{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	background:#99cc00;
}
td#contents div.title div{
	width:494px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
td#contents div.title div img.t_logo{
	margin-right:20px;
}
td#contents div.title img.t_cnr01{
	position:absolute;
	top:0px;
	left:0px;
}
td#contents div.title img.t_cnr02{
	position:absolute;
	top:0px;
	right:0px;
	_right:-1px;
}
td#contents div.title img.t_cnr03{
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	left:0px;
}
td#contents div.title img.t_cnr04{
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	right:0px;
	_right:-1px;
}

/*▲旧ﾀｲﾄﾙ*/


/*▼新ﾀｲﾄﾙ*/
td#contents div.title08{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	background-image:url(http://blog.goo-net.com/shunno_kuruma/img/56/newtitle_bk.gif);
	background-repeat: repeat;
	background-position: 10px top;
}

td#contents div.title08 div{
	width:525px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

td#contents div.title08 div img.t_logo{
	margin-right:0px;
}

td#contents div.title08 div img{
	margin:0px;
}

td#contents div.title08 img.t_left{
	position:absolute;
	top:0px;
	left:0px;
}

td#contents div.title08 img.t_right{
	position:absolute;
	top:0px;
	right:0px;
}


/*▲新ﾀｲﾄﾙ*/

td#contents h2{
	margin-bottom:10px;
	font-weight:bold;
}
td#contents blockquote{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:0.85em;
	line-height:1.2em;
}
td#contents blockquote img{
	width:100px;
	margin-bottom:5px;
}
td#contents div.article{
	margin-bottom:10px;
}
td#contents div.article h3{
	margin-bottom:10px;
	font-size:1.8em;
	font-weight:bold;
}
td#contents div.article h3 span{
	font-size:0.45em;
	font-weight:normal;
}
td#contents div.article div{
}
td#contents div.article p.article_next{
	text-align:right;
}
td#contents p.post{
	margin-bottom:10px;
	padding:5px;
	border-top:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	text-align:right;
	font-size:0.8em;
}
td#contents p.post a{
	color:#333333;
	text-decoration:underline;
}
td#contents p.post a:hover{
	color:#999999;
	text-decoration:none;
}
td#contents dl{
}
td#contents dl dt{
	margin-bottom:10px;
	color:#666666;
	font-weight:bold;
}
td#contents dl dd{
	margin-bottom:20px;
	padding-left:5px;
	color:#666666;
}
td#contents dl dd th,
td#contents dl dd td{
	padding:2px 3px;
}
td#contents dl dd th{
	width:30px;
	white-space:nowrap;
}
td#contents dl dd td{
}
td#contents dl dd td input{
	width:200px;
	height:1.0em;
}
td#contents dl dd div .com_input2{
	width:400px;
}
td#contents dl dd p.com_post{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#cccccc dashed 1px;
	text-align:right;
	font-size:0.8em;
}


/* 右ナビゲーション
----------------------------------------- */
td#navi_right{
}
td#navi_right dl{
	margin-bottom:10px;
}
td#navi_right dl dt{
	padding:3px 5px;
	font-weight:bold;
}
td#navi_right dl dt span{
	color:#cc0000;
}
td#navi_right dl dd{
	padding:5px 0px 1px 0px;
}
td#navi_right dl.r_staff{
	border:#99cc00 solid 1px;
}
td#navi_right dl.r_staff dt{
	background:#99cc00;
}
td#navi_right dl.r_staff dd div{
	text-align:center;
}
td#navi_right dl.r_staff dd p{
	margin-top:5px;
	padding:0px 5px;
}
td#navi_right dl.r_staff dd ul{
	margin:5px;
}


/*旧・売り時チェックマークの見方*/

td#navi_right dl.r_ex{
	border:#ffff99 solid 1px;
}
td#navi_right dl.r_ex dt{
	background:#ffff99;
}
td#navi_right dl.r_ex dt span{
	color:#ff0000;
}
td#navi_right dl.r_ex dd{
	background:#ffffcc;
	padding:5px;
}
td#navi_right dl.r_ex dd div{
	width:188px;
	margin-bottom:5px;
}
td#navi_right dl.r_ex dd div:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
td#navi_right dl.r_ex dd div img{
	float:left;
	margin-right:5px;
}
td#navi_right dl.r_ex dd div p{
	margin:0px 0px 2px 55px;
	padding:2px 1px;
	color:#717200;
	border-bottom:#717200 solid 1px;
	font-weight:bold;
	line-height:1.0em;
}
td#navi_right dl.r_ex dd div span{
	font-size:0.8em;
	line-height:1.2em;
}

/*▲旧・売り時チェックマークの見方*/

/*▼新・売り時チェックマークの見方*/
td#navi_right dl.r_ex08{
	border:#fcc8b4 solid 1px;
}
td#navi_right dl.r_ex08 dt{
	background:#fcc8b4;
}
td#navi_right dl.r_ex08 dt span{
	color:#ff0000;
}
td#navi_right dl.r_ex08 dd{
	background:#fdf0f0;
	padding:5px;
}
td#navi_right dl.r_ex08 dd div{
	width:188px;
	margin-bottom:5px;
}
td#navi_right dl.r_ex08 dd div:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
td#navi_right dl.r_ex08 dd div img{
	float:left;
	margin-right:5px;
}
td#navi_right dl.r_ex08 dd div p{
	margin:0px 0px 2px 55px;
	padding:2px 1px;
	color:#ed1c23;
	border-bottom:#ed1c23 solid 1px;
	font-weight:bold;
	line-height:1.0em;
}
td#navi_right dl.r_ex08 dd div span{
	font-size:0.8em;
	line-height:1.2em;
}
/*▲新・売り時チェックマークの見方*/



td#navi_right table td.side{
	border:#cccccc solid 1px;
	background:#cccccc;
}
td#navi_right table td.side table td.side_title{
	padding:3px 5px;
	font-weight:bold;
}
td#navi_right table td.side table td div.side_text{
	padding:3px 5px;
	background:#ffffff;
}
td#navi_right div.navi_nodisp{
	height:1px;
	display:none;
	overflow:hidden;
}

/* フッター
----------------------------------------- */
div#footer div.f_main{
	width:100%;
	margin-bottom:10px;
	padding-top:10px;
	border-top:#cccccc solid 1px;
	line-height:1.2em;
}
div#footer div.f_main img{
	float:left;
}
div#footer div.f_main p{
	margin-left:86px;
}
div#footer div.f_main p span{
}
div#footer div.f_nodisp{
	height:1px;
	display:none;
	overflow:hidden;
}

/* 個別指定class
----------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
