@charset "utf-8";
	
/*======================================

	Reset

=======================================*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
	margin:0;
	padding:0;
	font-style:normal;
	list-style:none;
	list-style-type:none;
}

h2 {
	margin-bottom:10px;
	clear:both;
}

img {
	border:none;
}

hr {
	clear:both;
}

a:link,
a:visited,
a:active {
	color:#cccccc;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;

}

h1 {
	display:none;
}

/*======================================

	Body

=======================================*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:#cccccc;
	line-height:1.6em;
	background:url(../../images/bg.jpg) repeat-x 0 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

/*======================================

	Container

=======================================*/

div#container {
	width:auto;
	height:auto;
	text-align:center;
}

/*======================================

	All Parts

=======================================*/

.none {
	display:none;
}

.mt_small {
	margin-top:5px;
}

.mt_small2 {
	margin-top:6px;
}

.mt_normal {
	margin-top:10px;
}

.mt_large {
	margin-top:20px;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.img_right {
	float:right;
	margin:0 0 20px 10px;
}

.img_left {
	float:left;
	margin:8px 10px 20px 0;
}

.clr {
	clear:both;
}

.red {
	color:#ff0000;
}

.white {
	color:#ffffff;
}

/*======================================

	Txt

=======================================*/



/*======================================

	Header

=======================================*/

div#header {
	width:auto;
	height:auto;
	background:url(../../images/header_bottom.jpg) repeat-x bottom;
	background-color:#000000;
	padding-bottom:21px;
	text-align:center;
}

div#logo {
	margin:0 auto;
	width:1019px;
	height:30px;
    overflow: hidden;
}

div#logo:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#logo {
    height: 1em;
    overflow: visible;
}
/**/

div#logo .left {
	float:left;
}

div#logo .right {
	float:right;
}

div#top_img {
	width:auto;
	height:450px;
/*	background:url(../../images/top.jpg) no-repeat center top;*/
}

/*======================================

	Contents

=======================================*/

div#contents {
	margin:0 auto;
	width:1019px;
	text-align:left;
	padding-bottom:30px;
}

div#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#contents {
    height: 1em;
    overflow: visible;
}
/**/

/*======================================

	Entry

=======================================*/

.entry {
	width:auto;
	height:auto;
	padding:0 30px 21px 10px;
	background:url(../../images/line.gif) no-repeat left bottom;
    overflow: hidden;
}

* html .entry {
	padding-right:27px;
}

.entry:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .entry {
    height: 1em;
    overflow: visible;
}
/**/

.entry .vol {
	margin-bottom:10px;
}

.entry .img {
	display:block;
	width:154px;
	height:108px;
	margin-right:10px;
	float:left;
}

.entry .details {
	display:block;
	width:78px;
	height:24px;
	float:left;
}

.entry .details_short {
	display:block;
	width:60px;
	height:24px;
	float:left;
}

.entry .date {
	text-align:left;
	padding-top:3px;
	text-indent:12px;
	font-weight:bold;
	font-size:11px;
}

.backnumber {
	width:auto;
	height:34px;
	background:url(../../images/back_number_bt.gif) no-repeat 0 0;
	text-indent:-999em;
	margin-top:15px;
	margin-bottom:20px;
}

.backnumber a {
	display:block;
	width:auto;
	height:34px;
	clear:both;
	outline:none;
}

/*======================================

	Main Navi

=======================================*/

div#mnavi {
	width:302px;
	height:auto;
	float:right;
	text-align:center;
}

/*======================================

	Menu List

=======================================*/

.mlist {
	width:284px;
	margin:0 auto;
	margin-bottom:10px;
}

.mlist ul {
	margin:1px 0 0 0;
	padding:0:
}

.mlist li {
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	border-top:1px solid #cc0000;
	border-left:1px solid #cc0000;
	border-right:1px solid #cc0000;
	text-align:left;
    overflow: hidden;
	background:url(../../images/count_bg.gif) repeat-y 0 0;
	vertical-align:bottom;
}

