@charset "utf-8";

/* ==================================================
common
================================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


body,td,th {
	font-size: 12px;
}
body {
	background-color: #FFF;
}



a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #0CF;
}
a:active {
	color: #0CF;
}

/*フッター用*/
html, body { height:100%; }
#wrap {
	height:100%;
	position:relative;
	min-height: 100%;
}
body > #wrap {
        height: auto;
}




#header {
	background-image: url(../img/headimg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 251px;
}
#head-title {
	height: 225px;
	width: 960px;
	margin: auto;
	position: relative;
}
#head-title h1 {
	float: left;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;

}
.dc {
	float: left;
	padding-left: 5px;
	font-size: 10px;
	color: #FFF;
	background-color: #3CCEFF;
}

#wrap #header #head-title h2 {
	top: 185px;
	clear: both;
	color: #2685B7;
	text-decoration: none;
	position: relative;
	left: 138px;
	font-size: 10px;
	width: 100px;
}
#wrap #header #head-title h2 a {
	color: #2685B7;
	text-decoration: none;
	width: 100px;
}
#wrap #header #head-title h3 {
	left: 140px;
	top: 185px;
	position: relative;
	color: #2685B7;
	font-size: 10px;
	width: 600px;
}


.logo {
	top: 17px;
	position: absolute;
}


#head-line {
	background-image: url(../img/head_line.jpg);
	background-repeat: repeat-x;
	height: 26px;
	margin-bottom: 0px;
}
#content {
	width: 960px;
	padding-bottom: 110px;
	margin: auto;
}



#main {
	width: 730px;
	float: left;
}
#menu {
	width: 230px;
	float: right;
}
#footer {
	color: #2989b7;
	position:absolute;
	width: 100%;
	bottom: 0px;
	height: 102px;
}
#footer-line {
	background-image: url(../img/footer_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 52px;
	background-color: #c5f1ff;
	padding-top: 40px;
	padding-bottom: 10px;
}



#footer-links {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: center;
}
#footer h3 a {
	color: #2989b7;
	text-decoration: none;
}





/*回り込み解除*/
.clearBoth {
    overflow: hidden;
}

.clearBoth:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*タブ*/

#tabArea {
	width: 730px;
	overflow: hidden;
	background-image: url(/img/futibgimg.jpg);
	height: 270px;
}

#tabArea ul#tab {
	margin:0;
	padding:0;
	float:left;
	width: 730px;
}

#tabArea ul#tab li {
	float:left;
	overflow:hidden;
}

#tabArea ul#tab li a {
}

#tabArea ul#tab li.selected a.aboutmoco {
	background:url(/img/mocotab3.jpg) no-repeat;
	background-position:0 0px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #09F;
	width:170px;
	height:39px;
	display:block;
	padding-top: 30px;
	padding-left: 15px;
}

#tabArea ul#tab li a.aboutmoco {
	background:url(/img/mocotab3.jpg) no-repeat;
	background-position:0 -69px;
	width:140px;
	height:39px;
	display:block;
	padding-top: 30px;
	padding-left: 45px;
	color: #7DC5E3;
}


#tabArea ul#tab li.selected a.new {
	background:url(/img/newtab3.jpg) no-repeat;
	background-position:0 -69px;
	width:132px;
	height:39px;
	display:block;
	padding-top: 30px;
	padding-left: 40px;
	font-weight: bold;
	color: #09F;
	font-size: 16px;
	text-decoration: none;
}

#tabArea ul#tab li a.new {
	background:url(/img/newtab3.jpg) no-repeat;
	background-position:0 0;
	width:117px;
	height:39px;
	display:block;
	padding-top: 30px;
	padding-left: 55px;
	color: #7DC5E3;
}

.blogtab a{
	background: url(../img/blogtab.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	width:109px;
	height:43px;
	display:block;
	padding-top: 26px;
	padding-left: 40px;
	color: #FFF;
	text-decoration: none;
}

.blogtab a:hover{
	background: url(../img/blogtab.jpg);
	background-repeat: no-repeat;
	background-position:0 -69px;
	width:109px;
	height:43px;
	display:block;
	padding-top: 26px;
	padding-left: 40px;
	color: #FF0;
	text-decoration: none;
}

.twittertab a{
	background: url(../img/twittertab.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	width:115px;
	height:43px;
	display:block;
	padding-top: 26px;
	padding-left: 38px;
	color: #FFF;
	text-decoration: none;
}

.twittertab a:hover{
	background: url(../img/twittertab.jpg);
	background-repeat: no-repeat;
	background-position:0 -69px;
	width:115px;
	height:43px;
	display:block;
	padding-top: 26px;
	padding-left: 38px;
	color: #FF0;
	text-decoration: none;
}

.mocoArea {
	clear: both;
	color: #333;
	font-size: 14px;
	line-height: 150%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	height: 250px;
	width: 690px;
}
.sample {
	float: left;
}

.touroku a {
	background-image: url(../img/tabtouroku.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	height: 20px;
	width: 119px;
	float: left;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 5px;
	color: #FFC;
	font-size: 12px;
}

.touroku a:hover {
	background-image: url(../img/tabtouroku.jpg);
	background-repeat: no-repeat;
	background-position:0 -22px;
	display: block;
	height: 55px;
	height: 20px;
	width: 119px;
	float: left;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 5px;
	color: #FF0;
	font-size: 12px;
}

.newArea {
	width: 680px;
	clear: both;
	height: 250px;
	color: #2685b7;
	font-size: 16px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}




/*ツールズ*/



#tool {
	padding-left: 33px;
	margin-top: 20px;
}

#tool2 {
	padding-left: 33px;
	margin-top: 20px;
}

#myfeti {
	float: left;
	width: 312px;
	margin-right: 40px;
	position: relative;
}
#wrap #content #main #myfeti h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2989B7;
	top: 136px;
	left: 0px;
	position: absolute;
}

