@charset "utf-8";
/* CSS Document */
/*-------------------------------
__Default style clear
-------------------------------*/
html,body,div,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}
html{
	height:100%;
	background:#1b1b1b;
}
h1,h2,h3,h4,h5,h6,p{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
p{
	margin:0 0 0 0;
}

/*IE6バグ対応（letter-spacingを指定した要素内に<br />を２つ以上連続して置いても１つしか認識されない(１つおきにしか認識されない)）*/
br { letter-spacing: 0; }

ul,ol{
	list-style:none;
	margin:0;
	padding:0;
}
filedset,img{
	border:0;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th{
	text-align:left;
}
address,caption,cite,code,dtn,em,strong,th,var{
	font-style:normal
}
textarea,input{
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height:1.5;
}
/*-------------------------------
　共通　設定
-------------------------------*/
p{
	line-height:1.6em
}
a{
	/*color:#506eb1;*/
	color:#039;
	text-decoration:none;
	line-height:1.5em
}
a.underline{
	text-decoration:underline;
}	

a:hover{
	color:#FF0000;
	text-decoration:none;
}
a.underline:hover{
	text-decoration:underline;
}	

.txtMini{
/*	font-size:0.9em;
	line-height:1.3em;*/
    font:12px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height:1.4; 
	
}
.txtbold{
	font-weight:bold;
}
.largeBold{
	font-size:1.2em;
	font-weight:bold;
/*	line-height:1.2em;*/
	
}
.large{
	font-size:1.2em;
	line-height:1.2em;
}
.txtInput_160_14{
	height:14px;
	width:160px;
}
.txtWhite{
	color:#FFF;
}
.txtBlue{
	color:#039;
}
.txtRed{
	color:#C00;
}
.txtBlack{
	color:#000;
}
.txtAlignMiddle{
	vertical-align:middle;
}
.txtTAlignRight{
	text-align:right;
}
.txtGray{
	color:#c5c5c5;
}
.leftMargin5{
	margin-left:5px;
}
.leftMargin16{
	margin-left:16px;
}
.padding5{
padding:10px;
}
.clear{
	clear:both;
}
.bgGray{
background-color:#f2f2f2;
}

/*---------------------------------------*/
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:  "Lucida Grande",'ヒラギノ角ゴ Pro W3',sans-serif;
	/*font-family: 'メイリオ', Meiryo,  "Lucida Grande", sans-serif;*/

	background:url(../img/bg_body.jpg) repeat-x;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	/*font-family: 'メイリオ', Meiryo, sans-serif;*/
	/*font-family:  "Lucida Grande", sans-serif;*/
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family:  "Lucida Grande", sans-serif;
	/*font-family: Verdana, "MS P ゴシック", sans-serif;*/
	letter-spacing: 1px;
	vertical-align:baseline;
}
#whiteContainer{
	width:100%;
	background-color:#FFF;
}
/*-------------------------------
__container
-------------------------------*/
.container{
	width:1018px;
	margin:0 auto;
}
/*-------------------------------
__headerContents
-------------------------------*/
#headerContents{
	height:146px;
	/*background-color:#FF9;*/
	background:url(../img/header_bg.jpg)
}
/*-------------------------------
__header
-------------------------------*/
#header{
	height:105px;
	width:978px;
	margin-left:20px;
	position:relative;
	/*background-color:#F9C;*/
}
#headBanner{
	position:absolute;
	left:280px;
	top:22px;
}
#header ul{
	position:absolute;
	left:770px;
	top:7px;
}
#header ul li a{
	width:93px;
	height:20px;
	display: block;
	text-indent:-10000px;
}
#header ul li#registBtn a{
	background-image: url(../img/regist.jpg);
}
#header ul li#registBtn a:hover{
	background-image: url(../img/regist_on.jpg);
}
#header ul li#mailmagBtn a{
	background-image: url(../img/mailMagazine.jpg);
}
#header ul li#mailmagBtn a:hover{
	background-image: url(../img/mailMagazine_on.jpg);
}

#header #search{
	position:absolute;
	left:770px;
	bottom:13px;
}
#header #search #seachform{
	position:relative;
	width:193px;
}
#header #search input{
	height:14px;
	width:143px;
}
#header #search a{
	position:absolute;
	right:-2px;
	top:18px;
	
	width:42px;
	height:17px;
	display: block;
	text-indent:-10000px;
	background-image: url(../img/search_btn.jpg);
}
#header #search a:hover{
	background-image: url(../img/search_btn_on.jpg);
}

