@charset "utf-8";

/* ---------------------------------------------------------

__Default style clear

--------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	color:#333333;
	background-color: #EDEDED;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}

a:link,
a:visited {
	color:#99BA25;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color: #7E961B;
	text-decoration:underline;
}

a:active {
	color: #7E961B;
	text-decoration:underline;
}


li {
	list-style-type:none;
}

img {
	border:0;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #CCCCCC;
	height: 1px;
}

/* mogera.cssの中から追記 table部分のcssは少し変更 */
table {
    font-size:inherit;
	padding: 0px;
	margin: 0px;
}

td,th {
	margin: 0px;
	padding: 0px;
}

.ulol_frame
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
pre {
	color: #454545;
	background-color: #FFFFFF;
	border: 1px dotted #9900FF;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/* 追記ここまで */

h1 { font-size:138.5%; }

h2 {
	font-size:123.1%;
	height:40px;
	background-image: url(../image/bg_titlebar.png);
	padding-left: 15px;
}

h3 { font-size:108%; }
h3.title {
	padding-left:5px;
	border-left: solid 15px #A7CFF7;
	margin-bottom:5px;
}

h4 { font-size:93%; }

h1.separate, h2.separate, h3.separate, h4.separate .separate {
	margin-top:10px;
}


/* ---------------------------------------------------------

__general style

--------------------------------------------------------- */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text14 { font-size:14pt; }
.text16 { font-size:16pt; }
.text18 { font-size:18pt; }
.text24 { font-size:24pt; }

.tag10 { font-size:77%; }
.tag11 { font-size:85%; }
.tag12 { font-size:93%; }
.tag13 { font-size:100%; }
.tag14 { font-size:108%; }
.tag15 { font-size:116%; }
.tag16 { font-size:123.1%; font-weight:bold; }
.tag17 { font-size:131%; font-weight:bold; }
.tag18 { font-size:138.5%; font-weight:bold; }
.tag19 { font-size:146.5%; font-weight:bold; }
.tag20 { font-size:153.9%; font-weight:bold; }
.tag21 { font-size:161.6%; font-weight:bold; }

.over18 { color:#FF0000; font-weight:bold; }
.errorMsg { color:#FF0000; font-weight:bold; }


/* ---------------------------------------------------------

__container

--------------------------------------------------------- */
#container {
	width: 980px;
	margin: 0 auto;
}


/* ---------------------------------------------------------

__ad_header

--------------------------------------------------------- */
.ad_header {
	margin: 5px auto;
	text-align: center;
}

/* ---------------------------------------------------------

__header_nav

--------------------------------------------------------- */
#header_nav {
	width:980px;
	height:20px;
	background-color: #00226A;;
}
#header_nav .copy {
	float: left;
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
}
#header_nav .mogeramenu {
	float: right;
	font-size:11px;
	color: #FFFFFF;
	margin-right: 5px;
	margin-top: 5px;
}
#header_nav .mogeramenu a:link,
#header_nav .mogeramenu a:hover,
#header_nav .mogeramenu a:visited,
#header_nav .mogeramenu a:active {
	color:#FFFFFF;
/*	text-decoration:underline;*/
	text-decoration:none;
}


/* ---------------------------------------------------------

__header

--------------------------------------------------------- */
#header {
	position: relative;
	top: -2px;
	height:80px;
	width: 100%;
	background-image: url(../image/bg_header.gif);
	background-repeat: repeat-x;
	overflow-x: hidden;
}
#header_frame {
	height:60px;
	background-image: url(../image/bg_header.gif);
	background-repeat: repeat-x;
}
#header h1 {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 700px;
}

#header .hd_menu {
	float: right;
	color:#CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
	width: 240px;
}
#header_frame .hd_menu {
	float: right;
	color:#CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
	width: 250px;
}

#header .hd_menu a:link,
#header .hd_menu a:visited,
#header .hd_menu a:hover,
#header .hd_menu a:active {
	color:#ffffff;
	text-decoration:underline;
}

#header .hd_menu div {
	margin-bottom: 5px;
}

#header .hd_menu div a:link,
#header .hd_menu div a:visited,
#header .hd_menu div a:hover,
#header .hd_menu div a:active {
	color:#ffffff;
	text-decoration:none;
}

#header .hd_thumbnail {
	float: left;
	margin-right: 5px;
}

#header .hd_logoutMenu {
	float: right;
	color:#CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
	width: 200px;
}

#header .hd_logoutMenu a:link,
#header .hd_logoutMenu a:visited,
#header .hd_logoutMenu a:hover,
#header .hd_logoutMenu a:active {
	color:#ffffff;
	text-decoration:underline;
}

