@charset "shift_jis";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:กษ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}


img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
}

/********************/
/********************/

body {
    color: #333333;
	font-size: 14px;
	font-family: "CI","Meiryo",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	text-align: center;
	line-height: 1.5;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
	color: #C33;
	text-decoration: underline;
}

a:hover {
	color: #996633;
	text-decoration: none;
}


a:active {
	color: #996600;
	text-decoration: underline;
}


h1 {
	position: absolute;
	left: 0;
	top: 35px;
}


/**************/
/***** ID *****/
/**************/
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#header {
	width: 100%;
	background: url(../images/header_back.gif) 0 0 repeat-x;
}


#headerIn {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background: url(../images/header.gif) 0 0 no-repeat;
}


#engBtn {
	position: absolute;
	right: 0;
	top: 2px;
}


*html #engBtn {
	top: -5px;
}


*:first-child+html #engBtn {
	top: -5px;
}


/*****************/
/***** CLASS *****/
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.marT5 {
	margin-top: 5px;
}


.marT10 {
	margin-top: 10px;
}


.marT15 {
	margin-top: 15px;
}


.marT20 {
	margin-top: 20px;
}


.marT30 {
	margin-top: 30px;
}


.marB2 {
	margin-bottom: 2px;
}


.marB5 {
	margin-bottom: 5px;
}


.marB10 {
	margin-bottom: 10px;
}


.marB15 {
	margin-bottom: 15px;
}


.marB20 {
	margin-bottom: 20px;
}


.marB25 {
	margin-bottom: 25px;
}


.marB30 {
	margin-bottom: 30px;
}


.marB40 {
	margin-bottom: 40px;
}


.marR20 {
	margin-right: 20px;
}


.marL20 {
	margin-left: 20px;
}


.windowIcon{
    margin-right: 2px;
	padding-right: 15px;
	background: url(../images/window_icon.gif) 100% 0.3em no-repeat;
}


.windowIcon2 {
	margin-right: 2px;
	padding-right: 15px;
	background: url(../images/window_icon.gif) 100% 0.2em no-repeat;
}


.figureL {
	margin-right: 10px;
	float: left;
}


.figureR {
	margin-left: 10px;
	float: right;
}


.fontS {
	font-size: 12px;
}


.fontSS {
	font-size: 11px;
}


.fontL {
	font-size: 15px;
}


.fontLL {
	font-size: 16px;
}


.imgFrame {
	padding: 1px;
	background-color: #fff;
	border: #ccc 1px solid;
}


.bold {
	font-weight: bold;
}


.red {
	color: #cc0000;
}


.center {
	text-align: center;
}


.right {
	text-align: right;
}