#header input{
	width:142px;
	height:1em;
	background-color:#c5c5c5;
	margin:0;
}
/*-------------------------------
__menu
-------------------------------*/
#headerContents #menu ul{
	margin-left:29px;
}
#headerContents #menu li{
	float:left;
}
#headerContents #menu li a{
	height:41px;
	display: block;
	text-indent:-10000px;
	width:178px;
}
#headerContents #menu li a:hover{
	height:41px;
	display: block;
	text-indent:-10000px;
	width:178px;
}
#headerContents #menu li.menu_home a{
	background:url(../img/menu/menu_home.png) left top no-repeat;
	width:70px;
}
#headerContents #menu li.menu_home a:hover{
	background:url(../img/menu/menu_home.png) left bottom no-repeat;
	width:70px;
}
#headerContents #menu li.menu_entertainment-trend a{
	background:url(../img/menu/menu_entertainment-trend.png) left top no-repeat;
}
#headerContents #menu li.menu_entertainment-trend a:hover{
	background:url(../img/menu/menu_entertainment-trend.png) left bottom no-repeat;
}
#headerContents #menu li.menu_gourmet a{
	background:url(../img/menu/menu_gourmet.png) left top no-repeat;
	
}
#headerContents #menu li.menu_gourmet a:hover{
	background:url(../img/menu/menu_gourmet.png) left bottom no-repeat;
}
#headerContents #menu li.menu_travel a{
	background:url(../img/menu/menu_travel.png) left top no-repeat;
}
#headerContents #menu li.menu_travel a:hover{
	background:url(../img/menu/menu_travel.png) left bottom no-repeat;
}
#headerContents #menu li.menu_life a{
	background:url(../img/menu/menu_life.png) left top no-repeat;
}
#headerContents #menu li.menu_life a:hover{
	background:url(../img/menu/menu_life.png) left bottom no-repeat;
}
#headerContents #menu li.menu_members a{
	background:url(../img/menu/menu_members.png) left top no-repeat;
}
#headerContents #menu li.menu_members a:hover{
	background:url(../img/menu/menu_members.png) left bottom no-repeat;
}

/*-------------------------------
__footerMenu
-------------------------------*/
#footerMenu{
	width:1018px;
	height:130px;
	background:no-repeat #FFF;
	position:relative;
	margin-bottom:8px;
}
#footerMenu ul{
	position:absolute;
	left:135px;
	bottom:10px;
}
#footerMenu li{
	float:left;	
}
/*-------------------------------
__footer
-------------------------------*/
#footer{
	margin-top:10px;
	text-align:center;
	height:150px;
}
/*-------------------------------
__mainContents
-------------------------------*/
#mainContents{
	/*min-height:400px;*/
	background: url(../img/mainContents_bg.jpg) no-repeat #FFF;
	/*padding-top:7px;*/
}
/*-------------------------------
__SiteBanner
-------------------------------*/
#siteBanner{
	width:960px;
	height:258px;
	padding-left:29px;
	padding-top:7px;
}
/*-------------------------------
__leftContents
-------------------------------*/
#leftContents{	
	width:645px;
	/*margin-left:29px;*/
	padding-left:29px;
	/*margin-top:9px;*/
	float:left;
}
/*-------------------------------
__rightContents
-------------------------------*/
#rightContents{
	width:300px;
	margin-left:15px;
	float:left;
}
/*------------------------------------------------------------------------------------------
__TOP PAGE
-------------------------------*/
/* 共通*/
.entry_title{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}
.entry_title2{
	font-size:1.2em;
}
.spaceTop{
	height:8px;
}
#navigation p.txtMini,
#navigation a{
	margin-top:5px;
    font:12px osaka;
/*    *font-size:small;
    *font:x-small;*/
	line-height:1.4; 	
}
#topFlash{
	width:960px;
	height:258px;
	background:#000;
}
#topFlash #topFlash_l{
	width:652px;
	height:250px;
	float:left;
	margin:4px 0 4px 4px;
}
#topFlash #topFlash_r{
	width:300px;
	height:250px;
	float:left;
	margin:4px 4px 4px 0;
}

#topFlash #topFlash_l{
	_margin:4px 0px 4px 2px;
}
#topFlash #topFlash_r{
	_margin:4px 0px 4px 0;
}
/*-------------------------------
__一覧
-------------------------------*/
#topTopics{
	margin-top:9px;
	margin-bottom:40px;
}
table.TOP{
	height:120px;
	background-color:#f2f2f2;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	vertical-align:top;
}
table.TOP td.photo{
	padding:8px;
	width:20px;
	vertical-align:top;
}
table.TOP td.title{
	height:12px;
	line-height:0.9em;
	vertical-align:baseline;
}
table.TOP td.title a{
	height:12px;
	line-height:0.9em;
}
*:first-child+html table.TOP td.title img{/*ie7用*/
	vertical-align:middle;
}
table.TOP td.spaceTop{
	height:6px;
}
*:first-child+html table.TOP td.spaceTop{/*ie7用*/
	height:3px;
}
table.TOP td.spaceTop{/*ie6用*/
	_height:7px;
}
table.TOP td.title2{
	height:12px;
	line-height:12px;
}
table.TOP td.txt2{
	height:80px;
	padding-top:3px;
	padding-bottom:5px;
	line-height:1.3em;
	vertical-align:top;
}
/*-------------------------------*/
table.tbl04{
	width:100%;
	height:80px;
	background-color:#f2f2f2;
	margin-top:5px;
	margin-bottom:5px;
}
table.tbl04 td.photo{
	padding:8px 8px 8px 8px;
	width:20px;
	vertical-align:top;
}
table.tbl04 td.title{
	height:12px;
	vertical-align:top;
}
table.tbl04 td.txt{
	height:60px;
	padding-right:8px;
	vertical-align:top;
}
table.tbl04 td.txt p{
	line-height:1.4em;
}
table.tbl04 td.title img{
	vertical-align:middle;
}
table.tbl04 td.spacerTop{
	height:6px;
}
*:first-child+html table.tbl04 td.spacerTop{/*ie7用*/
	height:4px;
}
table.tbl04 td.spacerTop{/*ie6用*/
	_height:6px;
}
body:first-of-type table.tbl04 td.spacerTop{/*safari3用*/
	height:1px;
}
/*-------------------------------*/
table.TOP2Box{
	width:645px;
}
table.TOP2{
	width:322.5px;
	height:80px;
	margin-top:9px;
}
table.TOP2 td.photo{
	width:80px;
	padding:2px 8px 0 5px;
	vertical-align:top;
}
table.TOP2 td.photo{
	_padding:0px 8px 0 5px;/*ie6用*/
}
*:first-child+html table.TOP2 td.photo{
	padding:4px 8px 0 5px;/*ie7用*/
}
body:first-of-type table.TOP2 td.photo { /*safari3用*/
	padding:1px 8px 0 5px;;
}