a.fetibt {
	background-image: url(../img/myfetibt.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 211px;
	display: block;
	padding-top: 38px;
	padding-left: 92px;
	padding-right: 9px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 1.5em;
}

a.fetibt:hover {
	background-image: url(../img/myfetibt.jpg);
	background-repeat: no-repeat;
	background-position:0 -132px;
	color: #FF0;
}
#wrap #content #main #myfeti ul li {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 3px;
}





#uchinoko {
	width: 312px;
	float: left;
	position: relative;
}
#wrap #content #main #uchinoko h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2989B7;
	top: 136px;
	left: 0px;
	position: absolute;
}

a.uchinokobt {
	background-image: url(../img/uchinokotokeibt.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 211px;
	display: block;
	padding-top: 38px;
	padding-left: 92px;
	padding-right: 9px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 1.5em;
}

a.uchinokobt:hover {
	background-image: url(../img/uchinokotokeibt.jpg);
	background-repeat: no-repeat;
	background-position:0 -132px;
	color: #FF0;
}
#wrap #content #main #uchinoko ul li {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 3px;
}
#wrap #content #main #tool #uchinoko ul .pickup {
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 3px;
}






#counter {
	float: left;
	width: 312px;
	margin-right: 40px;
	position: relative;
}
#wrap #content #main #counter h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2989B7;
	top: 136px;
	left: 0px;
	position: absolute;
}

a.counterbt {
	background-image: url(../img/counterbt.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 211px;
	display: block;
	padding-top: 44px;
	padding-left: 92px;
	padding-right: 9px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 1.5em;
}

a.counterbt:hover {
	background-image: url(../img/counterbt.jpg);
	background-repeat: no-repeat;
	background-position:0 -132px;
	color: #FF0;
}
#wrap #content #main #counter ul li {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 3px;
}



#ranking {
	width: 312px;
	float: left;
	position: relative;
}
#wrap #content #main #ranking h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2989B7;
	top: 136px;
	left: 0px;
	position: absolute;
}

a.rankingbt {
	background-image: url(../img/rankingbt.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 211px;
	display: block;
	padding-top: 44px;
	padding-left: 92px;
	padding-right: 9px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 1.5em;
}

a.rankingbt:hover {
	background-image: url(../img/rankingbt.jpg);
	background-repeat: no-repeat;
	background-position:0 -132px;
	color: #FF0;
}
#wrap #content #main #ranking ul li {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 3px;
}





#toolwrap {

}





/*ログイン*/


#top-login {
	background-image: url(../img/mocofuti_m.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 210px;
	padding-top: 80px;
	padding-left: 20px;
}


#top-login ul {
	width: 185px;
}


.newbt a {
	background-image: url(../img/newbt2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 185px;
	margin-bottom: 10px;
	overflow:hidden;
	outline:none;
	text-decoration: none;
	color: #FFF;
	padding-top: 22px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.newbt a:hover {
	background-image: url(../img/newbt2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -70px;
	overflow:hidden;
	color: #FF0;
	text-decoration: none;
}

.logbt a {
	background-image: url(../img/loginbt2-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 185px;
	overflow:hidden;
	outline:none;
	font-size: 24px;
	color: #FFF;
	padding-top: 22px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.logbt a:hover {
	background-image: url(../img/loginbt2-2.jpg);
	background-repeat: no-repeat;
	background-position:0 -70px;
	overflow:hidden;
	outline:none;
	color: #FF0;
	text-decoration: none;
}

/*スタッフ*/



#staff {
	background-image: url(../img/mocofuti_s.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 190px;
	color: #2685b7;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

#staff a {
	background-image: url(../img/staffbt2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 170px;
	overflow:hidden;
	outline:none;
	text-decoration: none;
	color: #36F;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bolder;
}

#staff a:hover {
	background-image: url(../img/staffbt2.jpg);
	background-repeat: no-repeat;
	background-position:0 -70px;
	display: block;
	height: 55px;
	width: 170px;
	overflow:hidden;
	outline:none;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 15px;
}

/*ユーザーカウント*/

#user {
	background-image: url(../img/mocofuti_s.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 190px;
	color: #2685b7;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.usercount {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#twitter {
	background-image: url(../img/twitterbord.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 170px;
	margin-top: 10px;
	padding-top: 50px;
	padding-right: 25px;
	padding-left: 35px;
	padding-bottom: 0px;
	font-size: 10px;
}
.bord {
	overflow: auto;
	height: 145px;
	width: 170px;
}
#twitter_update_list li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #328BB3;
	padding-top: 7px;
	padding-bottom: 7px;
}
.come {
	margin-top: 7px;
}

.link {
	text-align: center;
}