#header .hd_logoutMenu #logoutmenu_link_container {
	text-align: right;
	height: 17px;
}
#header .hd_logoutMenu #logoutmenu_caption_container {
	border-style: solid;
	border-color: rgb(38, 85, 143) rgb(55, 111, 181) rgb(55, 111, 181) rgb(38, 85, 143);
	border-width: 2px 1px 1px 2px;
	padding: 2px;
	margin-top: 3px;
	font-size: 10px;
	background-color: rgb(46, 98, 163);
}

#header_sub_area {
	clear:both;
	height:30px;
	background-image: url(../image/bg_header_sub_area.gif);
	background-repeat: repeat-x;
	margin-bottom:10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBE2E8;
	border-left-color: #DBE2E8;
}

#header_sub_area .category_path {
	float: left;
	margin-left: 14px;
	margin-top: 2px;
	width:615px;
}

#header_sub_area .search {
	float: right;
	margin-right: 14px;
	margin-top: 2px;
	width:335px;
}


/* ---------------------------------------------------------

__header_frame

--------------------------------------------------------- */
#header_frame {
	height:60px;
	background-image: url(../image/bg_header.gif);
	background-repeat: repeat-x;
}
#header_frame h1 {
	float: left;
	margin-left: 15px;
}

#header_frame .hd_menu {
	float: right;
	color:#CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
	width: 250px;
}

#header_frame .hd_menu a:link,
#header_frame .hd_menu a:visited,
#header_frame .hd_menu a:hover,
#header_frame .hd_menu a:active {
	color:#ffffff;
	text-decoration:underline;
}

#header_frame .hd_menu div {
	margin-bottom: 5px;
}

#header_frame .hd_menu div a:link,
#header_frame .hd_menu div a:visited,
#header_frame .hd_menu div a:hover,
#header_frame .hd_menu div a:active {
	color:#ffffff;
	text-decoration:none;
}

#header_frame .hd_thumbnail {
	float: left;
	margin-right: 5px;
}

#header_frame .hd_logoutMenu {
	float: right;
	color:#CCCCCC;
	margin-right: 10px;
	margin-top: 10px;
	width: 230px;
}

#header_frame .hd_logoutMenu a:link,
#header_frame .hd_logoutMenu a:visited,
#header_frame .hd_logoutMenu a:hover,
#header_frame .hd_logoutMenu a:active {
	color:#ffffff;
	text-decoration:underline;
}

#header_frame .hd_logoutMenu #logoutmenu_link_container {
	text-align: right;
}
#header_frame .hd_logoutMenu #logoutmenu_caption_container {
	border-style: solid;
	border-color: rgb(38, 85, 143) rgb(55, 111, 181) rgb(55, 111, 181) rgb(38, 85, 143);
	border-width: 2px 1px 1px 2px;
	padding: 2px;
	font-size: 10px;
	background-color: rgb(46, 98, 163);
}

/* ---------------------------------------------------------

__footer

--------------------------------------------------------- */
#footer {
	clear:both;
	background:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size:85%;
	color: #666666;

}

#footer div {
	width:980px;
	margin:0 auto;
}

#footer #footer_link a:link,
#footer #footer_link a:visited {
	color:#999999;
	text-decoration:none;
}

#footer #footer_link a:hover,
#footer #footer_link a:active {
	color:#999999;
	text-decoration:underline;
}

#footer #footer_link {
	color:#CCCCCC;
	margin:5px 5px 0px 5px;
}

#footer #footer_link .title{
	color:#666666;
}

#footer #footer_mogeralink {
	margin-top:5px;
}

#footer div p {
	clear:both;
	margin:10px auto 0 15px;
}

#footer div p img {
	margin-right: 5px;
}

/* ---------------------------------------------------------

__main

--------------------------------------------------------- */
#main {
	clear:both;
	width:980px;
	float:left;
	margin-bottom:10px;
}


/* ---------------------------------------------------------

件数表示、ページャー

--------------------------------------------------------- */
.number {
	margin-top:5px;
	padding-right:15px;
	text-align:right;
}
ul.pager {
	font-size:93%;
	float: right;
	margin-top:5px;
	margin-bottom:5px;

}
ul.pager li {
	float: left;
	margin-right: 5px;
	border: 1px #4F9CEF solid;
	font-weight: bold;
}
ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 6px;
	color: #4F9CEF;
}
ul.pager li a:link,
ul.pager li a:visited {
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color: #A7CFF7;
	text-decoration: none;
}
ul.pager li em {
	display: block;
	padding: 3px 6px;
	background: #4F9CEF;
	color: #FFFFFF;
}
ul.pager li.dot {
	display: block;
	padding: 3px 2px;
	border:none;
}

/* ---------------------------------------------------------

表の定義

--------------------------------------------------------- */
/* - basic - */
/* 背景 */
.tbasic_div
{
	margin: 0px;
}
/* table */
.tbasic_table
{
	table-layout: fixed;
	border: 1px solid #A6A6FF;
}
/* th */
.tbasic_title
{
	background-color:#FFD2D2;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 12px;
}
/* td */
.tbasic_contents
{
	background-color:#E1E1FF;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
}
/* td stripe用 */
.tbasic_stripe
{
	background-color: #FFFFFF;
}
/* ---------------------------------------------------------

__about

--------------------------------------------------------- */
img {
	border:0;
}


