*{
	padding:0;
	margin:0;
}

.pt_10 {	padding-top:10px;}
.pb_10 {	padding-bottom:10px;}

#all-box {
	width:900px;
	margin:5px auto;
}

#top-box {
	text-align:left;
	margin:20 0px;
}



#header-box h3 {
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 3px #000;
}





#header-box {
	position:relative;
	margin-bottom:10px; 
}




#menu-box {
	float:left;
	width:200px;
	padding:10px 0;
}

#main-box {
	float:left;
	padding:10px;
	width: 480px;
}

#right-box {
	float: right;
	width:200px;
	padding:10px 0;
}

#bottom-box {
	clear:both;
	width:900px;
	height: 100px;
	font-size:12px;
	padding:10px;
	text-align:center;
}

h1{
	font-weight:normal;
	font-size:11px;
	font-color:#333
}

h2{
	font-weight:normal;
	font-size:14px;
}

h3.title00 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

p{
	font-size:13px;
	line-height:20px;
	text-align: justify;
	text-justify: distribute;
}

a { 
	text-decoration: none;
	outline: none;
	color:#666;
}

a:hover { 
	color:#999;
}

.category{
	font-size:13px;
}

.box {
	margin: 0px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.box h5 {
	font-size: 1em;
	line-height: 100%;
}

.box h6 {
	font-size: .8em;
	padding: 5px;
	margin-bottom: 5px;
	color:#fff;
	background: rgba(250,128,130,.8);
	text-align: center;
}

.box h5 small {
	font-size: 75%;
}

.box p {
	font-size: .75em;
	line-height: 120%;
}

.fl_left {
	clear: both;
	float: left;
	width: auto;
}

.fl_right{
	float: right;
	width: 65%;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.m_left {
	margin-left: 20px;
}

/* ========= スペース ======== */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h5 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h15 { clear: both; width:100%; height: 15px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h70 { clear: both; width:100%; height: 70px; }
.cleaner_h80 { clear: both; width:100%; height: 80px; }
.cleaner_h90 { clear: both; width:100%; height: 90px; }
.cleaner_h100 { clear: both; width:100%; height: 100px; }
.cleaner_h150 { clear: both; width:100%; height: 150px; }
.cleaner_h200 { clear: both; width:100%; height: 200px; }

.cleaner_underbar { clear: both; margin: 0 0 10px 0; width:100%; border-bottom: 1px dotted #666; }
.cleaner_underbar_pract { clear: both; margin: 0 0 5px 0; width:100%; border-bottom: 1px solid #666; }
.cleaner_h10_underbar { clear: both; margin: 0 0 10px 0; width:100%; height: 10px; border-bottom: 1px dotted #666; }
.cleaner_h20_underbar { clear: both; margin: 0 0 10px 0; width:100%; height: 20px; border-bottom: 1px dotted #666; }

/*  ---- ボタン ---- */
/* ---- 共通css --*/
.button {
	display: inline-block;
	padding: 5px 30px;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	text-shadow: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ---- 共通css --*/
.button_150 {
	display: inline-block;
	padding: 5px 30px;
	width: 180px;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	text-shadow: none;
}

.button_150::before,
.button_150::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_150,
.button_150::before,
.button_150::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*ボタンアクション１ */
.button1 {
	background-color: #013C73;
	color: #fff;
}
.button1:hover {
	background-color: #025AA8;
	color: #fff;
}

/*ボタンアクション2 */
.button2 {
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #fff;
	color: #fff;
	line-height: 25px;
}
.button2:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #fff;
}

/*ボタンアクションPDF */
.button_pdf {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #578A3D;
	color: #578A3D;
	line-height: 15px;
	margin-bottom: 2px;
}
.button_pdf:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #578A3D;
}

/*ボタンアクション_china */
.button_china {
	float: right;
	background: url(img/china_flag.jpg) no-repeat 5px center #fff;
	color: #333;
	border: 1px solid #f00;
	margin-top:10px;
}
.button_china:hover {
	background: none;
	background-color: #f00;
	color: white;
}

/*フェイスブックボックス*/
.fb_box {
	padding: 10px;
	width: auto;
	height: 80px;
	background: url(img/banner_fb01.jpg) no-repeat right center #315096;
	color: #fff;
	border: 1px solid #ccc;
}

.fb_box h2 {
	padding-left: 60px;
	font-size: 18px;
	font-weight:600;
	line-height: 25px;
	background: url(img/logo_fb.jpg) no-repeat left center;
}

.topic {
	padding: 10px 0;
	background: url(img/bg_topic01.png) no-repeat left top;
	border: 1px solid #ccc;
}

.topic p{
	font-size: 12px;
	line-height: 14px;
	margin: 5px 10px;
}

/* ブログボックス */
.blog_box table {
	width: 100%;
	display: inline-block;
	border-collapse: collapse;
	border-spacing: 0;
}

.blog_box td {
	width: 160px;
	height: 150px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
}

.blog_box td img {
	width: 95%;
	height: 95%;
	border: 1px solid #ccc;
	border-radius: 18px;
}

/*右カラム*/
.sad {
	padding: 10px;
	background: url(img/bg_sad.jpg) no-repeat left bottom;
	height: 300px;
	border: 1px solid #ccc;
}

.sad h1 {
	font-size: 15px;
	font-weight: 600;
	color: #578A3D;
	text-align: center;
	line-height: 19px;
}

.sad h1 span{
	font-size: 14px;
}

.sad p {
	margin-top: 10px;
	width: auto;
	font-size: 11px;
	line-height: 13px;
	text-shadow: 2px 2px 2px #fff;  
}
    
.sad a {
	font-size: 11px;
	color: #578A3D;
}

.topic {
	margin-top:269px;
	padding: 10px 0;
	background: url(img/bg_topic01.png) no-repeat left top;
	border: 1px solid #ccc;
}

.topic p{
	font-size: 12px;
	line-height: 14px;
	margin: 5px 10px;
}

.wrap_tb {
	position:relative;
}

.btn_tt{
	width:144px;
	height:21px;
	position:absolute;
	top:40px;
	left: 31px;
	}
	
.btn_to{
	width:140px;
	height:21px;
	position:absolute;
	top:73px;
	left: 31px;
	}
	
	
    
