/**************************************************************************************************
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: #333333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ", "ヒラギノ角ゴ Pro W3", Osaka, Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}

*html body {
	font-size: 0.75em;
	background-position: 1px;
}

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;
	font-size: 1%;
	line-height: 1%;
}

.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, a:active,a:visited  {
color: #0033FF;
text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}

/**************************************************************************************************
container
**************************************************************************************************/

#container {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 8px;
	padding-left: 8px;
}

/**************************************************************************************************
header
**************************************************************************************************/

#header {
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #33CCFF;
}
#header h1, #header #logo {
	float: left;
	width: 425px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 37px;
	padding-left: 10px;
}
#headeright {
	float: right;
	width: 400px;
	text-align: right;
	height: 37px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}
#headeright .description {
	line-height: 32px;
	height: 32px;
	color: #666666;
}
#headeright .info {
	line-height: 1%;
	height: 12px;
	font-size: 1%;
}


/**************************************************************************************************
navi
**************************************************************************************************/

#navi {
	height: 40px;
	clear: both;
}
#navi li {
	display: inline-block;
	float: left;
}
#navi li {
	display: inline;
}
#navi li a {
	height: 40px;
	width: 121px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
#navi li a:hover {
	background-position: 0px -40px;
}
#navi li.n01 a {
	background-image: url(../images/navi_01.jpg);
}
#navi li.n02 a {
	background-image: url(../images/navi_02.jpg);
}
#navi li.n03 a {
	background-image: url(../images/navi_03.jpg);
}
#navi li.n04 a {
	background-image: url(../images/navi_04.jpg);
}
#navi li.n05 a {
	background-image: url(../images/navi_05.jpg);
}
#navi li.n06 a{
	background-image: url(../images/navi_06.jpg);
}
#navi li.n07 a{
	background-image: url(../images/navi_07.jpg);
	width: 119px;
}


/**************************************************************************************************
wrapper
**************************************************************************************************/

#wrapper {
}
#topimage {

}
#main {
	padding-top: 15px;
	padding-bottom: 33px;
}
#sidebar {
	width: 206px;
	margin-right: 33px;
}
#content {
	width: 540px;
	margin-right: 33px;
	margin-left: 33px;
}
#pankuzo {
	margin-bottom: 5px;
}


/**************************************************************************************************
footer
**************************************************************************************************/

#footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #33CCFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#copyright {
	font-size: 1%;
	line-height: 11px;
	text-align: center;
	margin-bottom: 5px;
}
.icp {
}
#gotop{
	position: relative;
	overflow: hidden;
	z-index: 99;
	height: 16px;
	width: 119px;
	float: right;
}

/**************************************************************************************************
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;
}
