/* リセットCSS */
* {
	margin: 0;
	padding: 0;
	border:none;
}
ul {  
    list-style:none;   
 }
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
 } 

/* サイト全体 */
html {
	height:100%;
}
body {
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
}

.clear{
	clear: both;
}

.display{
	display: none;
}


/* レイアウト------------------------------------------------- */

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー------------------------------------------------- */
#header{
	height: 205px;
	width: 780px;
}

#header h1{
	display: none;
}

/* メニュー------------------------------------------------- */
#menu{
	width: 780px;
}

#menu li{
	float: left;
}

#m_home a,
#m_home a:hover,
#m_sp a,
#m_sp a:hover,
#m_newpost a,
#m_newpost a:hover,
#m_bloger a,
#m_bloger a:hover,
#m_category a,
#m_category a:hover,
#m_news a,
#m_news a:hover,
#m_help a,
#m_help a:hover{border-right:solid 1px #ccc;}

#m_home a{
	height: 35px;
	width: 84px;
	background: url(img/menu_top.jpg) no-repeat;
	display: block;
}
#m_home a:hover{
	height: 35px;
	width: 84px;
	background: url(img/menu_top_on.jpg) no-repeat;
	display: block;
}
#m_sp a{
	height: 35px;
	width: 145px;
	background: url(img/menu_sp.jpg) no-repeat;
	display: block;
}
#m_sp a:hover{
	height: 35px;
	width: 145px;
	background: url(img/menu_sp_on.jpg) no-repeat;
	display: block;
}
#m_newpost a{
	height: 35px;
	width: 91px;
	background: url(img/menu_newpost.jpg) no-repeat;
	display: block;
}
#m_newpost a:hover{
	height: 35px;
	width: 91px;
	background: url(img/menu_newpost_on.jpg) no-repeat;
	display: block;
}
#m_bloger a{
	height: 35px;
	width: 89px;
	background: url(img/menu_bloger.jpg) no-repeat;
	display: block;
}
#m_bloger a:hover{
	height: 35px;
	width: 89px;
	background: url(img/menu_bloger_on.jpg) no-repeat;
	display: block;
}
#m_category a{
	height: 35px;
	width: 104px;
	background: url(img/menu_category.jpg) no-repeat;
	display: block;
}
#m_category a:hover{
	height: 35px;
	width: 104px;
	background: url(img/menu_category_on.jpg) no-repeat;
	display: block;
}
#m_news a{
	height: 35px;
	width: 89px;
	background: url(img/menu_news.jpg) no-repeat;
	display: block;
}
#m_news a:hover{
	height: 35px;
	width: 89px;
	background: url(img/menu_news_on.jpg) no-repeat;
	display: block;
}
#m_help a{
	height: 35px;
	width: 77px;
	background: url(img/menu_help.jpg) no-repeat;
	display: block;
}
#m_help a:hover{
	height: 35px;
	width: 77px;
	background: url(img/menu_help_on.jpg) no-repeat;
	display: block;
}
#m_link a{
	height: 35px;
	width: 93px;
	background: url(img/menu_link.jpg) no-repeat;
	display: block;
}
#m_link a:hover{
	height: 35px;
	width: 93px;
	background: url(img/menu_link_on.jpg) no-repeat;
	display: block;
}
/* コンテンツ------------------------------------------------- */
#contents{
	width: 780px;
	float: left;
	font-size: 12px;
	margin-top: 10px;
}


/* right---- */
#right{
	float: right;
	width: 620px;
}
/* left---- */
#left{
	float: left;
	width: 150px;
}

/* フッター---- */
#footer{
	width: 780px;
}

#foot_menu{
	text-align: center;
	padding: 10px 0;
	float: left;
	width: 100%;
	border-top: 3px solid #000;
}

#foot_menu a{
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#copyright{
	display: block;
	padding: 0px;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#copyright table{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* include left------------------------------------------------- */
/* コンテンツ---- */
/*折りたたみメニュー用のスタイル指定*/
.lev1 {
	font-weight: bold;
	color: #000080;
	cursor: pointer;
	cursor: hand;
}
.lev1_mo {
	font-weight: bold;
	color: #FF0066;
	cursor: pointer;
	cursor: hand;
}
.lev2 {
	padding: 0.5em,0px,1em,0px;
}
.sp5{
	padding: 3px;
	text-align: left;
}
#contents_table{
	width: 148px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	line-height: 1.6em;
}