.mlist li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .mlist li {
    height: 1em;
    overflow: visible;
}
/**/

.mlist li .count {
	display:block;
	width:43px;
	height:27px;
	color:#ffffff;
	font-weight:bold;
	float:left;
	text-align:center;
	font-size:14px;
	font-family:"Century Gothic";
	padding-top:9px;
	margin-right:8px;
}

.mlist li .count a {
	color:#ffffff;
}

html > body .mlist li .count {
	height:18px;
}

.mlist .date {
	background:url(../../images/list_icon.gif) no-repeat right bottom;
	display:block;
	padding:2px 0;
	float:left;
	width:220px;
}

.mlist .date a {
	display:block;
	width:220px;
	height:auto;
}

.all_list,
.display_of {
	display:block;
	width:284px;
	height:22px;
}
.all_list {
	background:url(../../images/all_list_bt.gif) no-repeat 0 0;
}

.display_of {
	background:url(../../images/display_bt.gif) no-repeat 0 0;
}

.all_list a,
.display_of a {
	display:block;
	width:284px;
	height:22px;
	text-indent:-999em;
	outline:none;
}

/*======================================

	Side Navi Information hoka...

=======================================*/

.snavi_infor {
	border:1px solid #cc0000;
	border-top:4px solid #cc0000;
	text-align:left;
	width:264px;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px;
	line-height:1.6em;
}

.snavi_infor:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .snavi_infor {
    height: 1em;
    overflow: visible;
}
/**/

* html .snavi_infor {
	width:284px;
}

.snavi_img {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:6px;
}

.blog_parts_info {
	position:relative;
	border:1px solid #cc0000;
	border-top:4px solid #cc0000;
	text-align:left;
	width:264px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0 10px;
	line-height:1.6em;
	text-align:center;
}

* html .blog_parts_info {
	width:282px;
}

.blog_parts_info .inner {
	margin-left:30px;
}

* html .blog_parts_info .inner {
	margin-left:-192px;
}

.mb_none {
	margin-bottom:0;
	margin-top:12px;
}

* html .mb_none {
	margin-top:-12px;
}

*+html .mb_none {
	margin-top:18px;
}

/*======================================

	Sub Navi

=======================================*/

div#sub_navi {

}

/*======================================

	Main

=======================================*/

div#main {
	width:706px;
	float:left;
}

.sec_main {
	background:url(../../images/main_foot_bg.gif) no-repeat bottom left;
	padding-bottom:30px;
}

/*======================================

	Top Page

=======================================*/

div#top_page {

}

/*======================================

	Second Page

=======================================*/

div#second {

}

/*======================================

	Event Report

=======================================*/

.back_detail {
	width:auto;
	height:auto;
	background:url(../../images/line.gif) no-repeat bottom left;
	padding:10px 0 21px 10px;
	margin-bottom:10px;
    overflow: hidden;
}

.back_detail:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .back_detail {
    height: 1em;
    overflow: visible;
}
/**/

.back_detail p {
	margin-bottom:10px;
}

.back_detail h3 {
	font-size:16px;
	color:#FFFF00;
	margin-bottom:10px;
	line-height:1.4em;
}

.detail_img {
	width:240px;
	height:auto;
	text-align:left;
	margin-right:15px;
	float:left;
}

.detail_sentence {
	width:417px;
	float:left;
}

.detail_txt {
	width:auto;
	padding:0 11px 15px 7px;
	line-height:1.8em;
	font-size:12px;
	float:left;
}

.detail_profile {
	clear:both;
	width:417px;
	height:auto;
	text-align:left;
	background:url(../../images/detail_line.gif) no-repeat 0 0;
	padding:25px 11px 0 7px;
}

.detail_profile .profile_txt {
	margin-bottom:3px;
	color:#cc0000;
	font-weight:bold;
	font-size: 12px;
}