table.TOP2 td.title{
	width:229.5px;
	height:12px;
	vertical-align:middle;
}
*:first-child+html table.TOP2 td.title img{
	vertical-align:middle;/*ie7用*/
}
table.TOP2 td.title a{
	font-size:12px;
	font-weight:bold;
	line-height:0.9em;
}
table.TOP2 td.entryTitle3{
	height:58px;
	vertical-align:top;
}
table.TOP2 td.entryTitle3 a{
	font-size:12px;

}
/*-------------------------------*/
ul.TOP3{
	margin-top:18px;
	margin-bottom:6px;
}	
ul.TOP3 table{
	width:640px;
	border:none;
	margin-bottom:7px;
}
ul.TOP3 table td.icon{
	width:60px;
	height:12px;
	vertical-align:middle;
}
ul.TOP3 table td.icon img{
	height:12px;
	vertical-align:middle;
}
ul.TOP3 table td.title{
	height:12px;
	vertical-align:middle;
	font-size:12px;
	line-height:12px;
	padding-left:5px;
}
/*-------------------------------*/
.link{
	padding-right:10px;
	padding-bottom:2px;
	text-align:right;
}	
.link a{
	height:20px
	padding-left:5px;
	line-height:20px;
}
.link img{
	vertical-align:middle;
}
/*-------------------------------
__INTERVIEW
-------------------------------*/
#topInterview table{
	width:645px;
	vertical-align:top;
	background:url(../img/top/contentsBg.jpg);
}
#topInterview  table td.spaceTop{
	height:5px;
}
#topInterview  table td.photo{
	padding:8px;
	width:20px;
}
#topInterview table td.title{
	height:12px;
	line-height:12px;
}
#topInterview table td.txt{
	height:60px;
	padding-top:3px;
	padding-bottom:8px;
	line-height:1.3em;
	vertical-align:top;
}
/*-------------------------------
__投稿募集
-------------------------------*/
#topToukou{
	/*margin-top:13px;*/
	/*margin-bottom:19px;*/
}
/*-------------------------------
__コラム
-------------------------------*/
#topColumn{
	/*margin-top:19px;*/
	margin-top:40px;
}
/*-------------------------------
__TOP Site Banner
-------------------------------*/
#topSiteBanner2 li{
	float:left;
	margin-top:74px;
	margin-right:16px;
}



