/**************************************************************************************************
INITIAL SETTINGS　日本語文字化けテスト
**************************************************************************************************/

h1, h2, h3, h4, h5, h6 { 
margin: 0px;
padding: 0px;
font-size: 1em;
font-weight: normal;
line-height: 1em;
}

ul, ol, li  {
margin: 0px;
padding: 0px;
list-style: none;
/*line-height: 1;*/
}

dl, dt, dd {
margin: 0px;
padding: 0px;
font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
margin: 0px;
padding: 0px;
}

fieldset, a img {
border: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

table, th, td, th {
margin: 0px;
padding: 0px;
font-weight: normal;
}

p, pre, address, blockquote, caption, cite, code {
margin: 0px;
padding: 0px;
}

pre, code {
/*font-size: 11px;*/
font-weight: normal;
font-style: normal;
}


/**************************************************************************************************
GENERAL
**************************************************************************************************/

body{
	margin:0px;
	padding:0px;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
	font-size: 12px;
	font-family: "宋体";
	background-color: #000000;
}

*html body {
	font-size: 0.75em;
}

hr, .nodisp{
display:none;
}

img{
	border:none;
	vertical-align: bottom;
}

/**************************************************************************************************
GLOBAL CLASS
**************************************************************************************************/


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/

.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}

.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:.;
line-height:0;
}

.clearfix{
display:inline-table;
min-height:1%;
}

/* FOR MAC IE */
* html .clearfix{
height:1%;
}

.clearfix{
display: block;
}
/* END OF FOR MAC IE */


/**************************************************************************************************
TEXT DECORATION
**************************************************************************************************/

.fontSmall { font-size: 80%;}


/*LINK DECORATION*/
a {
text-decoration: none;
}
a:link {
color: #003399;
text-decoration: underline;
}
a:visited {
color: #003399;
text-decoration: underline;
}
a:hover {
	color: #319BF2;
	text-decoration: none;
}
a:active {
text-decoration: underline;
color: #003399;
}

/**************************************************************************************************
container
**************************************************************************************************/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/**************************************************************************************************
header
**************************************************************************************************/

#header {
	background-color: #993366;
	height: 65px;
	width: 100%;
}
#header h1 {
	float: left;
	width: 100px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 37px;
	line-height: 37px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#logo {
	float: left;
	width: 100px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 37px;
	line-height: 37px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#headeright {
	float: right;
	width: 780px;
	text-align: right;
}
#headeright .textName {
	text-align: right;
	margin-right: 10px;
	line-height: 28px;
	height: 28px;
}


/**************************************************************************************************
navi
**************************************************************************************************/

#navi ul {
	height: 37px;
	width: 780px;
	background-image: url(../../images/navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi li {
	display: inline-block;
	float: left;
}
#navi li {
	display: inline;
}
#navi li a {
	height: 37px;
	width: 109px;
}


/**************************************************************************************************
wrapper
**************************************************************************************************/

#wrapper {
}
#topimage {
	width: 880px;
	margin: 10px;
}
#content {
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}
#pankuzo {
	margin-bottom: 5px;
}


/**************************************************************************************************
footer
**************************************************************************************************/

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AE285A;
	width: 900px;
	background-color: #666666;
	clear: both;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow:hidden;
}
#footer dl{
	width:386px;
	padding-right:50px;
	padding-left:464px;
}
#footer dt{
	width:164px;
	padding-left:222px;
	padding-bottom:10px;
	clear:both;
}
#footer dd{
	width:386px;
	clear:both;
}
#copyright {
	text-align: center;
	width: 100%;
	font-size: 1%;
	line-height: 1%;
	margin-bottom: 10px;
}
#copyright img {
	margin-right: 5px;
	margin-left: 5px;
}
#icp{
	color:#FFFFFF;
	text-align: center;
	margin: 0px;
	line-height: 100%;
	}
#gotop,#btnGo{
	clear:both;
    text-align: right;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#btnGo{
	padding-right:0;
	padding-bottom:30px;
}

/**************************************************************************************************
inline
**************************************************************************************************/

.inline {
	display: inline-block;
	float: left;
}
.inline-r {
	display: inline-block;
	float: right;
}
.inline, .inline-r {
	display: inline;
}
.alpha {
	padding: 0px;
}
.omega {
	margin: 0px;
}
.center {
	text-align: center;
}

