@charset "utf-8";

/* =====================================================

reset + set

===================================================== */

body{
	margin:0;
	padding:0;
	border:none;
	background-color:#FFFFFF;
	color:#333333;
	text-align:center;
}

h1,h2,h3,h4,h5,div,ul,li,dd,dt,dl,form,td,p{
	margin:0;
	padding:0;
	font-size:12px;
}
ul,li,dd,dt,dl{
	list-style-type: none;	
}
img {
	border:none;
}

/* clear */
.clear{
	clear:both;
}

/* link */
a,
a:link,
a:visited{ color: #FF6666; text-decoration: underline; }
a:active,
a:hover		{ color: #666666; text-decoration: none; }

/* =====================================================

headline

===================================================== */

#headline{
	height:18px;
	background-color: #FFCCCC;
	text-align:center;
}
#headline .haba{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#headline p,
#headline h1{
	float:right;
	color:#FFFFFF;
	font-weight:normal;
	line-height:18px;
}
#headline p a,
#headline h1 a{
	color:#FFFFFF;
}


/* =====================================================

search

===================================================== */

#search{
	height: 98px;
	background-image: url(../images/search_bg.gif);
	text-align: center;
	background-repeat: repeat-x;
}
#search .haba{
	width:900px;
	margin:0 auto;
	text-align:left;
}

#search h2{
	width:360px;
	padding:25px 0 0 0;
	float:left;
	text-align:right;
}
#search .bstylesearch{
	float:right;
	width:350px;
	padding:30px 40px 0 0;
}
#search .bstylesearch table{
	background:transparent;
}

/* =====================================================

globalmenu

===================================================== */

.globalmenu{
	clear:both;
	padding:10px 0;
	text-align:center;
	color:#999999;
}
.globalmenu a{
	color: #FF6666;
	text-decoration: underline;
	padding: 0px 2px;
}
.globalmenu a:hover{
	color: #666666;
	text-decoration: none;
}

/* =====================================================

footer

===================================================== */

#footer{
	background-color: #EEEEEE;
	padding-bottom: 80px;
	text-align: center;
}
#footer .haba{
	width:950px;
	margin:0 auto;
}
#footer h2{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 20px 0;
	color: #999999;
}
#footer h2 a{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 20px 0;
	color: #999999;
	text-decoration:none;
}
#footer strong{
	font-weight: normal;
}

#footermenu{
	text-align:left;
	color: #999999;
	margin-bottom:10px;
}
#footermenu a{color: #999999; text-decoration: underline;}
#footermenu a:hover{color: #666666; text-decoration: none;}

#footer ul.footerlink li{float:left;padding:0 5px 10px 5px;}
#footer ul.footerlink li a{color: #999999; text-decoration: underline;}
#footer ul.footerlink li a:hover{color: #999999; text-decoration: none;}
#copyrights{
	text-align:left;
	clear:both;
}
#copyrights a{color: #999999; text-decoration: none;}

/* =====================================================

mainarea

===================================================== */

#mainarea{
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	font-size:12px;
	background-image: url(../images/page_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;	
}
#side-left{
	width:200px;
	float:left;
}
#side-right{
	width:202px;
	float:right;
}
#contentbox{
	margin:0 0 0 218px;
	width:510px;
	background-image: url(../images/contents_bg_mid.gif);
	background-repeat: repeat-y;
}

/* =====================================================

side-left

===================================================== */
#side-left a,
#side-left a:link,
#side-left a:visited	{ color: #333333; text-decoration: none; }
#side-left a:active,
#side-left a:hover	{ color: #FF6666; text-decoration: underline; }

#side-left dl{
	margin-bottom:10px;
	border:1px solid #FFCCCC;
	background-image: url(../images/mn_bg.jpg);
	background-repeat: repeat-x;
}
#side-left dt{
	padding:10px 5px 5px 10px;
	font-weight:bold;
}
#side-left dd{
	padding:8px;
}
#side-left dd form{
	text-align:center;
}
#side-left dd p{
	line-height:130%;
	padding:0 0 3px 0;
}
#side-left dd ul{
}
#side-left dd ul li{
	padding:3px 0 3px 15px;
	background-image: url(../images/list_mark01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* mn-user */
#side-left dl#mn-user{
	border:1px solid #FFCC66;
	background-image: url(../images/mnuser_bg.jpg);
	background-color:#FFF6E3;
}
#side-left dl#mn-user dd ul li{
	padding:3px 0 3px 15px;
	background-image: url(../images/list_mark02.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#side-left dl#mn-user a,
#side-left dl#mn-user a:link,
#side-left dl#mn-user a:visited	{ color: #FF6600; text-decoration: none; }
#side-left dl#mn-user a:active,
#side-left dl#mn-user a:hover	{ color: #666666; text-decoration: underline; }

/* mn-entry */
#mn-entry{
	margin-bottom:10px;
}
#mn-entry li{
	width:100%;
	height:38px;
	background-image: url(../images/mnentry_bg_on.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;	
}
#side-left #mn-entry li a{
	display:block;
	height:36px;
	padding:0 0 0 37px;
	background-image: url(../images/mnentry_bg.jpg);
	background-repeat: no-repeat;
	line-height:36px;
	color:#FFFFFF;
}
#side-left #mn-entry li a:hover{
	background:transparent;
	color:#FFFFFF;
	text-decoration:none;
}

