/**
 *	Commons
 */
* {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #003399;
}
body {
/*	font-family: "ＭＳ Ｐ ゴシック" ,"ヒラギノ角ゴ Pro W3" ,"Osaka",verdana ,arial ,sans-serif;*/
	font-family: verdana, arial, sans-serif, "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック";
/*	font-family:"Lucida Grande","HiraMaruPro-W4","ヒラギノ丸ゴ Pro W4","Trebuchet MS",verdana, Arial, sans-serif;*/
	margin: 0px 0px 0px 0px;
	background: url(/acogui/images/bgtile.gif) repeat;
	color: #039;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover { text-decoration:underline; }
em {
	font-weight: bold;
	font-style: normal;
}
form.CoolForm input[type=text], form.CoolForm input[type=password], form.CoolForm textarea {
	font-size: 10px;
	padding: 1px 0 1px 3px;
	border: 1px solid #003399;
	background-color: #DFEFF4
}
form.CoolForm input[type=submit], form.CoolForm input[type=reset], form.CoolForm input[type=button] {
	background-image: url(/acogui/images/button.png);
	width: 89px;
	height: 23px;
	font-size: 10px;
	border: 0;
	font-weight: bold;
}
form.CoolForm input[type=submit]:hover, form.CoolForm input[type=reset]:hover, form.CoolForm input[type=button]:hover {
	background-image: url(/acogui/images/button_hover.png);
}
#Header {
	width: 380px;
	height: 64px;
	margin: 27px auto 48px 0;
	background: url(/acogui/images/header_bg.gif) no-repeat;
}
#Header h1 {
	position: relative;
	top: 3px;
	left: 10px;
	width: 353px;
	height: 38px;
	margin-bottom: 0;
	text-indent: -9999px;
	background: #fff url(/acogui/images/banner40p.gif) no-repeat;
}
#Menu {
	margin-top: 5px;
	text-align: center;
	font-family: verdana;
	width: 370px;
	color: #adc6f7;
	font-size: 10px;
	font-weight: bold;
}
#Menu img {
	border: 0;
	width: 3px;
	height: 10px;
	margin-left: 3px;
	margin-right: 3px;
}
#Content {
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: #fff ;
}
#Footer {
	height: 20px;
}

.Pager {
	font-size: 10px; 
	text-align: center;
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
.Pager a {
	text-decoration:underline;
}
.Pager img {
	border: 0;
	padding-bottom: -4px;
}

p.Pager3 {
	text-align: center;
}
p.Pager3 span {
	margin: 2px;
	padding:2px 6px;
	border:solid 1px #039;
}
p.Pager3 span.Active {
	background: #ADC6F7;
	color: #fff;
	font-weight:bold;
}
p.Pager3 a {
	text-decoration:none;
}

/**** Top ****/
#Top {
	position: relative;
	margin: 0 0 0 auto;
	width: 500px;
	height: 200px;
 }
.TopBoxes {
	position: absolute;
	border: solid 3px #adc6f7;
	background-color: #fff;
	text-align:center;
	overflow: hidden;
}
.TopBoxes h2 {
	padding: 5px 0 0.5em 0;
	font-size: 12px;
	letter-spacing: 0.5em;
}
#TopWhatsNew dl {
	padding: 10px 5px 0 5px;
	color: #003399;
	line-height: 1.5em;
}
#TopWhatsNew dt {
	text-align: right;
	width: 4em;
	float: left;
	font-weight: bold;
}
#TopWhatsNew dd {
	text-align: left;
	margin: 0 0 1px 5em; /* 下の1pxはIEのバグ対策 */
}
#TopWhatsNew dd a {
	text-decoration:underline;
}

/**** About ****/
#About p {
	padding: 10px 20px 10px 20px;
	text-indent: 1em;
	line-height: 16px;
}
#About a {
	text-decoration: underline;
}

