@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */

/* 背景設定 */
body {
	background-color: #FFFFFF;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #005BAC;
}

#header_print {
	display: none;
	margin-bottom: 20px;
}

/* 全体コンテナ */
#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.always {
	page-break-before: always;
}

/* 画像リンク　*/
#container a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=60);
}


/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */
#header {
	position: relative;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#header .language {
	position: absolute;
	top: 15px;
	right: 0px;
}




#header .logo  { float: left; }
#header .menu { float: right; margin-top: 7px; }
#header .menu li { display: inline;}
#header .menu li a { margin-left: 10px; }


/* ---------------------------------------------------------------- *
	メニュ
 * ---------------------------------------------------------------- */

#dropmenu{
	position: relative;
	list-style-type: none;
/*	width: 1000px;*/
	width: 1200px;
	height: 40px;
	margin: 0px auto 0px;
	padding: 0;
	/*	border-bottom: 5px solid #fff;*/
/*	border-radius: 3px 3px 0 0;*/
	background-color: #005BAC;
	z-index: 1000;
}
#dropmenu li{
	position: relative;
/*	width: 249px;*/
	width: 299px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 14px 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
	color: #fff;
	background-color: #669DCD;
}
#dropmenu > li:hover > a{
/*  border-radius: 3px 3px 0 0;*/
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
/*  width: 499px;*/
  width: 479px;
  height: 0;
  color: #fff;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;
}
/*#dropmenu li.w1000 { width:999px; }
#dropmenu li.w750 { width:749px; }*/
#dropmenu li.w1200 { width:1199px; }
#dropmenu li.w960 { width:899px; }
#dropmenu li.w720 { width:599px; }

#dropmenu li ul li a{
	color: #000;
	padding: 10px 10px;
	/*	margin-top: 1px;*/
  line-height: 1.6;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #ddd;
}
#dropmenu li ul li a:hover {
	color: #fff;
	background-color: #669DCD;
}

#dropmenu li:hover ul li{
	white-space:nowrap;
	position: relative;
  overflow: hidden;
/*  height: 38px;*/
  height: 38px;
  border-bottom: 1px solid #fff;
}



/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */


#contents {
	text-align: left;
	font-size: 110%;
	margin-top: 30px;
}

.img-right {
	float: right;
	position: relative;
}

.img-left {
	float: left;
	position: relative;
	z-index: 0;
}

.btn a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=70);
}


/* ---------------------------------------------------------------- *
	フッタ部分
 * ---------------------------------------------------------------- */

#footer {
	font-size: 90%;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 25px;
}

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



/* ---------------------------------------------------------------- *
	コンテンツ　コラム設定
 * ---------------------------------------------------------------- */


.c3-l {
	width: 275px;
	float: left;
	margin-right: 25px;
	position: relative;
}

.c3-r {
	width: 275px;
	float: right;
	position: relative;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