#about_mogera {
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#about_play {
	background-image: url(../image/img_about_play.gif);
	background-repeat: no-repeat;
	float: left;
	height: 295px;
	width: 327px;
}

#about_regist {
	background-image: url(../image/img_about_regist.gif);
	background-repeat: no-repeat;
	float: left;
	height: 295px;
	width: 327px;
}

#about_login {
	background-image: url(../image/img_about_login.gif);
	background-repeat: no-repeat;
	float: right;
	height: 295px;
	width: 326px;
}

.button_img {
	text-align: center;
	padding-top: 200px;
}





/* ---------------------------------------------------------

__user regist / login

--------------------------------------------------------- */

.entry-form {
	width: 100%;
	min-height: 500px;
}

.entry-form select, .entry-form input {
	padding: 5px;
	font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.entry-form select {
	border: 1px solid #BDC7D8;
}

.entry-form input[type="submit"] {
	margin: 0 10px;
	width: 202px;
	height: 30px;
	font-weight: bold;
}

.entry-form #mogMail, .entry-form #mogPw {
	width: 260px;
	height: 20px;
}

.entry-form #birthY {
	margin-right: 10px;
	width: 74px;
	height: 28px;
}

.entry-form #birthM, .entry-form #birthD {
	margin-right: 10px;
	width: 50px;
	height: 28px;
}

.entry-form div {
	min-height: 25px;
	margin: 0 0 15px 15px;
}

.entry-form div.bottom {
	margin-bottom: 20px;
}

#mc {
	height: 200px !important;
}

#mc, #user-regist div:last-child {
	padding-left: 30px;
}

#complete-message {
	width: 980px;
	min-height: 380px;
}

#error-message {
	margin-bottom: 10px;
	padding: 0 10px;
	min-height: 34px;
	line-height: 28px;
	color: red;
	font-weight: bolder;
	border:1px solid red;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.input-error {
	background-color: #ffcfef;
}

#link-moritapo, #join-moritapo {
	display: inline-block;
	margin: 10px;
	width: 180px;
	height: 100px;
	line-height: 100px;

	font-size: 1.6em;
	cursor: pointer;
}

#login-error-message {
	position: absolute;
	bottom: -5px;
	right: -210px;
	padding: 10px 20px;
	width: 170px;
	min-height: 18px;
	background: url(../image/bg_rank_01.gif) no-repeat 0 0;
	border-bottom: #DBDCD7 solid 1px;
	color: red;
	font-weight: bold;
	z-index: 1000;
}

/* ---------------------------------------------------------

__user regist / login

--------------------------------------------------------- */

.tkovr-msg {
    margin: 0 10px;
    width: auto;
}

.tkovr-msg .bold{
    font-weight: bold;
    border-bottom: solid 2px #000;
}

.tkovr-msg p{
    margin: 0 0 8px 0;
}

.tkovr-msg .tkovr-msg-list {
    list-style-type: square;
}

.tkovr-msg .tkovr-msg-list li {
    list-style-type: square;
    margin: 0 0 5px 0;
}

#tkovr-moritapo {
    display: inline-block;
    margin: 10px;
    width: 180px;
    height: 100px;
    line-height: 100px;

    font-size: 1.6em;
    cursor: pointer;


    text-align: center;
}

/* ---------------------------------------------------------

 #thumbnail_area

--------------------------------------------------------- */
#subinfo_container {}
#subinfo_container .flow_reset {
  clear:both;
}
#twitter_timeline {
  float:left;
  width:525px;
}

#ad_rec {
  float:left;
  width:450px;
}
#ad_rec .ad_rec_huge {
  width:336px;
  height:280px;
  background-color:white;
  margin:10px auto;
}
#ad_rec .ad_rec_midium {
  width:300px;
  height:250px;
  background-color:white;
  margin:10px auto;
}

/* ---------------------------------------------------------

利用規約

--------------------------------------------------------- */
.agreement {}
.agreement h1, .agreement h2{
  margin-top: 1.5em;
}
.agreement p{
  line-height: 1.5em;
  margin-bottom: 4px;
}
.agreement li {
  list-style-type: disc;
  margin: 0 1.5em;
  line-height: 1.25em;
}
/* ---------------------------------------------------------

privacy

--------------------------------------------------------- */
.privacy {}
.privacy h1, .privacy h2{
  margin-top: 1.5em;
}
.privacy p{
  line-height: 1.5em;
  margin-bottom: 4px;
}
.privacy li {
  list-style-type: disc;
  margin: 0 1.5em;
  line-height: 1.25em;
}
