@charset "UTF-8";
@import url("contents.css");

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

body {
	margin:auto;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "メイリオ",sans-serif;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.6em;
	background-color:#eee;
}


/* HTML5 未対応用 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

/* リセット */
p,ul,ol,li,dl,dt,dd,form,input,img {
	margin: 0;
	padding: 0;
}
img,fieldset { border: 0; }
ol,ul { list-style: none; }
address {
	font-style: normal;
	font-weight: normal;
}

/* テーブル */
table {
	font-size: 100%;
	line-height: 150%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight:normal;
}

/*  */

a {
	color:#1a1a1a;
	text-decoration:none;
	filter: Alpha(opacity=100);
	opacity:1.0;
}

a:hover{
	filter: Alpha(opacity=60);
	opacity:0.70;
	
}

hr {
	margin:20px 0px;
}

.clear { clear: both; }


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

--------------------------------------------------------------*/
#wrap{
	width:1320px;
	margin:0 auto;
	-webkit-box-shadow: 0px 2px 8px 0 #1a1a1a;
	-moz-box-shadow: 0px 2px 8px 0 #1a1a1a;
	box-shadow: 0px 2px 8px 0 #1a1a1a;
	background: #fff;
}

#wrap_plan{
	width:594px;
	margin:0 auto;
	-webkit-box-shadow: 0px 2px 8px 0 #1a1a1a;
	-moz-box-shadow: 0px 2px 8px 0 #1a1a1a;
	box-shadow: 0px 2px 8px 0 #1a1a1a;
	background: #fff;
}



/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header {
	width:1320px;
	height:180px;
}

header h1,h2 {
	display:inline;
}

#header_box1 {
	width:1280px;
	height:20px;
	padding:10px 20px;
	background-color:#1a1a1a;
	color:#fff;
}

#header_box1 .ttlArea {
	float:left;
}
	
#header_box1 .infoArea {
	float:right;
}


#header_box2 {
	width:1280px;
	height:71px;	
	margin:0 20px;
	padding:12px 0px;
}


#header_box2 .ttlArea {
	float:left;
}

#header_box2 .menuArea {
	float:right;
}


#header_box3 {
	width:1280px;
	height:20px;
	margin:0 20px;
	padding:10px 0px;
	border-top: solid 4px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;	
}

#menu1 {
	float:right;
}

#menu1 li {
	float:left;
	margin-left:20px;
}

#menu2 li {
	float:left;
	padding:0 15px;
	border-left:solid 1px #1a1a1a;
	font-size:14px;
	font-weight:bold;
}

#menu2 li.start {
	border:none;
}
	
/*--------------------------------------------------------------
container
--------------------------------------------------------------*/


#container {
	width:1280px;
	margin:0px 20px;
	overflow:hidden;
}

#contents1 {
	float:left;
	width:640px;
	overflow:hidden;	
}

#sidebar {
	float:right;
	width:300px;
	overflow:hidden;
}

section {
	border-top:4px solid #1a1a1a;
	margin-top:20px;
	overflow:hidden;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", sans-serif;
}

section h3 {
	margin:6px 0px 12px;
	font-size:16px;
	font-weight:bold;
}

section .t_comment {
	height:440px;
}
/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer {
	width:1320px;
	height:200px;
	margin-top:40px;
	color:#fff;
	background-color:#1a1a1a;
}

#footer_box1 {
	float:left;
	margin:38px 0px 0px 20px;
}

#footer_box2 {
	float:left;
	margin:38px 0px 0px 80px;
}

#footer_box3 {
	float:right;
	margin:29px 20px 0px 0px;
	text-align:right;
}

footer a {
	color:#fff;
}

.footer_menu {
	border-left:1px solid #fff;
}

.footer_menu li{
	margin-left:20px;
	line-height:1.8em;
}

/*--------------------------------------------------------------
20150701  hayasaka
--------------------------------------------------------------*/
#menu1_under {
	text-align: left;
        margin-left: 20px;
	padding-top: 40px;
}
#topic .img_box {
	float: left;
}
#topic .img_box.left_top{
	margin: 0 20px 10px 0;
}
#topic .img_box img{
  	border: 1px solid #ccc;
  	display: block;
}
#topic .txt_box h4{
	font-size: 14px;
	margin-bottom: 10px;
}
#topic .txt_box p{
	line-height: 1.8;
	margin-bottom: 1em;
}
.sponsor_ul li{
	float: left;
	width: 227px;
	margin-right: 17.3px;
	margin-bottom: 20px;
}
.sponsor_ul li:last-child{
	margin-right: 0;
}
.sponsor_ul li a:hover{
	text-decoration: underline;
}
.sponsor_txt dt{
	font-size: 14px;
	line-height: 2;
}
.sponsor_logo{
	border: 1px solid #ccc;
}	

/*--------------------------------------------------------------
20150805  yonamine
--------------------------------------------------------------*/
h5{
   float: right;
   margin-right:10px
}

dev.detail{
           float:right;
	   width:100px
}

/*--------------------------------------------------------------
20160420  ikeshiro
--------------------------------------------------------------*/
.corp_info_head{
		font-size:150%;
		border-left:10px #87cefa solid;
		padding-left:5px;
		margin-top:40px;
		margin-bottom:10px;

}

.corp_photo1{
	      margin-top:70px 
}

.corp_photo2{
	      margin-top:40px 
}

.map_head{
	  font-size:150%;
          border-left:10px #87cefa solid;
	  padding-left:5px;
	  margin-top:40px ;
	  margin-bottom:10px;	  
}

table.corp_info tbody th{
			 font-size:130%;
			 width: 130px;
			 vertical-align: middle;
                         padding: 10px;
                         height: 15px;
                         font-weight: normal;
			 background:#fff0f5;
}

table.corp_info tbody td{
			font-size:130%;
			 width: 400px;
    		　　　　　padding: 2px;
   			height: 15px;
			padding:10px;
			line-height: 30px;
}

#sidemenu{
	margin-bottom: 20px;
}
#sidemenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidemenu ul li{
//	height: 25px;
	padding: 0px;
	margin: 0px;
	list-style: none;
//	background-image: url('img/sidebk.png');
//	padding-top: 5px;
//	padding-left: 25px;
}
#side1 a{
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -999999px;	
	background-image: url('img/200x30_btn1.png');
	margin-bottom: 10px;
}
#side2 a{
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -999999px;		
	background-image: url('img/200x30_btn2.png');
	margin-bottom: 10px;
}
#side3 a{
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -999999px;	
	background-image: url('img/200x30_btn3.png');
	margin-bottom: 10px;
}
#side4 a{
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -999999px;	
	background-image: url('img/200x30_btn4.png');
	margin-bottom: 10px;	
}


#main h3{
	border-top: 1px solid #009966;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left{
	float: left;
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}


/*********************************
20160610 shimizu
**********************************/
#sidebar-left {
	width:300px;
	float:left;
	margin-right:20px;
}