#contents_tit{
background: url(img/tit_cate.jpg) no-repeat left top;
	height: 47px;
	width: 148px;
	padding-top: 10px 0 0 5px;
	cursor:pointer;
}

#contents_tit span{
	display:none;
	}

#contents_list{
	padding: 5px;
}

#contents_list a{
	font-weight: bold;
}


/* モバイル---- */
#mobile_table{
	width: 148px;
	border: 1px solid #CCCCCC;
	margin:0 0 10px 0;
}

#mobile_table td{
	line-height: 1.5em;
	padding-bottom: 5px;
}


#mobile_tit{
	background: url(img/tit_mobile.jpg) no-repeat left top;
	height: 46px;
	width: 150px;
	padding-top: 20px 0 0 5px;
}

#mobile_tit span{
	display:none;
	}

/* right------------------------------------------------- */
/* right_main-------*/
#main_contents{
	text-align: left;
	width: 420px;
}
#right h2{
	display: none;
}
#news_table{
	margin-bottom: 10px;
}
#tit_news,
#tit_special,
#tit_special_info,
#tit_album{
	height: 28px;
	width: 420px;
}

#tit_news{background: url(img/tit_news.jpg) no-repeat;}
#tit_special{background: url(img/tit_special.jpg) no-repeat;}
#tit_special_info{background: url(img/tit_special_info.jpg) no-repeat;}
#tit_album{background: url(img/tit_album.jpg) no-repeat;}


.new_list{
	margin-top: 8px;
}
#special_table{
	margin-bottom: 10px;
}
#special_table img{
	border: 1px solid #CCCCCC;
}


#special_info_table{
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-top: 5px;
}

#special_info_table img{
	border: 1px solid #CCCCCC;
}
#special_info_table td{
	border: 1px solid #CCCCCC;
	width: 33%;
	vertical-align: top;
}
.special_div{
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	vertical-align: top;
}
.special_div_blogtit{
	font-size: 14px;
	font-weight: bold;
	color: #DE567C;
	display: block;
}

.special_div_blogtit a:link{
	color: #669900;
}

.special_div_blogtit a:visited{
	color: #9F9F00;
}
.special_div_name{
	display: block;
	word-break:break-all;
}
.special_div_text{
	display: block;
	text-align: left;
	word-break:break-all;
}

.spblog_post{
	padding:3px 5px;
	font-size:8pt;
    background-color:#E0E0E0;
	border-bottom:1px solid #999;
}

#album_table{
	margin-bottom: 10px;
}

.album_photo_table{
	border: 1px solid #FFACAC;
}



/* right_right-------*/


#search_box{
	border:1px solid #666666;
	margin-bottom:10px;
}

#search_box td{
	background: #E8E8E8;
	padding: 5px;
	line-height: 1.5em;
}
.serach_field {
    width:100px;
	font-size:11px;
}
.search_btn {
	width:40px;
	FONT-SIZE: 12PX;
	color:#FFF;
	cursor:hand;
	border:1px solid #A5A5A5;
	padding:2 0 0 0;
	background: #666;
}
#new_post_table{
	line-height: 1.6em;
	border:solid 1px #ccc;
}

#new_post_table h2{
	display: none;
}
#tit_newpost{
	background: url(img/tit_newpost.jpg) no-repeat;
	height: 45px;
	width: 180px;
	margin-bottom: 5px;
	cursor:pointer;
}


/* ↓↓↓枝ページレイアウト------------------------------------------------------------------------------------*/

/*--枝ページ共通--*/
#main_sub{
	width: 580px;
	padding-left: 20px;
}
#main_sub h2{
	display: none;
}
/*--leftなしページ--*/
#contents2{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
/*--スペシャルブログ--*/
#sub_tit_special{
	width: 580px;
	background: url(img/sub_tit_special.jpg) no-repeat;
	height: 28px;
}

.special_table{
	border: 1px dotted #cc0000;
}