.photo_gallery {
	width:666px;
	height:auto;
	padding:0 0 0 10px;
}

* html .photo_gallery {
	width:676px;
}

.photo_gallery h2 {
	margin:0 0 1px 0;
}

.photo_gallery_inner {
	width:auto;
	height:auto;
	display:block;
	padding:10px 5px 10px 12px;
	border:1px solid #cc0000;
    overflow: hidden;
}

.photo_gallery_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .photo_gallery_inner ul {
    height: 1em;
    overflow: visible;
}
/**/

.photo_gallery ul {

}

.photo_gallery li {
	display:block;
	float:left;
	margin:0 4px 5px 0;
}

.bt_box {
	width:666px;
	text-align:center;
	padding:10px 0;
	border:1px solid #cc0000;
	margin-left:10px;
}

.bt_box li {
	display:inline;
}

/*======================================

	Second Page

=======================================*/

div#second_img {
	background:url(../../images/second.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

div#second_img2 {
	background:url(../../images/second2.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

div#second_img3 {
	background:url(../../images/second3.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

div#second_img4 {
	background:url(../../images/second4.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

div#second_img5 {
	background:url(../../images/blog_parts/second5.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

div#second_img6 {
	background:url(../../images/blog/title.jpg) no-repeat center top;
	width:auto;
	height:201px;
	text-indent:-999em;
}

/*======================================

	Footer

=======================================*/

/* footer menu */

div#footer_menu {
	width:1019px;
	height:31px;
	background:url(../../images/foot_menu.jpg) no-repeat center top;
	text-align:center;
	margin:0 auto;
}

div#footer_menu .fmenu {
	width:1019px;
	height:31px;
	margin:0 auto;
}

div#footer_menu .fmenu ul {
	margin:0;
	padding:0;
}

div#footer_menu .fmenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:31px;
}

div#footer_menu .fmenu li.bt1 a,
div#footer_menu .fmenu li.bt2 a,
div#footer_menu .fmenu li.bt3 a,
div#footer_menu .fmenu li.bt4 a,
div#footer_menu .fmenu li.bt5 a,
div#footer_menu .fmenu li.bt6 a,
div#footer_menu .fmenu li.bt7 a {
	display:block;
	height:31px;
	text-indent:-999em;
}

div#footer_menu .fmenu li.bt1 a {
	width:81px;
	outline:none;
}

div#footer_menu .fmenu li.bt2 a {
	width:168px;
	outline:none;
}

div#footer_menu .fmenu li.bt3 a {
	width:140px;
	outline:none;
}

div#footer_menu .fmenu li.bt4 a {
	width:124px;
	outline:none;
}

div#footer_menu .fmenu li.bt5 {
	float:right;
}

div#footer_menu .fmenu li.bt5 a {
	width:77px;
	outline:none;
}

div#footer_menu .fmenu li.bt6 a {
	width:108px;
	outline:none;
	background:url(../../images/footer_bt6.jpg) no-repeat 0 0;
}

div#footer_menu .fmenu li.bt7 {

}

div#footer_menu .fmenu li.bt7 a {
	width:86px;
	outline:none;
	background:url(../../images/blog/footer_bt7.jpg) no-repeat 0 0;
}

/* footer */

div#footer {
	width:auto;
	height:auto;
	background-color:#CC0000;
	text-align:center;
	clear:both;
	padding:20px 0;
}

div#footer a {
	color:#ffffff;
}

div#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

address {
	display:block;
	width:1019px;
	margin:0 auto;
	color:#ffffff;
	font-style:normal;
}

.snavi_infor .qr {
	float:left;
	margin-right:10px;
}

.snavi_infor strong {
	color:#ff0000;
}

/*======================================

	Concept

=======================================*/

.concept {
	width:auto;
	height:auto;
	text-align:left;
	background:url(../../images/vline.gif) repeat-y 0 0;
	padding:0 30px 0 20px;
}

.yellow {
	color:#FFFF00;
}