/* mn-search */
#searchsite{
	width:175px;
	margin:0 0 5px 0;
}

/* =====================================================

side-right

===================================================== */
/* mn-right */
#mn-right{
	background-color:#FFF6E3;
}
/* タイトル */
.tlb{
	background-color:#FEBA67;
	height:30px;
	padding:0 0 0 8px;
	line-height:30px;
	font-size:14px;
}
.tlb a,
.tlb a:link,
.tlb a:visited	{ color: #333333; text-decoration: none; }
.tlb a:active,
.tlb a:hover	{ color: #333333; text-decoration: underline; }
.tlb img{
	float:right;
}
/* タイトル上のタブ */
.tlb2{
	height:20px;
	line-height:20px;
}
.tlb2 span{
	display:block;
	float:left;
	width:62px;
	height:20px;
	background-repeat: no-repeat;
	text-align:center;
}
.tlb2 #exp2{
	background-image: url(../images/mnlogin_register.jpg);
}
.tlb2 #exp{
	background-image: url(../images/mnlogin_login.jpg);
}
/* 中 */
.tog{
	padding:8px;
	line-height:130%;
}
.tog p{
	margin:0;
	padding:0 0 5px 0;
	line-height:130%;
}
.rmore{
	margin:0;
	padding:5px 0 20px 0;
	line-height:130%;
	text-align:right;
}
.rmore a{
	padding:0 10px 0 15px;
	background-image: url(../images/list_mark02.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.rmore a,
.rmore a:link,
.rmore a:visited	{ color: #FF6600; text-decoration: none; }
.rmore a:active,
.rmore a:hover	{ color: #666666; text-decoration: underline; }

/* ログインと登録 */
#logtab,
#regtab{

}
#logtab form,
#regtab form{
	padding:8px;
}
.login,
#username,
#password,
#email,
#verify{
	width:175px;
}
/* 広告 */
.ad_google_200200,
.ad_bs_banner{
	padding:0 0 10px 0;
	background-color:#FFFFFF;
	text-align:center;
}
.ad_bs_bosyu{
	padding:0 0 10px 0;
	background-color:#FFFFFF;
	text-align:center;
}
.ad_google_160600{
	padding:10px 0;
	text-align:center;
}

/* =====================================================

contentbox

===================================================== */
#topicpath{
	padding:10px;
	background-image: url(../images/contents_bg_top.gif);
	background-repeat: no-repeat;
}
#topicpath p{
	background-color:#FAF3F3;
	padding:5px 10px;
	font-size:10px;
}
#inside{
	padding:10px 10px 20px 10px;
	background-image: url(../images/contents_bg_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#inside h2{
	margin:0;
	padding:0 0 0 5px;
	font-size:16px;
}
#inside textarea{
	width:90%;
	font-size:12px;
}

/* news -------------------------------------- */

