@charset "utf-8";

/*------------------------------------------------------------------------------floatクリア*/
.clr:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clr {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clr { height: 1% }
.clr {
	display: block;
}
/* end MacIE5 */

/*-------------------------------------------------------------------------------------汎用*/
body,
table,th,td,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,
p,pre,
form,input {
	padding: 0px;
	margin: 0px;
}
address,i {
	font-style: normal;
}
body {
	text-align: center;
	background-color: #6699CC;
}
/*/////////////link*/
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {}
a img {
	border: none;
}

/*-------------------------------------------------------------------------------------全体*/
#wrap {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, sans-serif, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ W3";
	font-size: 90%;
	color: #333333;
	line-height: 1.3em;
	text-align: left;
	background-color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------ヘッダ*/
#head {
	height: 100px;
	background-color: #F0F0F0;
}

/*-------------------------------------------------------------------------------コンテンツ*/
#contents {
	padding: 20px 10px 10px;
}
/*	メニュー	*/
#menu-menu4 {
	float: left;
	width: 178px;
}
#loginpage {
	margin: 0px;
	padding: 5px 0px;
	width: 178px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFCC66;
	border-top: 5px double #FF9966;
	border-bottom: 5px double #FF9966;
}
#tool {
	margin-top: 5px;	
	padding: 5px 0px;
	width: 178px;
	text-align: center;
	font-weight: bold;
	background-color: #CCCC99;
}
#menu {
	margin-top: 5px;
	width: 160px;
	padding: 5px;
	border: 4px solid #CCCC99;
	font-weight: bold;
	background-color: #F5F5EB;
}
#menu ol {
	margin-left: 35px;
}
#menu ul {
	margin: 0px;
	font-weight: normal;
}
#menu ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 2px -3px;
	background-image: url(../img/arrow_147.gif);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
}
#menu li {
	padding-bottom: 5px;
}
#menu2 {
	margin-top: 5px;	
	width: 178px;
}
#menu3 {
	margin-top: 5px;
	width: 178px;
	background-color: #F5F5EB;
}
#menu4 {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 178px;
	background-color: #F5F5EB;
}

#menu3 p, #menu4 p {
	margin: 0px;
}
#menu3 li, #menu4 li {
	font-size: 75%;
}
.slink {
	padding: 3px;
	background-color: #CCCC99;
	text-align: center;
	font-weight: bold;
}