/*======================================

	Blog Parts

=======================================*/

.blog_parts_img {
	position:relative;
	width:200px;
	float:left;
	z-index:0;
}

.blog_parts_txt {
	margin-top:35px;
	display:block;
	float:right;
}

.hline {
	display:block;
	width:auto;
	height:40px;
	background:url(../../images/hline.gif) repeat-x center;
	clear:both;
}

.hline hr {
	display:none;
}

.blog_parts {
	width:auto;
	height:auto;
	text-align:left;
}

.blog_parts .inner {
	width:auto;
	border:1px solid #cc0000;
	margin-bottom:10px;
	z-index:1;
}

.blog_parts .inner p {
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
}

.blog_parts h3 {
	color:#ffffff;
	font-size:12px;
	background:url(../../images/blog_parts/h3_bg.jpg) no-repeat 0 0;
	width:auto;
	height:31px;
	text-indent:30px;
	padding-top:6px;
}

html > body .blog_parts h3 {
	height:25px;
}

.blog_parts_bt {
	display:block;
	text-align:center;
	margin-bottom:10px;
}

/*======================================

	MASTER'S BLOG

=======================================*/

.blog {
	width:auto;
	height:auto;
}

.blog .blog_navi {
	width:auto;
	padding:0 10px;
}

.blog .mb0 {
	margin-bottom:0;
}

.blog .blog_navi a:hover img,
.day_blog a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* FA */
.blog_list li.fa {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/fa_bg_n.jpg) no-repeat 0 0;
}

* html .blog_list li.fa {
	margin:0 0 10px 0;
}

.blog_list li.faOver {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/fa_bg_r.jpg) no-repeat 0 0;
}

/* ME */
.blog_list li.me {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/me_bg_n.jpg) no-repeat 0 0;
}

* html .blog_list li.me {
	margin:0 0 10px 0;
}

.blog_list li.meOver {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/me_bg_r.jpg) no-repeat 0 0;
}

/* DE */
.blog_list li.de {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/de_bg_n.jpg) no-repeat 0 0;
}

* html .blog_list li.de {
	margin:0 0 10px 0;
}

.blog_list li.deOver {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/de_bg_r.jpg) no-repeat 0 0;
}

/* HW */
.blog_list li.hm {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/hm_bg_n.jpg) no-repeat 0 0;
}

* html .blog_list li.hm {
	margin:0 0 10px 0;
}

.blog_list li.hmOver {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/hm_bg_r.jpg) no-repeat 0 0;
}

.blog_list li.fa,
.blog_list li.me,
.blog_list li.de,
.blog_list li.hm {
	display: none;
	position:relative;
	width:222px;
	height:222px;
	cursor: pointer;
}

.blog_list ul li.page1 {
	display: block;
}

div#blackBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div.popOn {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

.blog_list .fa p.img,
.blog_list .me p.img,
.blog_list .de p.img,
.blog_list .hm p.img {
	margin:0;
}

.blog_list .fa .img a,
.blog_list .me .img a,
.blog_list .de .img a,
.blog_list .hm .img a {
	position:absolute;
	display:block;
	width:auto;
	height:222px;
}

.blog_list .fa .img a:hover,
.blog_list .me .img a:hover,
.blog_list .de .img a:hover,
.blog_list .hm .img a:hover {
	display:block;
	width:auto;
	height:222px;
}

* html .blog_list .fa .img a:hover,
* html .blog_list .me .img a:hover,
* html .blog_list .de .img a:hover,
* html .blog_list .hm .img a:hover {
	display:block;
	float:left;
	padding:0 10px 10px 0;
	background:url(../../images/blog/fa_bg_r.jpg) no-repeat 0 0;
}

.blog_list .fa p.txt,
.blog_list .me p.txt,
.blog_list .de p.txt,
.blog_list .hm p.txt {
	position:absolute;
	left:20px;
	top: 165px;
}

