@charset "UTF-8";

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button {font:99% arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
h1,h2,h3 {margin:0; padding:0;}
h4,h5,h6 {font-size:100%;}
div{word-wrap:break-word;}

body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	line-height: 1.6;
	background: url(../images/bg.gif);
	}

#header div {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 300px;
	color: #fff;
	text-align: left;
	}

#header div p {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	padding-left: 10px;
	}

#header div h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 10px;
	width: 980px;
	font-size: 150%;
	}

#content {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	text-align: left;
	}

#subArea {
	float: left;
	padding: 10px;
	width: 250px;
	}

#mainArea {
	float: right;
	padding: 10px 20px 10px 10px;
	width: 690px;
	}

#subArea h2,
#mainArea h2,
#footer {
	position: relative;
	margin-bottom: 1px;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	background: #BDBDBD;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BDBDBD), to(#878787));
	background: -webkit-linear-gradient(#BDBDBD, #878787);
	background: -moz-linear-gradient(#BDBDBD, #878787);
	background: -ms-linear-gradient(#BDBDBD, #878787);
	background: -o-linear-gradient(#BDBDBD, #878787);
	background: linear-gradient(#BDBDBD, #878787);
	-pie-background: linear-gradient(#BDBDBD, #878787);
	behavior: url(http://www.ourhimalayas.com/css/js/PIE.htc);
	}

#subArea ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subArea li {
	display: block;
	zoom: 1;
	margin-bottom: 1px;
	}

#subArea li a {
	display: block;
	zoom: 1;
	padding: 10px 10px 10px 26px;
	text-decoration: none;
	background: #fff url(../images/icon.png) 4px 12px no-repeat;
	color: #333;
	}
#subArea li a:hover {
	background-color: #eee;
	}

#mainArea h2 {
	padding-bottom: 5px;
	border-bottom: 4px solid;
	}

#mainArea h3 {
	padding-left: 10px;
	border-left: 10px solid;
	}

#footer {
	margin: 0 auto;
	padding: 10px;
	width: 980px;
	font-weight: normal;
	text-align: center;
	}



/* ----------------------------------------------------
　clearfix
---------------------------------------------------- */
.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
	}
.clearfix {
	display: block;
	zoom: 1;
	}
* html .clearfix {
	display: inline-block;
	height: 1%;
	}



/* ----------------------------------------------------
　SP Style
---------------------------------------------------- */

@media screen and (max-width: 768px) {
	/**/
	table {
		width:100% !important;
		border-collapse:collapse;
	}
	th ,td {
		width:auto;
		border-collapse:collapse;
	}
	img {
		max-width:100% !important;
		height: auto !important;
		margin:0 !important;
		padding:0 !important;
	}
	ul , ol , li {
		margin:0 !important;
	}
	h1,h2,h3,h4,h5,h6 {
		width:auto !important;
	}
	
	body {
		background: none;
		}
	#header,
	#footer,
	#content {
		margin: 0;
		padding:0;
		width: auto;
		height: auto;
		}
	#header div {
		max-width: 100%;
		height: auto;
		min-height: 250px;
		}
	#header div h1 {
		width: auto;
		line-height: 1.3;
		}
	#mainArea,
	#subArea{
		width:auto;
		float:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		}
	#mainArea h2 {
		font-size:16px;
		line-height: 1.3;
		}
	#mainArea {
		padding: 10px;
		}
	#subArea {
		width:100% !important;
		}
	#subArea ul {
		display:none;
		}
	#subArea.active ul {
		display:block;
		background:none;
		padding:0;
		}
	#subArea ul li {
		margin-bottom: 1px !important;
		}
	#subArea ul li a {
		background-color:#fff !important;
		}
	#mainArea p {
		font-size:15px;
		line-height:1.35em;
		}
	#footer {
		margin-top: 10px;
		padding: 10px;
		}
}