/*--------------------------------------------------------------------------------------
__右メニュー
-------------------------------------------------------------------------------------*/
#rightContents{
	margin-top:9px;
}
#rightMenuTitle{
	height:22px;
	background-color:#000;
}
#rightMenuTitle p{
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	margin-left:10px;
	line-height:22px;
}
.rightBox{
	margin-bottom:9px;
	width:300px;
}
.rightMenuBox{
	width:300px;
	margin-bottom:9px;
	padding-bottom:7px;
	background:#f2f2f2;
}
.rightMenuBox table{
	width:295px;
	margin-top:8px;
}
.rightMenuBox table td{
	height:36px;
	padding-bottom:7px;
	vertical-align:top;
	line-height:1.2em;
}
.rightMenuBox table td.photo{
	width:49px;
}
.rightMenuBox table td.txt{
padding-right:6px;
}
/*-------------------------------
_	news
-------------------------------*/
.rightMenuBox #newsTop table{
	margin-left:10px;
}
.rightMenuBox #newsTop a{
	font-size:11px;
}
/*-------------------------------
_アクセスランキング
-------------------------------*/
.rightMenuBox #accessRanking table td.number{
	width:40px;
	height:36px;
}
/*-------------------------------
_バックナンバー
-------------------------------*/
.rightMenuBox #backnumber table{
	margin-left:10px;
}
.rightMenuBox #backnumber table td{
	height:1em;
}
.rightMenuBox #backnumber table tr td.title{
	width:190px;
}
/*-------------------------------
_おすすめコラム
-------------------------------*/
.rightMenuBox #recommend ul{
	margin:0 0 0 30px;
}
.rightMenuBox #recommend ul li{
	width:240px;
	height:44px;
	margin-top:8px;
}
/*-------------------------------
_	book Info
-------------------------------*/
#bookInfo{
	width:300px;
	height:183px;
	background:url(../img/subMenu/bookInfoBg.jpg) no-repeat;
	position:relative;
	
  	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height:1.4; 	
}
#bookInfo #Photo{
	position:absolute;
	top:1px;
	left:1px;
}
#bookInfo #bookInfoTxt{
	width:146px;
	height:165px;
	position:absolute;
	top:7px;
	left:140px;
}
#bookInfo h5{
	/*font-size:1.1em;*/
	font-weight:bold;
	margin-bottom:8px;
}
#bookInfo h6{
	/*font-size:0.9em;*/
	font-size:93%;
	margin-bottom:5px
}
#bookInfo p.description{
	font-size:85%;
	line-height:1.2em;
	/*font-size:0.8em;*/	
	/*text-align:0.8em;*/
}
#bookInfo ul{
	/*position:absolute;*/
	top:102px;
}
#bookInfo li{
	width:146px;
	height:20px;
	background:url(../img/subMenu/bookinfo_menu_bg.png) no-repeat;
	margin-bottom:3px;
	
}
#bookInfo li a{
	padding-left:10px;
	display: block;
	width:135px;
	height:20px;
	color:#FFF;
	font-size:85%;
	/*font-size:10px;*/
	line-height:20px;
}
#bookInfo li a:hover{
	color:#F00;
}

/*-------------------------------
_columnMenu
-------------------------------*/
#columnMenu ul{
	margin-top:6px;
}
#columnMenu ul li{
	margin-bottom:3px;
}
/*-------------------------------
_男の選択
-------------------------------*/
#sentaku{
	width:300px;
	height:143px;
	background:url(../img/subMenu/otokoSentakuBg.jpg) no-repeat;
	position:relative;
}
#sentaku #Photo{
	position:absolute;
	top:34px;
	left:12px;
}
#sentaku #sentakuTxt{
	width:126px;
	height:94px;
	position:absolute;
	top:34px;
	left:160px;
}
#sentaku #sentakuTxt span{
	font-weight:bold;
	
}
#sentaku #sentakuTxt ul{
	position:absolute;
	top:72px;
}

/*-------------------------------
_特集
-------------------------------*/
#feature{
	width:300px;
}
#featureTitle{
	margin-bottom:3px;
}
#feature ul li{
	margin-bottom:1px;
}


/*-----------------------------------------------------------------------------------------------------
_メインページ　共通
-----------------------------------------------------------------------------------------------------*/
#columnTopContents{
	width:645px;
}
/*コラムリスト*/
#columnTopList{
	width:521px;
	margin-left:60px;
}
#columnTopList #columnTopListTitle{
	height:45px;
	margin-top:5px;
}
#columnTopList #columnTopListTitle h5{
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	margin:10px;
}
#columnTopListTitle_blog{
	width:521;
	height:30px;
	margin-bottom:11px;
	margin-top:5px;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:30px;
	padding-left:10px;	
}
#banner_bottom{
	margin-top:68px;
}
/*-------------------------------
_コラムトップページ
-------------------------------*/
#columnTopList table.TOP{
	width:521px;
}
/*-------------------------------
ページング
-------------------------------*/
#paging{
	width:521px;
	height:25px;
	background-color:#f2f2f2;
	margin-top:4px;
	position:relative;
}
#paging ul{
	position:absolute;
	right:0px;
}
#paging p{
/*	line-height:25px;*/
	margin-right:15px;
	font-size:0.9em;
}
#paging ul li{
	float:left;
}
.box_current{
	color:#000;
}
.box_normal{
	/*text-decoration:underline;*/
	
}
/*-------------------------------
ページング ver2
-------------------------------*/
#paging2{
	margin-top:20px;
	margin-bottom:10px;
	width:521px;
	font:13px arial,helvetica,"ＭＳ Ｐゴシック",clean,sans-serif;
/*    *font-size:small;
    *font:x-small;
	line-height:1.4; */
	font-weight:bold;
	font-size:146.5%;
}
#paging2 #margin{
	height:33px;
	margin:0 auto;
/*	margin-right:auto;
	margin-left:auto;*/
}
#paging2 .prev{
	width:82px;
	float:left;
	margin-right:2px;
}
#paging2 .nav{
	width:33px;
	margin-right:2px;
	float:left;
	text-align:center;
}
#paging2 .next{
	width:82px;
	float:left;
}
#paging2 .prev a{
	width:82px;
	height:33px;
	display:block;
	line-height:33px;
	background:url(../img/share_images/paging_prev.png) left top no-repeat;
	text-indent:-10000px;
}
#paging2 .prev a:hover{
	background:url(../img/share_images/paging_prev.png) left bottom no-repeat;
}
#paging2 .nav a{
	width:33px;
	height:33px;
	display:block;
	line-height:33px;
	color:#FFF;
}
#paging2 .nav a:hover{
	background:url(../img/share_images/paging_bg.png) left bottom no-repeat;
}
.nav_now{
	background:url(../img/share_images/paging_bg.png) left bottom no-repeat;
}
.nav_normal{
	background:url(../img/share_images/paging_bg.png) left top no-repeat;
}


