@charset "UTF-8";


/***** ベース *****/

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
	color:#333333;
}

body,th,td,li,div,address{
	font:14px/20px "ＭＳ Ｐゴシック",Verdana, Arial, sans-serif;}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.Clear{
	clear:both;
}


.Center {
	text-align:center;
}
.Valign_middle {
	vertical-align:middle;
}
.Right {
	text-align:right;}
.Left {
	text-align:left;}
.Red {
	color:#FF0000;}
h1 {
	font-size:12px;
	font-weight:normal;
	margin-left:10px;}
.h1div{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;}

.F_right{
	float:right;}
.F_left{
	float:left;}

.Font_11{
	font-size:11px;}
.Font_14{
	font-size:14px;}
.Font_15{
	font-size:15px;}

.Font_Bold{
	font-weight:bold;}


/**********リンク**********/

a:link,
a:active{
	color:#3366cc;
	text-decoration:none;
}

a:visited{
	color:#0066cc;
	text-decoration:none;
}

a:hover{
	color:#cc6600;
	text-decoration:none;
}


/**********レイアウト**********/

#header, #contents, #naviUnder, .HeaderNavi{
	width:953px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;}
#navi{
	background:url(../image/HeaderNaviBG.gif) repeat-x 0 0;
	height:58px;
	margin:0;
	padding:0;
	clear:both;}

#naviUnderBG{
	background:url(../image/HeaderNaviUnderBGBG.gif) repeat-x 0 0;
	height:30px;
	margin:0;
	padding:0;}
#naviUnder{
	background:url(../image/HeaderNaviUnderBG.gif) no-repeat 0 0;
	height:30px;
	text-align:left;
	padding-top:3px;}
#naviUnder li{
	float:left;
	list-style:none;
	font-size:16px;
	padding-left:17px;
	padding-top:3px;
	background:url(../image/HeaderNaviUnderBGBGli.gif) no-repeat 0 -1px;}
#naviUnder li a:link, #naviUnder li a:active, #naviUnder li a:visited{
	text-decoration:underline;}
#naviUnder li a:hover{
	background-color:#EEE;}
#main{
	width:695px;
	float:left;}
#wide_main{
	width:100%;}
#sub{
	width:250px;
	float:right;}
#footer{
	margin-top:20px;
	padding:10px;
	border-top:1px solid #333;}

.HeaderNavi li{
	float:left;
	list-style:none;}

.block{
	margin-top:10px;}