.news-summary{
	border-top:5px solid #DDDDDD;
	margin:5px 0 0 0;
	padding:10px 0;
	line-height:170%;
}
.news-summary a,
.news-summary a:link,
.news-summary a:visited{ color: #FF6666; text-decoration: none; }
.news-summary a:active,
.news-summary a:hover		{ color: #666666; text-decoration: underline; }

/* vote */
.news-upcoming,
.news-upcoming2{
	width:63px;
	height:90px;
	float:left;
	background-image: url(../images/entry_voteno.gif);
	background-repeat: no-repeat;
}
.mnm-publish{
	height:60px;
	text-align:center;
	font-size:20px;
	line-height:60px;
}
.menealo{
	width:100%;
	height:24px;
	line-height:24px;
	background-image: url(../images/entry_votebtn_off.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#BBBBBB;
	font-size:10px;
}
.menealo a{
	display:block;
	height:24px;
	line-height:24px;
	background-image: url(../images/entry_votebtn.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color:#333333;
	font-size:10px;
}
/* top */
.top{
	margin-left:75px;
}
.toptitle{
	font-size:16px;
	font-weight:bold;
	padding:5px 0 10px 0;
	line-height:150%;
}
/* news-submitted */
.news-submitted{
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#F7F7F7;
	overflow:hidden;
	font-size:10px;
}
/* news-details */
.news-details{
	padding:10px 0 0 0;
}
/* comment */
#comments h2{
	padding:5px;
	margin:20px 0;
	border-bottom:1px dotted #CCCCCC;
}
#comment-wrap{
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
}

/* fieldset */
#inside fieldset{
	padding:10px;
	margin:10px 5px 0 5px;
}

/* pagination ------------------------ */
.pagination{
	text-align:center;
}
.pagination span{
	margin:0 2px;
}
.pagination span a{
	padding:3px 5px;
	border:1px solid #CCCCCC;
	backgroud-color:#FFE3E3;
}
.pagination span a:hover{
	backgroud-color:#EEEEEE;
}

/* user info ----------------------- */
#cab {margin:0; padding:20px 0 0 0; border-bottom:2px solid #FFCCCC;}
#cab ul {padding:0px;list-style:none;height:26px;}
#cab li {float:left; text-align:center; display:block; font-size:11px;}
#cab a {
	padding:0px 4px 0px 0px;
	color:#333;
	margin:0 1px;
	text-decoration:none;
	display:block;
	height:26px;
}
#cab a:hover {color:#FF6666}
#cab a span{
	padding:0 0 0 4px;
	height:26px;
	line-height:26px;
	text-align:center;
	display:block;
}

/*
#cab a.navbut1 {float:left;background:url("../images/tabrightB.jpg") no-repeat right top; padding:0px 6px 0px 0px;color:#66c; margin:0 1px;text-decoration:none; display:block; height:26px;color:#333; font-weight:bold}
#cab a.navbut1:hover {background:url("../images/tabrightB.jpg") no-repeat right top;color:#FF6666}
#cab a.navbut1 span {float:left;background:url("../images/tableftB.jpg") no-repeat left top;padding:9px 0px 5px 6px; text-align:center;display:block;}
#cab a.navbut1:hover span {background:url("../images/tablefteftB.jpg") no-repeat left top;}

#cab a.navbut2 {float:left;background:url("../images/tabrightB.jpg") no-repeat right top; padding:0px 6px 0px 0px;color:#66c; margin:0 1px;text-decoration:none; display:block; height:26px;color:#333; font-weight:bold}
#cab a.navbut2:hover {color:#FF6666}
#cab a.navbut2 span {float:left;background:url("../images/tableftB.jpg") no-repeat left top;padding:9px 0px 5px 6px; text-align:center;display:block;}
*/

#cab a.navbut3 {background:url("../images/tabrB2.jpg") no-repeat right top;}
#cab a.navbut3:hover {background:url("../images/tabrightB.jpg") no-repeat right top;}
#cab a.navbut3 span {background:url("../images/tablB2.jpg") no-repeat left top;}
#cab a.navbut3:hover span {background:url("../images/tableftB.jpg") no-repeat left top;}

#cab a.navbut4 {background:url("../images/tabrightB.jpg") no-repeat right top;font-weight:bold;}
#cab a.navbut4 span {background:url("../images/tableftB.jpg") no-repeat left top;}

#navbar {background-color:#FFF5F5; margin:0 0 20px 0;; padding:14px 0 7px 10px;color:#666; font-size:11px;}
#navbar a {color:#666; text-decoration:none;}
#navbar a:hover{text-decoration:underline;}


/* Live */
.live2 {margin: 10px 0; padding:5px 0 0 0;}
.live2 strong {font-size: 95%; }
.live2-item {width: 100%;border-bottom: 1px solid #ccc;padding: 5px 0 0 0;min-height: 25px;text-align: center;overflow: hidden;}
.live2-ts, .live2-type, .live2-votes, .live2-story, .live2-who, .live2-status {float: left;display: block;}
.live2-ts {width: 60px;text-align: left;}
.live2-type {width: 80px;;text-align: left;}
.live2-type img {border: none;margin: 0 0 0 0;vertical-align: middle;}
.live2-votes {width: 30px;;text-align: left;}
.live2-story {width: 150px; text-align: left;}
.live2-who {width: 80px;text-align: left;}
.live2-status {width: 80px;	text-align: left;}
.live2-problem {color: #F00;}

/* siteabaout */
.siteabout p{
	margin:20px 15px;
	line-height:150%;
	color:#666666;
}
.siteabout p.caution{
	color: #CC0000;
	font-weight: bold;
}
.siteabout ul{
	list-style-type:disc;
	margin:20px 15px 20px 40px;
}
.siteabout ul li{
	list-style-type:disc;
	margin:8px 0;
	line-height:130%;
	color:#666666;
}