@charset "EUC-JP";

* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}




/*text*/

input,
textarea {
	padding: 2px;
	font-size: 12px;
}
select {
	margin: 2px 0;
}

h1,
h2,
h3,
h4 {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #003399;
}

ul,
ol {
	list-style: none;
}

strong,
strong a {
	font-weight: bold;	
	
}


img {
	border: none;
	vertical-align: bottom;
}

button {
	border: none;
}

.attention,
em {
	color: #F00;
}


.nowrap {
	white-space: nowrap;
}

small {
	font-size: 10px;
	line-height: 16px;
}

.normal {
	font-weight: normal;
}



/*clear*/

.clearfix,
#wrap,
#head,
#headNav,
#oneLinerAds,
#mid,
#pageUp,
#foot,
#foot #footNavWrap
{ clear: both; zoom: 100%; }


.clearfix:after,
#wrap:after,
#head:after,
#headNav:after,
#oneLinerAds:after,
#mid:after,
#pageUp:after,
#foot:after,
#foot #footNavWrap:after
{ content: ""; display: block; clear: both; }






body {
	text-align: center;
	/*font-family: "Lucida Grande", Verdana, Meiryo, "Hiragino Kaku Gothic Pro W3", "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "HiraKakuPro-W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;*/
	/*font-family: "Hiragino Kaku Gothic Pro W3", "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "HiraKakuPro-W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;*/
	/*font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;*/
	font-family: 'Lucida Grande',Verdana, arial,"£Í£Ó £Ð¥´¥·¥Ã¥¯",  sans-Serif;
	font-size: 12px;
	line-height: 18px;
	/*background: #ccc url(http://cdn.gogo.gs/img/bodyBg001.gif) repeat;*/
	color: #333;
}

/*Safari onry*/
/*
html:not(:only-child:only-child) body {
	font-family: "Hiragino Kaku Gothic Pro W3", "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", "HiraKakuPro-W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
*/
/*for bodyBg*/
/*
html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
*/

#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}




/*head.css*/


#mid {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

#main {
	width: 640px;
	float: left;
}


#sideBar {
	width: 300px;
	float: right;
	
	background: #FFFFFF;
	border: #FFFFFF solid 0px;
}

#midlogin {
	width: 710px;
	float: center;
	margin: 0 auto;
}

#mainlogin {
	width: 400px;
	float: left;
}