.block h1{
	font-size:20px;
	margin:10px 0;
	padding:5px 0 5px 10px;
	font-weight:bold;
	border-left:10px solid #4B76B0;}

.top_h2{
	font-size:20px;
	text-decoration:underline;}
.topBlock{
	width:310px;
	margin-top:10px;
	background:url(../image/topBlock_BG.gif) no-repeat 0 0;}
.topBlock h3{
	background:url(../image/icon/square.gif) no-repeat 1px 3px;
	padding-left:18px;
	margin-top:8px;
	font-size:16px;}
.topBlock li{
	list-style:none;
	background:url(../image/icon/yaji.gif) no-repeat 1px 6px;
	padding-left:12px;
	margin-left:10px;}

.contBlock{
	margin-top:20px;}
.contBlock h2{
	background:url(../image/icon/square.gif) no-repeat 1px 3px;
	border-bottom:1px dashed #369BCD;
	padding-left:18px;
	margin-top:8px;
	font-size:16px;}
.contBlock h3{
	font-size:14px;
	text-decoration:underline;
	margin:10px 0 0 10px;}
.h3P{
	margin-left:10px;}

.wide_contBlock{
	margin-top:20px;}
.wide_contBlock h2{
	background:url(../image/icon/square.gif) no-repeat 1px 3px;
	border-bottom:1px dashed #369BCD;
	padding-left:18px;
	margin-top:8px;
	font-size:16px;}
.wide_contBlock h3{
	font-size:14px;
	text-decoration:underline;}

.subblock{
	margin-left:1px;
	margin-top:10px;}
.sub_ul{
	margin-left:30px;}
.subSub_ul{
	margin-left:15px;}
.subblock h3{
	margin:5px 0 0 5px;
	padding:3px 0 3px 5px;
	border-left:5px solid #CC0000;
	font-size:16px;
	font-weight:bold;}

.newscont dt{
	float:left;
	width:20px;}
.newscont dd{}


/**********ソーシャルブックマーク（アドクリップ）**********/
.addcrip{
	font-size:11px;
	text-align:right;
	padding:3px;}

/**********テーブル**********/
.HikakuTable{
	background:#AAA;
	width:100%;}
.HikakuTable th{
	background:#FFC;
	font-weight:bold;
	color:#900;}
.HikakuTable td{
	background:#FFF;}
.NoSize{
	width:auto;}


/**********解説**********/
.kaisetsu{
	padding:5px;
	background-color:#FFC;}
.kaisetsu_top{
	font-weight:bold;
	border-bottom:1px dashed #333;}
.kaisetsu p{
	margin-bottom:5px;}

/**********ニュース（MTブログ）**********/
.entry-asset{
	margin:20px 0 20px 10px;}
.asset-header h2, .asset-header h1{
	font-size:18px;
	border-bottom:1px dashed #333;
	background-color:#EEE;
	padding:3px;
	margin:0;}
.published{
	background:url(../image/icon/date.gif) no-repeat 1px 2px;
	padding-left:18px;}
.asset-content{
	padding:10px;}
.asset-content p{
	margin:10px 0;}
.asset-content li{
	margin-left:30px;}
.asset-content a:link, .asset-content a:active, .asset-content a:visited{
	text-decoration:underline;}
.asset-body, .asset-more{
	font-size:15px;
	letter-spacing:0.1em;}
.asset-more-link{
	background:url(../image/icon/yaji.gif) no-repeat 1px 6px;
	padding-left:12px;
	text-decoration:underline;
	margin:5px;}
.asset-more-link a:link, .asset-more-link a:active, .asset-more-link a:visited{
	text-decoration:underline;}
.asset-footer{
	border-top:3px solid #333;}
.widget-categories{
	margin-top:20px;}
.widget-header{
	font-size:16px;
	background:url(../image/icon/square.gif) no-repeat 1px 2px;
	padding-left:18px;}
.widget-content li{
	margin-left:30px;}

/**********入力フォームエラー**********/
.loginerror {
	background-color:#FFE6DF;
	padding:3px;
	border:1px solid #FF0000;
	text-align:center;
	margin-bottom:10px;
	font-size:12px;}

/**********口コミ情報テーブル**********/
.voice_table{
	width:100%;
	background:#ccc;
	margin-bottom:10px;}

.voice_table th{
	background-image:url(../image/voice_bg.gif);
	background-repeat:repeat;
	width:30%;}

.voice_table td{
	background:#ffffff;
	font-size:13px;
	line-height:16px;}


/**********各社の詳細・最新情報**********/
.contTab{
	margin-top:20px;}
.contTab li{
	float:left;
	list-style:none;
	font-size:13px;
	line-height:1em;
	width:120px;
	padding-top:5px;
	margin:0 2px 0 0;
	background:url(../image/contTabBG.gif) no-repeat 0 0;}
.contTab li a:link, .contTab li a:active, .contTab li a:visited{
	text-decoration:underline;}
.contTab li a:hover{
	background-color:#EEE;}
.contTabUnder{
	width:630px;
	background:url(../image/contBlock_BG.gif) no-repeat 0 0;
	height:6px;}
.contNews{
	margin-left:20px;}
.contNews li{
	margin-left:30px;}

/**********DMM.com紹介ページ関連**********/
.com_table {
	border-left:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	font-size:12px;
	padding:5px;
	margin:0px 0px 10px 15px;}
.com_table_title {
	background-color:#FFFFCC;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #BBBBBB;}
.com_table_migi {
	font-size:13px;
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;}
.com_table_shinki {
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	text-align:center;}
.com_table_ritsu_title {
	border-top:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	background-color:#EEEEEE;
	text-align:center;}
.com_table_ritsu {
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;}
.com_table_dmm {
	background-color:#9BBEFF;
	font-size:13px;
	text-align:center;
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;}
.com_table_amazon {
	background-color:#FFCC66;
	font-size:13px;
	text-align:center;
	border-right:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;}