.blog_list .fa p.txt a,
.blog_list .me p.txt a,
.blog_list .de p.txt a,
.blog_list .hm p.txt a {
	display:block;
	width:auto;
	height:auto;
	color:#fff;
}

.blog_list .fa img,
.blog_list .me img,
.blog_list .de img,
.blog_list .hm img {
	margin:5px;
}

.blog_detail {
	width:auto;
	height:auto;
	padding:10px 0 10px 10px;
	margin-bottom:10px;
    overflow: hidden;
}

.blog_detail:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .blog_detail {
    height: 1em;
    overflow: visible;
}
/**/

.blog_detail p {
	margin-bottom:10px;
}

.blog_detail h3 {
	font-size:16px;
	color:#FFFF00;
	margin-bottom:10px;
	line-height:1.4em;
}

/* entry */

.blog_entry_fa,
.blog_entry_me,
.blog_entry_de,
.blog_entry_hm {
	background-color:#f00;
	width:774px;
	height:auto;
	margin:0 auto;
	color:#fff;
	text-align:left;
    overflow: hidden;
	padding:22px 0;
}

.blog_entry_me {
	background-color:#99CC33;
}

.blog_entry_de {
	background-color:#0066FF;
}

.blog_entry_hm {
	background-color:#FF3399;
}

.blog_entry_fa .close span,
.blog_entry_me .close span,
.blog_entry_de .close span,
.blog_entry_hm .close span {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-weight:bold;
	background:url(../../images/blog/close_fa.gif) no-repeat right 4px;
	padding:0 12px 0 0;
	cursor: pointer;
}

.blog_entry_me .close span {
	background:url(../../images/blog/close_hm.gif) no-repeat right 4px;
}

.blog_entry_de .close span {
	background:url(../../images/blog/close_de.gif) no-repeat right 4px;
}

.blog_entry_hm .close span {
	background:url(../../images/blog/close_me.gif) no-repeat right 4px;
}



.blog_entry_fa a,
.blog_entry_me a,
.blog_entry_de a,
.blog_entry_hm a {
	color:#fff;
}

.blog_entry_fa:after,
.blog_entry_me:after,
.blog_entry_de:after,
.blog_entry_hm:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .blog_entry_fa,
* html .blog_entry_me,
* html .blog_entry_de,
* html .blog_entry_hm {
    height: 1em;
    overflow: visible;
}
/**/

.blog_entry_fa .section,
.blog_entry_me .section,
.blog_entry_de .section,
.blog_entry_hm .section {
	padding:0 44px;
}

.blog_entry_fa .section .memo1,
.blog_entry_fa .section .memo2,
.blog_entry_me .section .memo1,
.blog_entry_me .section .memo2,
.blog_entry_de .section .memo1,
.blog_entry_de .section .memo2,
.blog_entry_hm .section .memo1,
.blog_entry_hm .section .memo2, {
	margin-bottom:5px;
}

.memo1 a,
.memo2 a {
	font-weight:bold;
}

.memo2 span a {
	display:block;
	padding:8px 0;
	font-size:14px;
	color:#ff0;
}

.blog_entry_fa .img,
.blog_entry_me .img,
.blog_entry_de .img,
.blog_entry_hm .img {
	width:242px;
	float:left;
}

.blog_entry_fa .img img,
.blog_entry_me .img img,
.blog_entry_de .img img,
.blog_entry_hm .img img {
	border:10px solid #CC0000;
}

.blog_entry_me .img img {
	border:10px solid #669900;
}

.blog_entry_de .img img {
	border:10px solid #0033CC;
}

.blog_entry_hm .img img {

	border:10px solid #CC0066;
}

.blog_entry_fa .cat,
.blog_entry_me .cat,
.blog_entry_de .cat,
.blog_entry_hm .cat {
	font-weight:bold;
}

.blog_entry_fa .txt,
.blog_entry_me .txt,
.blog_entry_de .txt,
.blog_entry_hm .txt {
	position:relative;
	width:440px;
	float:left;
}

