/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #666;
	background-image: url(../images/btm_wall.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

#nushi {background-image: url(../images/btm_wall_nushi.png);}

#top {
	background-image: none;
}

#other {background-image: url(../images/btm_wall_other.png);}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1{
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 800px;
	}
	
h2{
	font-size: 1.3em;
	line-height: normal;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	/*
	height: 24px;
	*/
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1.5pt;
	border-bottom-color: #FFE500;
	padding: 5px;
	font-weight: normal;
	}
	
#nushi h2{
	font-size: 1.3em;
	line-height: normal;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 24px;
	width: 800px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1.5pt;
	border-bottom-color: #31C7FF;
	}

	
#nushi h2.bold{
	font-size: 1.4em;
	line-height: normal;
	background-image: url(../images/h2_wall_nushi.png);
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	width: 770px;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

#other h2{
	font-size: 1em;
	line-height: normal;
	background-image: url(../images/h2_wall_other.png);
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	width: 770px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
h3{
	border: 3px solid #FFE500;
	font-size: 1em;
	padding: 5px;
	line-height: normal;
	font-weight: normal;	
	}

#nushi h3{
	border: 3px solid #31c7ff;
	font-size: 1em;
	padding: 5px;
	line-height: normal;
	font-weight: normal;
	}

#other h3{
	border: 3px solid #e5e0da;
	font-size: 1em;
	padding: 5px;
	line-height: normal;
	font-weight: normal;
	margin-top: 3em;
	}
	
h4, h5, h6 {
 
}

p{	line-height: 1.5em;
	color: #666;
	 }

p.lead{
	line-height: 2.5em;
	color: #666;
	 }

a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #42413C;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

.header {
	background-color: #ADB96E;
}


.menu {
	float: left;
	width: 258px;
	padding-bottom: 0px;
	background-image: url(../images/menu/menu_wall.png);
	background-repeat: repeat-y;
	text-align: center;
}
.content {
	width: 800px;
	float: left;
	padding: 0px;
	margin-left: 42px;
}

article{
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	/*padding: 0 15px 15px 40px; */
}


ul.nav {
	list-style: none;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.nav li {
	margin: 0px;
	padding: 0px;
	height: 80px;
}

ul.nav li.sub{
	margin: 0px;
	padding: 0px;
	height: 50px;
}
ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.submenu{
	height: 40px;
	width: 800px;
	font-size: 1.1em;
	}

.submenu > .fltrt {  
	float: right;
	margin-left: 8px;
	margin-top: 7px;
}
.submenu > .fltlft {
	float: left;
	margin-right: 8px;
	margin-top: 15px;
}

/* ~~ フッター ~~ */
footer {
	padding: 0;
	text-align: right;
	font-size: 0.8em;
	color: #666;
	margin-top: 100px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear {clear:both}

.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.point_txt{
	color: #B5A300;
}

.indent{
	line-height: 1.2em;
	color: #666;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
	}

.pdf_link {
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* css_btn
--------------------------------------------- */

.rbt a {
	width: 181px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/work_rbt.png);
	background-repeat: no-repeat;
}

.rbt a:hover {
    background-position: 0 -37px;
}

.rbt02 a {
	width: 181px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/work_rbt02.png);
	background-repeat: no-repeat;
}

.rbt02 a:hover {
    background-position: 0 -37px;
}

.rbt_creator a {
	width: 181px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/creator_rbt.png);
	background-repeat: no-repeat;
}

.rbt_creator a:hover {
    background-position: 0 -37px;
}

/* ■■ youkou ■■ */ 

#youkou dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.2em;
	background-image: url(../images/dt_atama.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#youkou dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.5em;
	}

#youkou ul{
	padding-left: 20px;
	margin-bottom: 2em;
	}
	
/* ■■ shinsa ■■ */ 	
table.shinsa{	}

table.shinsa img{
	 margin:5px}

/* ■■ history ■■ */ 
#history .ar {
	background-image: url(../images/ar02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 17px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 0.9em;
	float: left;
	width: 170px;
	margin-right: 10px;
}

#history .ar a:link{
	color: #000;
	}
#history .ar a:hover{
	color: #0074c1;
	text-decoration: underline;
	}
#history .ar a:visited{
	color: #000;
	}
#history .ar a:active{
	color: #0074c1;
	text-decoration: underline;
	}

/* ■■ work ■■ */ 
#work .senpyou_hako{
	padding: 15px;
	border: 1px solid #666666;
	margin-bottom: 30px;
	background-color: #fafafa;
	line-height: 1.5em;
	font-size: 1em;
	}

#work .senpyou_hako h4{
	margin-top: -5px;
	font-size: 1.2em;
	font-weight: normal;
	}


#work .workimg img{
	margin-bottom:20px}


/* ■■ present　entry ■■ */ 

#nushi .contbox{
	background-color: #FFFFFF;
	} 

#nushi .contbox > .title{
	color: #006A93;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

#nushi .point{
	color: #006A93;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#nushi dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.2em;
	background-image: url(../images/dt_atama_nushi.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#nushi dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.5em;
	}

#nushi ul.gaiyou{
	padding-left: 20px;
	margin-bottom: 2em;
	}

/* ■■ creator  ■■ */ 

#creator .contbox{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2em;
	}

#creator .contbox img{
	margin:0 10px}


/* ■■ koukokunushi ■■ */ 

#koukokunushi .contbox{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#koukokunushi .contbox img{
	margin:0 10px}

/* ■■ other ■■ */ 
#other .point_txt{
	color: #333333;
	}



/* ■■ top ■■ */ 

#top .contbox{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2em;
	}

#top .contbox img{
	margin:0 10px}


h3.news{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.5em;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

#news{
	background-color: #f4f3f3;
	padding: 15px;
	margin-top: 5px;
	}

#news dl{
	font-weight : normal;
}

#news dt{
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	width : 120px;
	float : left;/* 左に寄せる */
	clear : both;/* フロートの解除 */
}

#news dd{
	padding: 10px;
}
