@charset "utf-8";  

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #333;
	font-family: Arial, メイリオ, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
}

a.logo:link { color: #FFFFFF; }
a.logo:visited { color: #FFFFFF; }
a.logo:hover { color: #0085B2; }
a.logo:active { color: #0085B2; }

a:link { color: #0085B2; }
a:visited { color: #0085B2; }
a:hover { color: #FF0000; }
a:active { color: #FF0000; }

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {display: inline-table;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.wrap {
	width: 1000px;
	margin: 0 auto;  
}

#logo {
	width: 1000px;
	margin: 15px auto;  
}

#logo img {
	transition: 0.6s ;
}

#logo img:hover {
	opacity: 0.5 ;
}

#top {
	width: 1000px;
	margin-top: 30px;
}

#top .center {
	text-align: center;
}

#nepal img {
	transition: 0.6s ;
}

#nepal img:hover {
	opacity: 0.5 ;
}

.bar {
	height: 50px;
	background-color: #222;
	margin: 0;
	padding: 0;
}

.bar ul.item {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
}

.bar ul.item li {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0 0 180px;
}

article {
	margin-bottom: 50px;
}

.cap {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 5px;
}

table {
	font-size: 0.75em;
}

.table_txt {
	color: #FFF;
	font-weight: bold;
	background-color: #AAA;
	text-align: center;
}

.table_l {
	width: 494px;
	float: left;
}

.table_r {
	width: 494px;
	float: right;
}

.table_n {
	width: 25px;
	color: #FFF;
	font-weight: bold;
	background-color: #AAA;
	text-align: center;
}

.table_t {
	width: 270px;
	height: 150px;
	padding: 10px 5px;
	border-bottom: 1px solid #AAA;
}

	.table_t.w380 {
		width:380px;
	}

.table_pi {
	height: 75px;
	border-bottom: 1px solid #AAA;
}

#photo {
	clear: both;
}

.photo_list {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: none;
}

.photo_list li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	font-size: 0.75em;
}

.copy {
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0 50px;
}

.return {
	text-align: right;
}

footer {
	height: 150px;
	background-color: #222;
	margin: 0;
	padding: 0;
}