#paging2 .next a{
	width:82px;
	height:33px;
	display:block;
	line-height:33px;
	background:url(../img/share_images/paging_next.png) left top no-repeat;
	text-indent:-10000px;	
}
#paging2 .next a:hover{
	background:url(../img/share_images/paging_next.png) left bottom no-repeat;
}

/*コラム一覧*/
#columnWriterList{
	width:521px;
	margin-left:60px;
}

#columnWriterListTitle{
	width:521px;
	height:30px;
	color:#000;
	margin-top:36px;
	font-weight:bold;
	font-size:1.2em;
	
}
#columnTopContents #columnWriterList dt{
	width:521px;
	height:16px;
	background:#e5e5e5;
	margin-top:10px;
	margin-bottom:11px;
	clear:both;
	color:1b1b1b;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	padding-left:14px;

}
#columnTopContents #columnWriterList dd{
	width:240px;
	height:44px;
	float:left;
	padding-bottom:14px;
	padding-left:14px;

}

/*-------------------------------
_コラム_グルメ　カテゴリ
-------------------------------*/
#menuMiniGourumet{
	width:960px;
	height:28px;
	background: url(../img/column/minimemu_bg.jpg) no-repeat;
	margin-left:29px;
}
#menuMiniGourumet ul{
	padding-left:70px;
}
#menuMiniGourumet li{
	float:left;
}
#menuMiniGourumet li a{
	background: url(../img/column/menu_off.jpg) no-repeat;
	height:28px;
	width:122px;
	display: block;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:28px;
}
#menuMiniGourumet li a:hover{
	background: url(../img/column/menu_on.jpg) no-repeat;
	height:28px;
	width:122px;
	display: block;
	color:#FFF;
	font:bold 1.2em;
	text-align:center;
	line-height:28px;
}
/*-------------------------------
_PR
-------------------------------*/
#pr{
	width:645px;
	margin-top:10px;
	position:relative;
}
#pr_interview{
	width:533px;
	height:29px;
	position:relative;	
}
#prMenu{
	position:absolute;
	right:0;
	bottom:0;
}
#prMenu li{
	float:left;
	margin-left:5px;
	background:#000 url(../img/column/readerbtn_bg.png) no-repeat;
}
#prMenu li#menuReader{
	height:23px;
	width:97px;
}
#prMenu li#menuFriendSend{
	height:23px;
	width:143px;
	
}
#prMenu li a{
	color:#FFF;
	margin-left:20px;
	line-height:23px;
}
#prMenu li a:hover{
	color:#FF0000;
	margin-left:20px;
	line-height:23px;
}


/*-------------------------------
/*記事プレビュー画面
-------------------------------*/
#previewContents{
	width:645px;
	margin:0 auto;
	padding-bottom:50px;
}
#previewContents #blogBanner{
	padding-bottom:25px;

}

#previewContents  #blog{
	margin:0 auto;
}

#previewContents .pageNo p{
	padding-top:20px;
	font-weight:bold;
	font-size:110%;
	
}
#previewContents #blog .line{
	width:521px;
	border:1px #CCC solid;
	padding:5px;
	/*background-color:#fff;*/
}


/*-------------------------------
_コラム_ブログ記事
-------------------------------*/

#blog{
	width:521px;
	margin-left:63px;
	margin-top:22px;
}
#blog #line{
	width:521px;
	border:1px #CCC solid;
	padding:5px;
	background-color:#fff;
}
.blogTitle{
	/*margin:0 35px;*/
	float:left;
}
.blogTitle p{
	font-weight:bold;
	font-size:18px;
	line-height:1em;
	margin:22px 18px 0;
}
.blogDate{
	text-align:right;
}

.blogDate p{
	color:#666;
	line-height:2em;
	margin:35px 18px 0;
}
.blogWriter{
	margin:20px 0px;
}
.blogWriter p{
	margin:0 18px;
	font-weight:bold;
	font-size:14px;
	line-height:1em;
}
.blogTxt{
	margin:25px 18px 0 18px;
	font-size:120%;
	line-height:1.5em;
}
.blogTxt h3{
	font-size:120%;
	border-left:solid 5px #999;
	font-weight:bold;
	padding-left:5px;
}
.blogTxt hr{
	border:dotted 1px #999;
}
.blogKanren{
	margin:20px 35px 0 35px;
}
.blogKanren img{
	vertical-align:middle;
	margin-right:5px;
}

.blogPr{
	margin:20px 35px 14px 35px;
}
#blogProf{
	width:490px;
	margin:15px 0 0 10px;
}