.blog_entry_fa .name,
.blog_entry_me .name,
.blog_entry_de .name,
.blog_entry_hm .name {
	font-size:24px;
	line-height:normal;
	margin-bottom:5px;
	font-weight:bold;
}


.day_blog {
	border:1px solid #cc0000;
	border-top:4px solid #cc0000;
	text-align:left;
	width:284px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	line-height:1.6em;
}

.day_blog:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .day_blog li {
    height: 1em;
    overflow: visible;
}

* html .day_blog {
	width:284px;
}


.day_blog .title {

}

.day_blog_list {

}

.day_blog_list li {
	width:284px;
	padding:5px 0;
	background:url(../../images/blog/list_bg.jpg) no-repeat 0 0;
	clear:both;
}

.day_blog_list li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .day_blog_list li {
    height: 1em;
    overflow: visible;
}
/**/

.day_blog_list li .img {
	width:49px;
	height:30px;
	text-align:right;
	float:left;
	cursor: pointer;
}

.day_blog_list li .imgOver {
	width:49px;
	height:30px;
	text-align:right;
	float:left;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.day_blog_list li .txt {
	display:block;
	padding:3px 0 0 10px;
	float:left;
	line-height:115%;
	cursor: pointer;
}

.day_blog_list li .txtOver {
	display:block;
	padding:3px 0 0 10px;
	float:left;
	line-height:115%;
	color:#ffffff;
	text-decoration:none;
	cursor: pointer;
}

.day_blog_list .fa .img,
.day_blog_list .fa .imgOver {
	background-color:#f00;
}

.day_blog_list .hm .img,
.day_blog_list .hm .imgOver {
	background-color:#FF3399;
}

.day_blog_list .de .img,
.day_blog_list .de .imgOver {
	background-color:#00f;
}

.day_blog_list .me .img,
.day_blog_list .me .imgOver {
	background-color:#99CC33;
}

.day_blog_list .blog_top_bt {
	width:284px;
	height:22px;
	clear:both;
}

.day_blog .blog_top_bt a {
	display:block;
	width:auto;
	height:22px;
	text-indent:-9999em;
	background:url(../../images/blog/blog_top_bt.gif) no-repeat 0 0;
}

.snavi_blog {	
	width:284px;
	text-align:center;
	border:1px solid #970000;
	border-top:4px solid #970000;
	margin:0 auto;
	margin-bottom:10px;
}

.snavi_blog .inner {
	background:url(../../images/blog/rss_bg.jpg) repeat-x bottom;
	background-color:#222222;
	width:284px;
	height:auto;
	margin:0 auto;
	padding-top:3px;
}

.snavi_blog .inner ul {
	margin:0 10px;
}

.snavi_blog .inner ul li {
	background:url(../../images/blog/rss_list_line.gif) no-repeat bottom;
	text-align:left;
	margin-bottom:1px;
	padding:1px 0;
}

.snavi_blog .inner ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

/*======================================

	ページング

=======================================*/

/* ページング */

ul#pageMove {
	width:auto;
	height:34px;
	background:url(../../images/paging_bg.gif) no-repeat 0 0;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:bold;
}

ul#pageMove li#pageBack {
	visibility: hidden;
	width: 60px;
	height: 34px;
	float: left;
	text-align: right;
	overflow: hidden;
	line-height: 20px;
}

ul#pageMove li#pageNum {
	width: 586px;
	height: 34px;
	float: left;
	text-align: center;
	overflow: hidden;
	line-height: 20px;
}

ul#pageMove li#pageNext {
	visibility: hidden;
	width: 60px;
	height: 34px;
	float: left;
	overflow: hidden;
	line-height: 20px;
}

ul#pageMove li span {
	line-height: 20px;
	cursor: pointer;
}

ul#pageMove li span.over {
	text-decoration: none;
	color: #FFFFFF;
}
