@charset "utf-8";

/* CSS Reset */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	display: inline;
}
ul,ol,li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}

/* Common Settings */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","MS Pゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background: url(/img/bg.gif) center 0 repeat-x;
}
a{
	color: #7C1A70;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #CE82CC;
}
.clear{
	clear: both;
}
.small{
	font-size: 11px;
}


/* Clear Fix */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf{
	display: inline-block;
}
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}


h2{
	width: 650px;
	height: 33px;
	margin: 30px 0 0;
	padding: 12px 0 0 50px;
	font-size: 16px;
	color: #7C1A70;
	background: url(/img/bg_h2.gif) 0 0 no-repeat;
	clear: both;
}
h3{
	width: 655px;
	height: 30px;
	padding: 10px 0 0 45px;
	margin: 45px 0 0;
	font-size: 14px;
	color: #7C1A70;
	background: url(/img/bg_h3.gif) 0 0 no-repeat;
	clear: both;
}
h4{
	width: 670px;
	margin: 20px 0 0 10px;
	padding: 0 5px;
	font-size: 14px;
	color: #7C1A70;
	border-bottom: 2px solid #E7D1E8;
}
h5{
	margin: 10px 5px 0 5px;
	padding: 0 5px;
	font-size: 14px;
	color: #7C1A70;
	border-bottom: 2px solid #E7D1E8;
}


/* Construction */

#wrap{
	width: 100%;
	text-align: center;
}
header{
	width: 100%;
	height: 120px;
	text-align: center;
	border-top: 8px solid #A54E9F;
	background: url(/img/bg_header.gif) 0 0 repeat-x;
}
#header_inner{
	width: 920px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}
#container{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
nav{
	width: 200px;
	padding-bottom: 40px;
	float: left;
}
#contents{
	width: 700px;
	padding-bottom: 50px;
	float: right;
}
footer{
	width: 100%;
	height: 60px;
	text-align: center;
	border-top: 1px solid #CCC;
	background-color: #CCC;
	clear: both;
}
#footer_inner{
	width: 920px;
	margin: 0 auto;
}


/* Header */

#logo{
	margin: 15px 0 0 5px;
}
#google_translate_element{
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}


/* Left */

#navigation{
	width: 185px;
	margin: 10px 0 0;
	padding: 5px 0 5px 4px;
	border: 1px solid #E7D1E8;
	background-color: #F3E8F3;
}
#navigation ul{
	padding-top: 1px;
}
#navigation li{
	width: 180px;
	height: 40px;
	margin: -1px 0 0;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
}
#navigation li.current{
	width: 175px;
	height: 27px;
	padding: 13px 0 0 15px;
	color: #CE82CC;
	background: url(/img/bg_nav.gif) 0 -40px no-repeat;
}
#navigation li a{
	width: 175px;
	height: 27px;
	padding: 13px 0 0 15px;
	display: block;
	background: url(/img/bg_nav.gif) 0 0 no-repeat;
}
#navigation li a:hover{
	background: url(/img/bg_nav.gif) 0 -40px no-repeat;
}
.lbn{
	margin: 8px 0 0;
	display: block;
}
a:hover img.lbn{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#office{
	width: 164px;
	margin: 10px 0 0;
	padding: 11px;
	font-size: 12px;
	border: 2px solid #DDD;
	background: #F7F7F7 url(/img/bg_office.png) center center no-repeat;
}


/* Footer */

#fnav{
	width: 660px;
	height: 25px;
	margin: 10px 0 0 130px;
	border-left: 1px solid #999;
	font-size: 12px;
}
#fnav li{
	width: 109px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	border-right: 1px solid #999;
	line-height: 1.2em;
	display: block;
	float: left;
}
#fnav li.current{
	color: #CE82CC;
	text-decoration: underline;
}
#fnav li a{
	width: 110px;
	display: block;
}
#fnav li a:hover{
	text-decoration: underline;
}
#copy{
	width: 100%;
	height: 40px;
	margin: 10px 0 0;
	padding: 20px 0 0;
	text-align: center;
	font-size: 10px;
	color: #CCC;
	background-color: #333;
	float: left;
}


/* Scroller */

#gtt{
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	background-color: #FFF;
}
#gtt a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}