@charset "utf-8";
/*------------------[ base ]--------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin: auto auto auto auto;
  padding: 0;
  background-color: #ffffff;
  background-image: url(../_img/back_img.png) ;
  background-repeat: repeat-y ;
  background-position: center top ;
  font-size: 12px !important;
  font-family:Arial, sans-serif;
  color: #333333;
}

h1 {
  margin: 0 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

h2 {
  margin: 0 0 0 0;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}


h3 {
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

h4 {
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}


h5 {
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

img{
	border:none;
	vertical-align:top;
}

a {
}

a:link {
  color: #003366;
}

a:visited {
  color: #030000;
}

a:hover {
  color: #DA2128;
text-decoration: none;
}

a:active {
  color: #DA2128;
text-decoration: none;

}


a img {
  border: none;  
}

p {
  font-size: 12px;
  color: #333333;
  text-align: left;
  line-height: 1.5;
}

.p_center {
  font-size: 12px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}

.p_right {
  font-size: 12px;
  color: #333333;
  text-align: right;
  line-height: 1.5;
}

.span_c {
 display:none;
}


/*------------------[outline]--------------------------*/

#content_clear {
 clear :both ;
  margin: 0 auto;
  padding: 0;
  font-size: 1px;
  line-height:0;
}

/*------------------[header]--------------------------*/

#header {
 margin: 0 auto 0 auto;
 padding:0 0 0 0;
 width: 1000px ;
}

#menu {
 margin: 0 ;
 padding:0;
 width: 726px ;
 height: 57px ;
 float:left
}

#name {
 margin: 0 ;
 padding:0 ;
 width: 274px ;
 height: 57px ;
 text-align:right;
 float:left
}

#header_hr {
 margin: 0;
 padding:0;
 width: 1000px ;
 height: 1px ;
 background: url(../_img/hr_red.png) no-repeat ;
 overflow:hidden;
}



/*------------------[navi]--------------------------*/

#navi {
	margin: 0 0 0 1px;
	padding: 0px;
	height: 57px;
}

/*--------------------*/
.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* End hide from IE-mac */

/*--------------------*/


/*------------------[body]--------------------------*/

#main_body {
 margin: 0 auto 0 auto ;
 padding:0 0 0 0;
 width: 1000px ;
}

/*------------------[contents]--------------------------*/



/*------------------[subnavi]--------------------------*/

/*------------------[footer]--------------------------*/

#footer {
 margin: 0 auto 0 auto;
 padding:0 0 0 0;
 width: 1000px ;
}

#subnavi_left{
 margin: 20px 0 0 0;
 padding: 0;
 width:500px;
 height:20px;
 float:left;
}

#left_menu{
 margin: 0 0 0 10px;
 padding-left:22px;
 width:468px;
 height:20px;
 background: url(../_img/link_index1_1.gif) no-repeat ;
 background-position: left center ;
 text-align:left;
 vertical-align:middle;
}

#left_menu p{
 font-size: 12px;
 color: #333333;
 text-align:left;
 line-height:20px;
}

#subnavi_right{
 margin: 20px 0 0 0;
 padding: 0;
 width:500px;
 height:20px;
 float:left;
}

#right_menu{
 margin: 0 10px 0 0;
 padding:0;
 width:490px;
 height:20px;
 text-align:right;
 vertical-align:middle;
}


#footer_left{
 margin: 2px 0 0 0 ;
 padding: 0;
 width:500px;
 height:34px;
 float:left;
}

#footer_left_menu{
 margin: 0 0 0 5px;
 padding:0;
 width:495px;
 height:34px;
 text-align:left;
 vertical-align:middle;
}

#footer_right{
 margin: 2px 0 0 0;
 padding: 0;
 width:500px;
 height:34px;
 float:left;
}

#footer_right_menu{
 margin: 0 5px 0 0;
 padding:0;
 width:495px;
 height:34px;
 text-align:right;
 vertical-align:middle;
}

#footer_right_menu p{
 font-size: 12px;
 color: #333333;
 text-align:right;
 line-height:34px;
}
