body {
/*	background-color: #FFE545; */
	font-family:Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin:0px;
}
html {
	color:#333;
	font-size: 13px;
	line-height: 1.4;
}
.address{
	text-align: left;
	font-size: 13px;
}

/*各ブロックごとの設定------------------*/
/*wrapper-------------------------------*/
.mainwrapper {
	width: 940px;
	margin: 0 auto;
	padding-top: 1%;
}
.wrapper0{
	width: 100%;
	margin-bottom: 1%;
}
.wrapper1{
	width: 30%;
	float: left;
}
.wrapper2{
	width: 70%;
	float: right;
	position: relative;
	top: 50%;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
/*header--------------------------------*/
#header_logo{
	float:left;
	width:60%;
}

#header_tel{
	background-color: #FFF6C2;
	width:30%;
	float:right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	text-align: center;
}
.logo{
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	text-shadow: 1px 1px 3px #AAAAAA;
}
.logo0{
	color: #555555;
	font-size: 12px;
	text-shadow: 1px 1px 3px #AAAAAA;
}
.tel{
	color: #ff0000;
	font-size: 16px;
}
.clear{
	clear: both;
}
img.img100{
	width: 100%;
	height: auto;
}
img.img100_12{
		width: 100%;
		height: auto;
		margin: 12px 0;
}
.red{
		color: #ff0000;
}
.sent10{
	font-size: 10px;
}
.sent14{
	font-size: 14px;
}
.sent16{
	font-size: 16px;
}
.column{
	margin-bottom: 16px;
	padding: 6px 0px 0px 16px;
}
.column0{
	width: 17%;
	margin-bottom: 4px;
	padding: 4px;
/* box-shadow */
box-shadow:2px 2px 6px 1px #f0f0f0;
-moz-box-shadow:2px 2px 6px 1px #f0f0f0;
-webkit-box-shadow:2px 2px 6px 1px #f0f0f0;

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/* border */
border:1px solid #9c9c9c;
}
.column1{
	margin-left: 48%;
	width: 15%;
	margin-bottom: 4px;
	padding: 4px;
/* box-shadow */
box-shadow:2px 2px 6px 1px #f0f0f0;
-moz-box-shadow:2px 2px 6px 1px #f0f0f0;
-webkit-box-shadow:2px 2px 6px 1px #f0f0f0;

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/* border */
border:1px solid #9c9c9c;
}
.head1{
	font-size:16px;
	font-weight: bold;
	background-color: #FFF6C2;
	border-left:8px solid #666;
	border-bottom:1px solid #666;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}






/*globalnavi----------------------------*/
#globalnavi{
	background-color: #B8A846;
	padding: 8px;
	font-size:16px;
	text-align:center;
	text-decoration: underline;
} 
#globalnavi ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#globalnavi li{
	display: table-cell;
	vertical-align: middle;
}
}
#globalnavi a{

}
#globalnavi a:hover{
	color:#CCCCCC;
}

/*l_navi--------------------------------*/
#l_navi {
	width: 200px;
	float: left;
}
#l_navi li {
	padding: 6px 0px 0px 16px;
}

		#l_navi a {

			display: block;
			width: 180;
			color: #333333;
			text-decoration: none;
		}

		#l_navi a:hover {
			color: #FF0000;
			background-image: none;
			background-color: transparent;
		}
		.navi_h1d{
			font-size:16px;
			font-weight: bold;
	    border-left:7px solid #666;  
	    border-bottom:1px dashed #666;  
	    padding:.1em .3em;
			margin-top:30px;
		}

		.navi_h2{
			font-size:16px;
			margin-bottom: 8px;
		}

		.navi_text {
			padding-left:5px;
			font-size:12px;
		}

/*r_contents----------------------------*/
#r_contents {
	float: right;
	margin-left:30px;
	width: 700px;
}

/*footermenu----------------------------*/
		#footer {
			clear:both;
			background-repeat:repeat-x;
			text-align:center;
			color:#FFE545;
			font-size:12px;
			width:100%;
		}

		#footer ul{
			text-align: center;
		}

		#footer li{
			font-size: 12px;
			display: inline;
			list-style: none;
			padding-right:5px;
			border-right: 1px solid #FFE545;
			padding-left: 5px;
		}

		#footer a {
			color:#FFE545;
			text-decoration:none;
		}

		#footer a:link,visited,active {
			color:#555555;
		}

		#footer a:hover {
			color:#63AEE8;
		}

		.footer_left_line {
			padding-left: 5px;			
			border-left: 1px solid #555555;
		}	

		.footer_dec {
			width:100%;
			color:#555555;
			background-color: #FFE545;	
		}

/*各ブロックごとの設定終了--------------*/



/*その他設定----------------------------*/

		dl.update-info {
			margin-top:12px;
			height				: 250px;
			overflow			: auto;
			border: 1px solid #bbb;
		}

		dt.update-info {
			margin				: 3px 0 0 9px;
			padding				: 3px 0 0 0;
			font-size			: 12px;
			text-decoration		: none;
			font-style			: normal;
			font-weight			: bold;
			color:black;
		}
		dd.update-info  {
			margin				: 0 0 3px 9px;
			padding				: 0 0 6px 10px;
			font-size			: 12px;
			text-decoration		: none;
			font-style			: normal;
			font-weight			: normal;
			color:black;
			border-bottom-width	: 1px;
			border-bottom-style	: dotted;
		}


		.topicpath{
			margin-top:5px;
			margin-bottom:5px;
			font-size: 11px;
		}

		.topicpath ul li {
		    display: inline;
		    list-style-type: none;
		}

		.topicpath ul li a {
				color: #333;
		    background-image: url(../images/topicpath.gif);
		    background-position: center right;
		    background-repeat: no-repeat;
		    padding-right: 10px;
				zoom:1;
		}

		.drconbox {
			margin-top:40px;
			margin-bottom:25px;
			margin-left:15px;
		}
/*ここからスマートフォン用（480px以下）環境の設定*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
	.mainwrapper {
		width: 100%;
	}
	.wrapper0{
		width: 100%;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		margin-bottom: 10%;
	}
	#header_logo{
		float:none;
		width:100%;
	}

	#header_tel{
		width:100%;
		float:none;
		margin-top: 1%;
	}
	.logo{
		color: #555555;
		font-size: 10px;
		line-height: 13px;
		text-shadow: 1px 1px 3px #AAAAAA;
	}
	.logo0{
		font-size: 9px;
	}
	#globalnavi{
		padding: 8px;
		font-size:13px;
	}
	#globalnavi li{
		display:block;
	}
	#r_contents{
		float:none;
		width:100%;
		margin-left:0;
	}
	#l_navi{
		width:100%;
		float:none;
	}
	.head1 {
    font-size: 13px;
	}
	.column {
		margin-bottom:5%;
		padding-left: 2%;
	}
	.column0 {
		width: 96%;
	}
	.wrapper1{
		width: 100%;
		float: none;
	}
	.wrapper2{
		width: 100%;
	float: none;
	position: inherit;
	top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
}