#blogProf #photo{
	width:97px;
	height:85px;
	float:left;
}
#blogProf #profTxt{
	margin-left:97px;
	margin-bottom:10px;
}
#blogProf #profTxt a{
	color:#000;
}
#blogProf #profTxt a:hover{
	color:#F00;
}
#blogComment{
	width:521px;
	background:#f2f2f2;
	padding-left:17px;
	padding-bottom:17px;
	margin-top:30px;
	position:relative;
}
#blogComment input{
	width:233px;
	height:19px;
	font-size:12px;
}
#blogComment textarea{
	width:391px;
	height:60px;
}
#blogComment dd{
	vertical-align:bottom;
}
#blogComment #blogToukouBtn{
	position:absolute;
	right:14px;
	top:189px;
}
/*-------------------------------*/
#comment{
	margin-top:13px;
	font-size:0.9em;
}
#comment img{
	vertical-align:middle;
}
#trackback{
	margin-top:13px;
	font-size:0.9em;
}
#trackback img{
	vertical-align:middle;
}
#trackbackAdress{
	margin-top:13px;
	font-size:0.9em;
}

#comment dl{
	margin:15px 10px 15px 20px;	
	font-size:0.9em;
}
#trackback dl{
	margin:15px 10px 15px 20px;	
	font-size:0.9em;
}
/*-------------------------------
_会社概要
-------------------------------*/
table#company td{
	vertical-align:top;
}
table#company tr{
	margin-bottom:20px;
}
table#company td.companytitle{
	width:162px;
	background-color:#f2f2f2;
	line-height:24px;
	padding-left:8px;
}
table#company td.companytxt{
	width:320px;
}
/*-------------------------------
_プライバシ－ポリシー
-------------------------------*/
dl.privacy dt{
	margin-top:18px;
	margin-bottom:5px;
}
dl.privacy dt p{
	font-weight:bold;
}
dl.privacy dd p{
	line-height:1.7em;
}
dl.privacy ol li{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:46px;
}
/*-------------------------------
_メールマガジン
-------------------------------*/
#mailmagList{
	width:100px;
	float:left;
}
#mailmagTxt{
	margin-left:200px;

}
/*-------------------------------
_特集
-------------------------------*/
#featureList{
	margin-bottom:10px;
	border:#999 solid 1px;
}
/*-------------------------------
_月刊男の隠れ家バックナンバー一覧
-------------------------------*/
#columnTopListTitle p.titleTxt{
	font-size:1.2em;
	font-weight:bold;
	margin:3px 0 0 8px;
}

#otokoBacknumberTop{
	width:470px;
	margin:0 0 30px 46px;
}
#otokoBacknumberTop #photo{
	width:133px;
	padding-right:10px;
	float:left;
}
#otokoBacknumberTop #leadTxt{
	margin-left:143px;
}
.bookTitle{
	margin-top:10px;
	font-weight:bold;
	font-size:1.2em;
}
.bookTitle{
	font-weight:bold;
	font-size:1.2em;
}
.bookPrice{
	margin-top:6px;
}
.bookDescription{
	margin-top:10px;
	line-height:1.5em;
}
ul#backnumberMenu{
	margin-top:6px	
}
ul#backnumberMenu li{
	width:146px;
	height:20px;
	background:url(../img/subMenu/bookinfo_menu_bg.png) no-repeat;
	margin-bottom:5px;
}
ul#backnumberMenu a{
	padding-left:10px;
	display: block;
	width:135px;
	height:20px;
	color:#FFF;
	font-size:10px;
	line-height:20px;
}
ul#backnumberMenu a:hover{
	color:#F00;
}

/*-------------------------------
ランキングページ
-------------------------------*/
/*ランキングリスト*/
#rankingTopList{
	width:521px;
	margin-left:60px;
	margin-top:10px;
}
#rankingTopList #rankingColumn{
	margin-top:50px;
}
table.RankingBox{
	width:100%;
	height:80px;
}
table.RankingBox td.number{
	width:33px;
	margin:0px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

/*-------------------------------
検索結果ページ
-------------------------------*/
#searchList{
margin:0 0 40px 10px;
}
#searchList .bgGray{
margin-top:8px;
}
#searchList dl{
margin-top:21px;
}
#searchList dl dd{
margin:10px 30px 0px 12px;
}
.searchForm p{
vertical-align:middle;
}
a.searchBtn{
width:42px;
height:17px;
display: block;
text-indent:-10000px;
background-image: url(../img/search_btn.jpg);
}
a.searchBtn:hover{
background-image: url(../img/search_btn_on.jpg);
}
#searchList #paging{
	background-color:#fff;
	width:510px;
	margin-top:20px;
}
#searchList #searchForm2{
background-color:#f2f2f2;
margin-top:50px;
padding:10px;

}
/*-------------------------------
共通icon画像
-------------------------------*/
div.iconArea{
	diplay:block;
	width:60px;
	height:13px;
	color:#FFF;
	font-size:10px;
	text-align:center;
	line-height:13px;
	border: 0px;
	background-color:#000;
	white-space: nowrap;
	float:left;

}
/*-------------------------------
フォーム
-------------------------------*/
#formTxt{
	margin:0px 11px 0;
}
#formTxt2{
	margin:0 0 0 11px;
}
#download{
	margin:7px 0 45px;
}
#hissuTxt{
	margin:0 0 5px 11px;
}
#formBG{
	background-color:#f2f2f2;
}
#formBG p{
	margin-left:10px;
}
#formBG .radioTxt{
margin-left:0px;
}
#formBG table{
	width:100%;
}
#formBG table tr td{
	padding-top:6px;
	padding-bottom:6px;
}
.spacerTop{
	height:5px;
}
.questionTD{
	width:150px;
}
.formTitleTd{
	width:500px;
}
.formInputTd{
	width:346px;
}
.formInputTd p{
	width:346px;
	padding-right:10px;
}
.formbackBtnTd{
	width:89px;
}
.formSendBtnTd{
	width:150px;
}
.inputUpload{
	width:286px;
}
input.inputNormal{
	width:333px;
}
input.inputShort{
	width:166px;
}
textarea.inputBox{
	width:333px;
	height:145px;
}
#kiyaku{
	width:516px;
	height:150px;
	margin:20px 0 10px;
}


