@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
#container {
	width:100%;
}

#wrap {
	position: relative;
	width:100%;
	
}

#header {
	border-top:#6F5437 20px solid;
  height:100px;
	background-color:#DFDFDF;
}


h1 {
	position:absolute;
	left:10px;
	top:45px;
}


.header_r {
	position:absolute;
	right:10px;
	top:90px;
}

#a {
	width:auto;
	height:600px;
	padding-bottom:50px;
}

#catch {
	text-align:center;
}

#a_under {
	padding-top:30px;
	width:1000px;
	margin:0 auto; 
}

#menu {
	float:left;
	padding-right:165px;
	 overflow: hidden;
	  list-style: none;
}

#menu li {
	float: left;
} 

#menu li a{
	display: block;
}

h2 {
	border-bottom: #999 4px solid;
	width:480px;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px; 
}

#b {
	display: flex;
	padding:50px 0 50px 0;
	margin:0 auto; 
	width:1000px;
	height:500px;
	border-top:#999 1px solid ;
}

#b_left {
	width:480px;
	height:300px;
	border-right: #999 1px solid; 
	height:300px;
	font-family :"游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:300;
	font-size:13px; 
	padding-right:20px;
}

dl {
	font-size:12px;
	line-height:18px;
}

dt {
	color:#CA4D66;
	text-align:left;
	font-weight:bold;
	float:left;
	width:480px;
	display:block;
}
dd {
	color:#666666;
	float:left;
	display:block;
	width:410px;
	padding-bottom:20px;
}

h3 {
	border-bottom: #67C16D 4px solid;
	width:480px; 
	font-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:600;
	font-size:13px; 
}

#b_right {
	padding:0 0 0 20px;
	font-family :"游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:300;
	font-size:13px; 
}

.pajama {
	margin: 30px 0 30px 0;
	display: flex;
}

#b_right a {
	font-family :"游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:300;
	font-size:18px; 
	color:#666;
}

#b_right a:hover {
	color:#000;
}

#footer {
	height:80px;
	background-color:#DFDFDF;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px; 
	text-align:center;
	padding-top:60px;
}