/*	メイン	*/
#content {
	float: right;
	width: 580px;
}
/*//////////////見出し*/
h1 {
	padding: 5px 0px 8px 1px;
	margin: 0px 0px 15px;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-size: 160%;
	background-image: url(../img/h1-under-u.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 {
	padding: 7px 5px 5px 6px;
	margin: 15px 0px;
	font-size: 130%;
	background-color: #CCCCCC;
	clear: both;
}
h3 {
	padding-bottom: 3px;
	margin: 15px 0px;
	font-size: 110%;
	background-image: url(../img/line-dash-2px.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
}
h4 {
	padding-bottom: 5px;
	margin: 0px 0px 15px;
	font-size: 100%;/*
	background-image: url(../img/line-dash-2px.gif);
	background-position: left bottom;
	background-repeat: repeat-x;*/
	clear: both;
	border-bottom: 1px solid #999999;
}
h4 img {
	vertical-align: middle;
}
/*///////////////テーブル*/
table {
	margin: 5px 5px 5px 6px;
	border-collapse: collapse;
}
th,td {
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #CCCCCC;
}
/*////////////////段落*/
p {
	margin: 0px 0px 13px 6px;
}
p img {
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #CCCCCC;
}
/*/////////////////リスト*/
ul {
	margin: 5px 0px 10px 7px;
}
ul li {
	padding-left: 17px;
	margin-bottom: 4px;
	background-image: url(../img/arrow_147.gif);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
}
/*	上に戻る	*/
.totop {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	text-align: right;
}
/*	太字	*/
.bold {
	font-weight: bold;
}
/*	太字（赤）	*/
.red-bold {
	font-weight: bold;
	color: #FF0000;
}
/*	赤	*/
.red {
	color: #FF0000;
}
/*	青	*/
.blue {
	color: #0000FF;
}
/*	文字中央	*/
.text-center {
	text-align: center;
}
/*	文字左	*/
.text-left {
	text-align: left;
}
/*	テーブル項目	*/
.table-komoku {
	font-weight: bold;
	background-color: #CCCCCC;
}
/*	10/1/25追加	*/
.tborder0 td {
	border: 0px;
	vertical-align: top;
}

/*	w150	*/
.w150 {
	width: 150px;
}
/*	間隔（下）	*/
.bottom-space {
	margin-bottom: 25px;
}
/*	ボーダーなし	*/
.border0 {
	border: 0px solid #CCCCCC;
}
/*	右に回りこみ	*/
.float-right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
/*	左に回りこみ	*/
.float-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
/*	画像中央	*/
.img-center {
	margin: 0px auto;
}
/*	下線	*/
.text-border {
	border-bottom: 1px double #000000;
}
/*	下線（赤）	*/
.text-borderred {
	border-bottom: 1px double #FF0000;
}
/*	枠（点線）	*/
.waku {
	border: 1px dashed #CCCCCC;
	padding: 5px;
	width: 570px;
}

/*-------------------------------------------------------------------------------index.html*/
/*	おしらせ・稼動状況・更新履歴	*/
p.news1,
p.news2,
p.news3 {
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 15px 0px 5px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/line-dash-2px.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 5px solid #CCCC99;
}
/*	中身	*/
.top-news1 {
	height: 200px;
	padding: 3px;
	margin: 0px 0px 25px;
	overflow: auto;
	border: 1px solid #999999;
	text-align: left;
}
.top-news2 {
	height: 100px;
	padding: 3px;
	margin: 0px 0px 25px;
	overflow: auto;
	border: 1px solid #999999;
	text-align: left;
}
.top-news3 {
	height: 200px;
	padding: 3px;
	margin: 0px 0px 25px;
	overflow: auto;
	border: 1px solid #999999;
	text-align: left;
}

/*-------------------------------------------------------------------------------page1.html*/
/*	ライン（上）	*/
.line-top {
	background-image: url(../img/line-dash-2px.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
}
.comment {
	float: left;
	width: 430px;
}
.charactor {
	float: right;
	width: 100px;
	margin-right: 50px;
}

/*-----------------------------------------------------------------------------page2-1.html*/
.img-left {
	margin-left: 100px;
}
.img-right {
	margin-left: 80px;
}
.img-left2 {
	margin-left: 90px;
}

/*-------------------------------------------------------------------page3.html／page6.html*/
.mailnaiyo {
	width: 450px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*---------------------------------------------------------------page4-1.html／page4-2.html*/
#useradd {
	width: 566px;
	text-align: center;
	border: 2px solid #FF0000;
	color: #FF0000;
	padding: 5px;
}
p.player2 {
	width: 133px;
	/*background-color: #CCCC66;*/
}

/*-------------------------------------------------------------------------------page7.html*/
.tabheader1 .close,
.tabheader2 .close,
.tabheader3 .close {
	font-weight: normal;
}
.tabheader1 .open,
.tabheader2 .open,
.tabheader3 .open {
	font-weight: bold;
}
.tabheader1,
.tabheader2,
.tabheader3 {
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------page8.html*/
/*定義リスト*/
dl {
	margin-left: 6px;
}
dt {
	padding: 2px 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-weight: bold;
	color: #336633;
}
dd {
	padding: 5px 5px 5px 15px;
	margin-bottom: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #CC6600;
}

/*------------------------------------------------------------------------------page11.html*/
/*	ボタン	*/
.form-button {
	margin: 10px ;	
}

/*-------------------------------------------------------------------usermap.html/team.html*/
#setsubi dl {
	margin: 0px;
}
#setsubi dt {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px;
	color: #000000;
}
#setsubi dt img {
	vertical-align: middle;
}
#setsubi dd {
	border: 1px solid #999999;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
}

/*----------------------------------------------------------------------------userdead.html*/
#userdead {
	text-align: center;
}
#userdead th {
	background-color: #CCCC99;
}
#userdead td.midasi {
	background-color: #CCCCCC;
	font-weight: bold;
}
#userdead td.biko {
	width: 250px;
	text-align: left;
	color: #FF0000;
}

/*--------------------------------------------------------------------------------rank.html*/
#rank {
	text-align: center;
}
#rank th {
	background-color: #CCCC99;
}
#rank td.midasi {
	background-color: #CCCCCC;
	font-weight: bold;
}
#rank td.midasi2 {
	font-weight: bold;
}

/*------------------------------------------------------------------------------iphone.html*/
.iphonewaku {
	border: 1px dashed #CCCCCC;
	padding: 5px;
	width: 215px;
}

/*-----------------------------------------------------------------------------------フッタ*/
#foot {
	clear: both;
	padding: 5px;
	background-color: #F0F0F0;
	background-image: url(../img/line-dash-2px.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 80%;	
}
/*	Copyright	*/
address {
	padding-top: 15px;
	margin: 0px;
	text-align: center;
}
.soft {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