#sendBtnTable{
	margin-top:8px;
}
.btn_send {
	width: 150px;
	height: 28px;
	border: 0;
	background: url(../img/form/kakunin_btn.png)  no-repeat 0 0;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
}
.btn_upload {
	width: 39px;
	height: 20px;
	border: 0;
	background: url(../img/form/upload_btn.png)  no-repeat 0 0;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
}
.btn_back {
	width: 89px;
	height: 28px;
	border: 0;
	background: url(../img/form/kakunin_btn.png)  no-repeat right top;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
}
.floatleft { float:left; }
.floatright { float:right; }
/*-------------------------------
メールマガジン
-------------------------------*/
/*メルマガフォーム*/
.mailmagFormBox{
	width:501px;
	background-color:#f2f2f2;
	padding:15px 10px;
}
.mailmagFormBox p.titleBold{
	font-weight:bold;
	/*line-height:1em;*/
	margin-bottom:15px;
}
.mailmagFormBox p.titleNormal{
	line-height:1em;
	margin-bottom:15px;
}
/*form1*/
.mailmagFormBox #formTable1{
	width:508px;
}
.mailmagFormBox td.txt{
	width:95px;
	vertical-align:center;
}
.mailmagFormBox td.txt2{
	width:70px;
	vertical-align:center;
}
.mailmagFormBox td.txt p{
	margin:0 5px;
}

.mailmagFormBox td.Form1{
	width:300px;
	vertical-align:center;
}
.mailmagFormBox td.BtnTd{
	width:70px;
	vertical-align:center;
}
.mailmagFormBox input.txtForm1{
	width:313px;
	height:16px;
}
.mailmagFormBox .btn{
	width: 57px;
	height: 20px;
	border: 0;
	background:url(../img/mailmag/btn_bg.png)  no-repeat 0 0;
 	cursor: pointer;
	color:#FFF;
	font-weight:normal;
	font-size:0.9em;
}

#magChangeLink{
	margin-top:15px;
	line-height:2em;
}

#mailmagBacknumberList ul li{
	margin:0 10px 0 20px;
	line-height:2em;
}

/*form2*/
.mailmagFormBox #formTable2{
	margin-top:10px;
}
.mailmagFormBox #formTable2 .BtnSpacer{
	width:350px;
}
/*詳細*/
#mailmagDetail{
	width:521px%;
}
#mailmagDetail #line{
	width:521px%;
	border:1px #CCC solid;
	padding:30px;
}
#mailmagDetail .btn_send,#mailmagDetail .btn_back{
	font-size:0.9em;
}

/*-------------------------------
男の選択
-------------------------------*/
#sentakuTopQue{
	width:521px;
	background-color:#f2f2f2;
	margin-top:10px;
}
/*テーブル1*/
.choiceForm1{
	margin:15px 15px 40px;
}
.choiceForm1 p.titleBold {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px
}
.choiceForm1 td.photo {
	width:160px;
	vertical-align:top;
}
.choiceForm1 td.txt {
	vertical-align:top;
	padding:0 10px;
}
/*テーブル2*/
.choiceForm2 {
	margin:0px 15px 15px;
}
.choiceForm2 input{
	width:234px;
	height:19px;
	margin:0px;
	padding:0px;
}
.choiceForm2 textarea{
	width:361px;
	height:106px;
	margin:0px;
	padding:0px;
}
.choiceForm2 .btn{
	width: 90px;
	height: 28px;
	border: 0;
	background: url(../img/form/btn_bg_fat.png)  no-repeat right top;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
}
.choiceForm2 td{
	line-height:20px;
	vertical-align:bottom;
}
.choiceForm2 .BtnTD{
	vertical-align:bottom;
}
.choiceForm2 .textareaTD{
	width:396px;
}
/*テーブル3*/
.choiceForm3{
	width:521px;
	margin-top:10px;
	margin-bottom:50px;
	text-align:right;	
}
.choiceForm3 .btn{
	width: 129px;
	height: 20px;
	border: 0;
	background: url(../img/form/btn_bg_smart.png)  no-repeat right top;
 	cursor: pointer;
	font-size:0.8em;
	color:#FFF;
	font-weight:bold;
}
.choiceForm3 .btn2{
	width: 166px;
	height: 20px;
	border: 0;
	background: url(../img/form/btn_bg_smart.png)  no-repeat right top;
 	cursor: pointer;
	font-size:0.8em;
	color:#FFF;
	font-weight:bold;
}

