@charset "Shift_JIS";

/* ----------共通項目------------------------------------------ */

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	background: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}

#page{
	width:854px;  
	margin:0 auto;
	text-align:left;
}

p{
	color: gray; 
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1pt;
	font-family: "ＭＳ Ｐゴシック" ,sans-serif;
	text-align: left;
}

h1{
	display: none; 
}

h2{
	display: none; 
}

h3{
	display: none; 
}

h4{
	display: none;
}

.image{
	border: 4px #CCCCCC double;
	margin: 5px 5px; 
}

.image2{
	border: 4px #CCCCCC solid;
	margin: 5px 5px; 
}

.image3{
	border: 4px white solid;
	margin: 5px 5px; 
}

.image4{
	border: 4px #CCCCCC double;
	margin: 5px 5px; 
}

.image5{
	border: 1px #CCCCCC solid;
}

a { 
	text-decoration: none;
    }

a:link {
	color: #FF6600; 
	} 

a:visited  {
	color: #FF6600; 
	} 

a:hover {
	color: orange; 
	} 



/* ----------ヘッダー ------------------------------------------*/

.header{
	position: static;
	top: 0px;
	width: 854px;
	height: 65px;
}
 
 
 /* ----------タイトル写真------------------------------------------ */
    
.top_image{
	position: static;
	top: 65px;
	width: 854px;
	height: 234px;
	background-color: black;

}

#flash{
	position: relative;
	top: 14px;
	width: 854px;
	height: 203px;
}


/* ----------メニュー ------------------------------------------*/

.menu{
	position: static;
	top: 100px;
	width: 854px;
	height: 35px;
	background-color: white;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

.menu ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
 	}

.menu li { 
	margin: 0px;
	padding: 0px; 
    float: left;
	width: 142px;
	height: 35px;
    }
	
/* ----------iventメニュー ------------------------------------------*/

.menu2{
	position: static;
	top: 0px;
	width: 550px;
	height: 30px;
	background-color: white;
}

.menu2 ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
 	}

.menu2 li { 
	margin: 0px;
	padding: 0px; 
    float: left;
	width: 91px;
	height: 30px;
    }


/* ----------コンテンツ全体------------------------------------------ */

#contaner{
	position: static;
	top: 334px;
	width: 854px;
	background: url(../image/side_bg.gif);
	background-repeat: repeat-y; 
	z-index: 1;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}



/* ----------サイドメニュー------------------------------------------ */

#side_menu{
	position: static;
	top: 0px;
	width: 200px;
	float: left;
	z-index: 2;
}

.side_menu_list{
	position: relative; 
	top: 35px;
	left: 20px;
	width: 160px;
	z-index: 3;
}

.side_menu_list ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
 	}

.side_menu_list li { 
	margin: 0px;
	padding: 0px; 
	width: 160px;
	height: 30px;
    }
    
.side_menu_list a:link{
  	margin: 0px;
  	padding: 0px;
	color: #000000;
  }
  
 .side_menu_list a:visited{
  	margin: 0px;
  	padding: 0px;
  	color: #000000;
  }
  
.side_menu_list a{
  	display: block;
  	background-position:left;
  	width: 160px;
  	height:30px;
  }

.side_menu_list a:hover {
  	background-position: right;
  	color: #000000;
  }



/* ----------本文部分------------------------------------------ */

#content{
	position: static;
	top: 0px;
	left: 200px;
	width: 654px;
	float: right;
	z-index: 2;
	background: white;
}

.content_sentence{
	position: relative; 
	top: 20px;
	left: 55px;
	width: 550px;
	z-index: 5;
}

.sentence{
	position: relative; 
	left: 20px;
	width: 530px;
}

.sentence2{
	position: relative; 
	left: 20px;
	width: 530px;
	border-bottom:1px #cccccc dotted;
}

.sentence3{
	position: relative; 
	left: 20px;
	width: 530px;
	border:4px orange double;
}

.indent_sentence{
	position: relative; 
	left: 40px;
	width: 490px;
}

.sitemap_list dt{
	margin-top: 25px;
	padding: 0px; 
}

.lis_meruma ul{
	list-style-image: url(../community/image/list_aicon_meruma.gif);
}

.lis_meruma li{
	margin-bottom: 4px;
}

.lis_meruma a:hover {
	background-color: #ccffff;
} 

.key {
	color: orange;
}

.me {
	color: blue;
}

.interview_page {
	position: relative; 
	z-index: 3;
}

.interview_page ol {
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
}

.interview_page li {
	margin-left: 20px;
	padding: 0px; 
	float: left;
	font-size: 14px;
}

.interview_page li a { 
	text-decoration: none;
    }

.interview_page li a:link {
	color: #FF6600; 
	} 

.interview_page li a:visited  {
	color: #FF6600; 
	} 

.interview_page li a:hover {
	color: orange; 
	} 


/* ----------リンク先リスト------------------------------------------ */

.seni{
	position: relative;
	top: 5px;
	width: 654px;
	height: 20px;
	z-index: 3;
	background: url(../image/list_bg.gif);
	background-repeat: repeat-x; 
}

.seni ol { 
	margin-left: 5px;
	padding: 0px; 
	list-style-type: none; 
 	}

.seni li { 
	margin: 5px;
	padding: 0px; 
    float: left;
	color: gray; 
	background: url(../image/list_aicon.gif) no-repeat;
	padding-left: 15px;
    }
	
.seni li a { 
	text-decoration: none;
    }

.seni li a:link {
	color: #FF6600; 
	} 

.seni li a:visited  {
	color: #FF6600; 
	} 

.seni li a:hover {
	color: orange; 
	} 


/* ----------フッター------------------------------------------ */

.footer{
	position: static;
	clear: both;
	width: 100%;
	height: 100px;
	background: url(../image/footer_bg.gif);
	background-repeat: repeat-x; 
	z-index: 3;
}


/* ----------クリアフィックス------------------------------------------ */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