table.CoolTable {
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	color: inherit;
}
table.CoolTable th {
	border-width : 0 0 1px 0 ;
	border-style : solid ;
	border-color : #039 ;
	font-size: 10px;
}
table.CoolTable td {
	border-width : 1px 0 0 0 ;
	border-style : solid ;
	border-color : #039 ;
	font-size: 10px;
}
table.CoolTable td a {
	padding-right : 1em ;
}
/**** Index ****/
/****
#List table {
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	color: inherit;
}
#List td {
	border-width : 1px 0 0 0 ;
	border-style : solid ;
	border-color : #039 ;
	font-size: 10px;
}
#List th {
	border-width : 0 0 1px 0 ;
	border-style : solid ;
	border-color : #039 ;
	font-size: 10px;
}
#List td a {
	padding-right : 1em ;
}
****/
.Alphabet {
	font-family: verdana;
	padding-left:5px;
	padding-right:5px;
	color: #fff;
	background-color: #003399;
	font-size: 10px;
	font-weight:bold;
}
a.acoguist {
	white-space: nowrap;
	font-size: 10px;
}
.SeachBox {
	text-align: left;
	color: inherit;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #adc6f7;
	margin: 0 25px 25px 25px;
}
.SeachBox h3 {
	padding-bottom: 4px;
}
.SeachBox form {
	line-height: 18px;
}
.SeachBox label {
	white-space: nowrap;
}

/**** Acoguist ****/
#Acoguist {
	padding: 0 20px 0 20px;
	min-width: 200px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#Acoguist p {
	padding-bottom: 0.5em;
}
.AcoguistDetail {
	text-align: left;
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}
.AcoguistDetail h2 {
	padding: 0;
	margin: 0;
	font-size:20px;
}
.AcoguistDetail h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-size: 12px;
}
.AcoguistDetail h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 10px;
}
.AcoguistDetail .Article {
	padding-bottom: 1em;
	padding-left: 2em;
	font-size: 10px;
}
.AcoguistDetail .Article p {
	text-indent: 1em;
	line-height: 1.5em;
}
.AcoguistDetail a {
	text-decoration:underline;
}
div.ExternalServices {
	text-align: center;
}
div.ExternalServices a img {
	border: 0;
	margin: 0 10px;
}

/**** Ranking ****/
#Ranking {
	text-align: center;
}
#Ranking h2 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
#Ranking h2 a {
	font-size: 16px;
}
#Ranking table { 
	margin: 10px auto 0 auto;
	color: #003399; 
	font-size: 10px;
}
#Ranking table th, td { 
	padding-top: 2px;
	padding-bottom: 2px;
}
#Ranking table a {
	text-decoration: underline;
}
#Ranking table thead th { 
	text-align:left;
	background: #adc6f7;
	border-top:2px solid #003399; 
	border-bottom: 2px solid #003399;
	white-space: nowrap;
}
#Ranking .Oddrow {
	background: #efefef;
}
#Ranking .Evenrow {
	background: #adc6f7;
}
#Ranking tfoot tr th {
	border-top:2px solid #003399; 
}
#Ranking .Spacer {
	width: 10px;
	background: #fff;
	border-top: 0; 
	border-bottom: 0;
}

/**** Updatelog ****/
#Updatelog {
	width:70% ;
	font-size: 10px;
	padding: 0 2em 0 2em;
}
#Updatelog h3 {
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #80a088;
	margin-bottom: 1em;
}
#Updatelog em {
	color: #80a088;
}
#Updatelog p {
	padding-left: 2em;
	padding-bottom: 1em;
}
#Updatelog a {
	text-decoration: underline;
}

/**** Guestbook ****/
#Guestbook {
	width:70% ;
	font-size: 10px;
	padding: 0 2em 0 2em;
}
#Guestbook form {
	color: #003399;
	text-align: left;
	font-size: 10px;
}
#Guestbook div.Message {
	margin-top: 1em;
	padding: 1em 0 1em 0;
	border-top: solid 1px #80a088;
}
/****
.bbsinput {
	border: 3 double #3333cc;
	color: #3333cc;
	background-color: #99ccff;
	font-size: 10px;
}
****/
#Guestbook div.Message p {
	padding-top: 1em;
	margin-left: 2em;
}
#Guestbook div.Message p a {
	text-decoration: underline;
}