.special_table td{
	padding: 5px;
	line-height: 1.6em;
}
.new_title{
	background: #FFE6E6;
	font-weight: bold;
	color: #FF9900;
	padding: 5px;
}
.new_date{
	color: #DFAF0D;
	font-weight: bold;
}

/*--more_post(新しい記事)--*/
#sub_tit_post{
	width: 580px;
	background: url(img/sub_tit_post.jpg) no-repeat;
	height: 28px;
}
/*--more_post(ブロガー)--*/
#sub_tit_bloger{
	width: 580px;
	background: url(img/sub_tit_bloger.jpg) no-repeat;
	height: 28px;
}

/*--more_category(カテゴリー)--*/
#sub_tit_category{
	width: 580px;
	background: url(img/sub_tit_category.jpg) no-repeat;
	height: 28px;
}
.blog_list1{
	padding: 5px;
	line-height: 1.5em;
}

.blog_list1 a:link{
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.blog_list1 a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.blog_list1 a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.blog_list2{
	border-bottom: 1px dotted #999999;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

/*--more_notice--(お知らせ)*/
#sub_tit_more_notice{
	width: 580px;
	background: url(img/sub_tit_more_notice.jpg) no-repeat;
	height: 28px;
	}
	
#more_notice_table_tit{
	margin-bottom: 15px;
	border-bottom: 3px solid #DDDDDD;
	margin-top: 20px;
	font-weight: bold;
}

#more_notice_table{
	margin-bottom: 10px;
}	

#more_notice_table td{
	padding: 8px;
	border-bottom: 1px dotted #999999;
}
#more_notice_table_page{
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#more_notice_view_table td{
	text-align: left;
	padding: 8px;
}

/*--リンク集--*/
#sub_tit_link{
	width: 580px;
	background: url(img/sub_tit_link.jpg) no-repeat;
	height: 28px;
	}
	
#link_table{
	margin-top: 15px;
}
.link_td_tit{
	border-top: 1px dotted #999999;
}
#link_table th{
	padding: 5px;
	text-align: left;
	font-weight: normal;
}
#link_table td{
	line-height: 1.5em;
	padding: 5px;
}

/*--お問合せ--*/
#sub_tit_contact{
	width: 580px;
	background: url(img/sub_tit_contact.jpg) no-repeat;
	height: 28px;
}

#contact_div{
	font-size: 12px;
	color: #5F5F5F;
	width: 540px;
	line-height: 1.5em;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C9A9C;
	padding-left: 10px;
}

#contact_div_table td{
	padding: 5px;
}
.txtarea_con{
	width: 300px;
	font-size: 12px;
}

/*--モバイル--*/
#sub_tit_mobile{
	width: 580px;
	background: url(img/sub_tit_mobile.jpg) no-repeat;
	height: 28px;
}


/*----------------------------------------memberフォルダ------------------------------*/
/*--login--*/
.bg_color1{
	background: #EEEEEE;
}

.m_box1{
	background: #FFFFCC;
	padding: 10px;
	line-height: 1.8em;
	margin-top: 27px;
}

.m_box2{
	line-height: 1.5em;
	background: #FFFFCC;
	padding: 5px;
	margin-top: 10px;
}

.m_box3{
	padding: 5px;
	width: 470px;
	border: 1px solid #8D5A30;
	line-height: 1.4em;
}

.m_box4{
	padding: 5px;
	width: 300px;
	border: 1px solid #003399;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*--member_entry--*/
#member_entry{
	line-height: 1.5em;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.member_entry_table{
	border: 1px solid #CACACA;
	border-collapse:collapse;
}

.member_entry_table td{
	border: 1px solid #CACACA;
	text-align: left;
	padding: 5px;
}

#member_entry p{
	background: #FFFFCC;
	padding: 8px;
	width: 600px;
	text-align: left;
}

.member_entry_bgcolor1{
	font-size: 13px;
	font-weight: bold;
	color: #5F4532;
	background: #FFFFCC;
}

.member_entry_an{
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #CACACA;
}

.member_entry_an td{
	padding: 2px;
}

#member_entry_an2 td{
	text-align: left;
	padding: 5px;
}

#member_entry3{
	line-height: 1.5em;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}










