*{
	margin:0;
	padding:0;
}
body {
	background-color:#dedede;
	background-image:url('../../img/bg.gif');
	margin:0px;
	padding:0px;
	color:#303030;
	font-size:80%;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#wrap{
	width:100%;
	margin:auto;
	padding:0px;
	text-align:center;
}
#content{
	width:800px;
	margin:0 auto 0 auto;
	padding:0px;
	background-color:#FFFFFF;
	text-align:left;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

/*---------- ヘッダー ----------*/
#header{
	position:relative;
	background-image:url('../../img/header_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	height:70px;
	margin:0;
	padding:0;
}
#toralogo{
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	width:140px;
	height:36px;
	top:17px;
	left:20px;
	overflow:hidden;
	border:none;
}
#toralogo span{
	display:block;
	background-image:url('../../img/toralogo.gif');
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#titlearea{
	position:absolute;
	top:20px;
	left:175px;
	font-size:23px;
	text-decoration:none;
	color:#404040;
}
#titlearea a{
	color:#404040;
	text-decoration:none;
}
#tagline{
	position:absolute;
	top:35px;
	right:15px;
	font-size:12px;
}
#sitepath{
	position:absolute;
	top:10px;
	right:15px;
}
#sitepath li{
	font-size:75%;
	float:left;
	/*display: inline;*/
	margin-right:5px;
	padding-left:5px;
	border-left:1px solid #555555;
	list-style-type:none;
}
#sitepath li.first{
	padding-left:0;
	border-left:none;
}

/*---------- ぱんくず ----------*/
#topicpath{
	font-size:100%;
	padding:7px 0 7px 20px;
	background-color:#FFCC66;
	background-image:url('../../img/topicpath_bg.gif');
	background-repeat:repeat-x;
	background-position:0% 0%;
}

/*---------- 冊子紹介 ----------*/
#titlelogo{
	background: url("img/titleolgo_bg01.jpg") no-repeat scroll center top transparent;
	border-bottom: 1px solid #FF9900;
	border-top: 1px solid #FF9900;
	padding:30px 20px 82px;
}

#titlelogo .logoimage{
	float:left;
	text-align:left;
	width:300px;
	/*
	border-right:0px solid #999999;
	margin-right:20px;
	*/
}

#titlelogo .titledetail{
	line-height:1.5em;
}

/*---------- 本文 ----------*/
#contents{
	margin:25px 20px 30px 20px;
}

/*---------- キービジュアル(表紙) ----------*/
#key_visual{
	clear:both;/* 「#titlelogo .logoimage」のfloat:leftをクリア */
	text-align:center;
}

/*---------- 見出し ----------*/
h1{
/*---------- 
	background: url("img/h1bg.jpg");
----------*/
	border-left:10px solid #FF9C00;
	border-bottom:2px dotted #FF9C00;
	border-top:2px dotted #FF9C00;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	padding: 3px 0px 3px 5px;
	font-size:26px;
	color: #fff;
	background-color: #FFCC00;
}

h2{
	border-left:10px solid #FF9C00;
	border-bottom:1px dotted #FF9C00;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	padding: 3px 0px 3px 5px;
	font-size:150%;
}
h2.first{
	margin-top:15px;
}

h3{
	background-color: #FFAA00;
	margin:10px 20px;
	padding:5px;
	font-size:18px;
	color:#fff;
}

/*---------- セクション ----------*/
.comment{
	line-height:200%;
	margin-left:15px;
	margin-right:15px;
	font-size: 12px;
}

.comment ul{
	margin-left:20px;
	padding:0;
	list-style:none;
}
.comment li{
	padding-left:15px;
	background:url('http://www.toranoana.jp/icon/2.gif') no-repeat 0 9px;
}

.comment p{
	margin:0 20px;
	padding:0;
}

/*----------- インタビュー -----------*/
#lineup{
	margin:30px 0px 10px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:0% 50%;
	overflow:hidden;
}

.lineupbody{
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}

.intmain{
	margin:5px;
	padding:5px;
	border-bottom:1px dotted #ccc;
	font-size: 12px;
	line-height:1.5em;
}
.intmain_p{
	margin:5px;
	padding:5px;
	font-size: 12px;
	line-height:1.5em;
}


.int_s{
	margin:0px 0px 15px;
	padding:5px;
	font-weight:bold;
	background-color: #FFFFCA;
}
.int_c{
	margin:15px 0px;
}

.maincomment{
	margin:30px 50px 15px;
	padding:5px 30px;
	border:1px solid #FFCCCC;
	background-color:#FFFFCC;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#CC0033;
}
.intmain_p dt{
	float:left;
	margin:0;
	padding:0;
	font-weight: bold;
	line-height:150%;
}
.intmain_p dd{
	margin-left:90px;
	padding:0;
	line-height:150%;
}

/*---------- テキスト装飾 ----------*/
.red{
	color:#CC0033;
	font-weight:bold;
}
.blue{
	color:#6633CC;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}
/*---------- 虎々創作日記 ----------*/

.hukidasi{
	background-image:url('4koma/img/hukidasi.jpg');
	background-repeat:no-repeat;
	padding-left:50px;
	font-size:14px;
	line-height:1.5em;
	width:598px;
	height:112px;
	font-weight:bold;
}
.hukidasi2{
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:14px;
	height:102px;
	font-weight:bold;
	width:auto;
}
.h_top{
	border-top:1px solid #999999;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
}
.h_bottom{
	border-bottom: 1px solid #999999;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
}
.h_text{
	padding-left:20px;
	padding-right:20px;
	line-height:1.5em;
}
.h_br{
	border-right: 1px solid #999999;
}
.h_bl{
	border-left: 1px solid #999999;
}
.h_t{
	 margin-left:30px;
}
/*---------- リンク装飾 ----------*/

a:link { color: #333333; font-weight:bold; text-decoration: underline; }
a:visited { color: #333333; font-weight:bold; }
a:hover { color: #996633; font-weight:bold; text-decoration: none; }
a:active { color: #ff8000; font-weight:bold; }

/*---------- フッター ----------*/
#footer{
	clear:both;
	background-image:url('../../img/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	border-top:4px solid #FF9900;
	padding-top:10px;
	padding-bottom:50px;
}
/*バックナンバー*/
.back tr{
	font-size:12px;
}

.back td{
	padding-left:20px;
}