dl.choiceTokoList{
	margin:0 10px 40px;
}
dl.choiceTokoList dt{
	margin-bottom:5px
}


/*過去の出題一覧*/
.choicePastBox{
	width:100%;
	height:60px;
	margin-bottom:5px;
	/*background-color:#0FF;*/
}
.choicePastBox .photo{
	width:86px;
	height:60px;
	vertical-align:top;
	text-align:left;
}
.choicePastBox .title{
	width:340px;
	height:15px
	/*background-color:#9F9;*/
}
.choicePastBox .title a{
	font-size:1.1em;
	vertical-align:top;
	text-decoration:underline;
	font-weight:bold;
	margin:0;
	padding:0;
}
.choicePastBox .txt{
	height:15px
	/*background-color:#9F9;*/
}
.choicePastBox .linkPast{
	height:30px;
	text-align:right;
}
.choicePastBox .linkPast a{
	text-decoration:underline;
}
/*-------------------------------
プレゼント
-------------------------------*/
.presentTitle{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}
#presentQBox{
	margin:15px 0 0 0;
	padding:15px 15px;
	background-color:#f2f2f2;	
}
#presentQBox .title{
	font-size:1.2em;
}
p.LoginUserTxt{
	margin-bottom:8px;
}
#presentLoginBox{
	width:100%;
	margin:25px 0 0 0;

}
#presentLoginBox .btnTD2{
	width:166px;
	text-align:center;
}
#presentLoginBox .btnTD2 p{
	font-weight:bold;
	margin-bottom:15px;
}
#presentLoginBox2{
	width:320px;
	background-color:#f2f2f2;
}
#presentLoginBox2 .title{
	font-weight:bold;
}
#presentLoginBox2 .title p{
	margin:8px 0 8px 10px;
	font-weight:bold;
}
#presentLoginBox2 .txt p{
	margin:0 0 0 25px;
}
#presentLoginBox2 .inputLogion{
	width:185px;
	height:16px;
	margin:0 0 10px 25px;
}
#presentLoginBox2 .btnTD{
	width:72px;
	vertical-align:bottom;
	text-align:left;
	padding:0 10px 10px 0;
}
#presentLoginBox2 .btnLogin{
	width: 72px;
	height: 20px;
	border: 0;
	background: url(../img/form/btn_bg_smart.png)  no-repeat right top;
 	cursor: pointer;
	font-size:0.9em;
	color:#FFF;
	font-weight:bold;
}
#presentLoginBox .btnRegist{
	width: 166px;
	height: 62px;
	border: 0;
	background: url(../img/form/btn_bg_jumbo.png)  no-repeat right top;
 	cursor: pointer;
	font-size:1.6em;
	color:#FFF;
	font-weight:bold;
}

#presentList{
	margin-top:45px;
}
#presentList_prev{
	margin:16px 0 40px;;
}
.presentBox{
	width:501px;
	margin:0 10px 20px;
	padding:0px;
}
.presentBox .photo{
	width:250px;
	height:180px;
	vertical-align:top;
	text-align:left;
}
.presentBox .title{
	height:10px;
	vertical-align:top;
	/*background-color:#F00;*/
}
.presentBox .title p{
	font-weight:bold;
	margin:0;
	padding:0;
}
.presentBox .description{
	height:10px;
	vertical-align:top;
	margin:0;
	padding:0;
	/*background-color:#0FF;*/
}
/*.presentBox .description p{
	line-height:2em;
}*/
.presentBox .txt{
	height:100px;
	vertical-align:top;
	margin:0;
	padding:0;
	/*background-color:#0F0;*/
}
.presentBox .btnTD{
	text-align:right;
}
.presentBox .btn{
	width: 80px;
	height: 20px;
	border: 0;
	background: url(../img/form/btn_bg_smart.png)  no-repeat right top;
 	cursor: pointer;
	font-size:0.9em;
	color:#FFF;
	font-weight:bold;
}

.PresentQtxt{
	margin:0 5px;
}
.presentFormBox{
	width:100%;
	margin:20px 5px 0 5px;
	height:0px;
}
.presentFormBox .commentTD{
	vertical-align:top;
}
.presentFormBox .commentTD textarea{
	width:380px;
	height:107px;
}
.presentFormBox .btnTD{
	vertical-align:bottom;
	text-align:right;

}
.presentFormBox .btn1{
	width: 90px;
	height: 27px;
	border: 0;
	background:url(../img/form/btn_bg_black.png)  no-repeat right top;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}
.presentFormBox .btn2{
	width: 90px;
	height: 27px;
	border: 0;
	background:url(../img/form/btn_bg_red.png)  no-repeat right top;
 	cursor: pointer;
	color:#FFF;
	font-weight:bold;
}

.sp_banner{
	text-align:center;
	_padding-top:20px;
	margin-bottom: 35px;
}
