﻿@charset "UTF-8";
/* --------------------------------------------------------------------------------------
 */
#main_img{
	background:url(/lounge/img/column/etc/main_title_bg.png) center top no-repeat;
 }
#main_img h1{
	margin:0 auto;
	width:1000px;
}
#contents{
	margin:0 auto 50px;
	width:1000px;
}
/* --------------------------------------------------------------------------------------
 メイン*/
#main{
	width:660px;
	padding-top:40px;
}
#main h2{
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.8em;
}
#main h2 span{
	font-size:1.8em;
}
#main .text{
	border-bottom:1px dashed #222;
	padding-bottom:40px;
	margin-bottom:40px;
}
#main .text p{
	line-height: 1.8;
	margin-bottom:20px;
}
#main .text img{
	max-width:100%;
}
#main .text h1{
	font-size: 2em;
	font-weight:bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
#main .text h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
#main .text h3{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight:bold;
	line-height: 1.4;
	margin-bottom:5px;
}
#main .text h4{
	line-height: 1.4;
	font-weight:bold;
	line-height: 1.4;
	margin-bottom:5px;
}
#main .text h5{
	font-weight:bold;
	line-height: 1.4;
	margin-bottom:5px;
}
#main .text h6{
	font-weight:bold;
	line-height: 1.4;
	margin-bottom:5px;
}
#main .text strong{
	font-weight:bold;
}


/* --------------------------------------------------------------------------------------
 サイド*/
#side{
	width:304px;
	height:2883px;
	background:url(/lounge/img/column/etc/side_bg.png) left top no-repeat;
	text-align:center;
}
#side_bg_top{
	background:url(/lounge/img/column/etc/side_bg_top.png) left top no-repeat;
}
#searchform{
	padding-top:20px;
	margin-bottom:20px;
	display:block;
}
#searchsubmit{
	border:0;
	background:url(/lounge/img/column/etc/search_btn.png) left top no-repeat;
	padding:0;
	display:inline-block;
}
#searchsubmit input{
	background:none;
	border:0;
	height:35px;
	width:40px;
	display:inline-block;
	padding:0;
	text-indent:-9999px;
}
#side_new-list_title{
	font-weight:bold;
}
#side_new-list{
	padding:10px;
	margin-bottom:20px;
}
#side_new-list li{
	padding:10px 0;
	border-top:1px solid #fff;
}
#side_new-list li:last-child{
	border-bottom:1px solid #fff;
}
#side_new-list li img{
	max-width:91px;
	height:auto;
	margin-right:8px;
}
#side_new-list li p{
	width:180px;
	text-align:left;
	font-size:0.9em;
	line-height:20px;
	color:#222;
}
#side_archive_title{
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
#side_archive{
	text-align:left;
	padding:10px;
	margin-bottom:20px;
}
#side_archive li{
	padding:5px 0;
	border-top:1px solid #fff;
	font-size:0.9em;
}
#side_archive li:last-child{
	border-bottom:1px solid #fff;
}
#side_archive li a{
	color:#222;
}
#side_cat_title{
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
#side_cat{
	text-align:left;
	padding:10px;
	margin-bottom:20px;
}
#side_cat li{
	padding:5px 0;
	border-top:1px solid #fff;
	font-size:0.9em;
}
#side_cat li:last-child{
	border-bottom:1px solid #fff;
}
#side_cat li a{
	color:#222;
}
#side_cat .cat-item-1{
	display:none;
}