@charset "UTF-8";

/*=====共通部分=====*/

a {
	text-decoration:none;
}
body {
	font-size:12px;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	margin: 0 !important;
	padding: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*=====ヘッダー=====*/
html {
	background:#000;
}

#header {
	width:100%;
	height:30px;
	/*background: -moz-linear-gradient(right, rgba(0,0,0,0.70), rgba(0,0,0,0));
	background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.70)), to(rgba(000,0,0,0)));*/
	/* IE 10 */
	/*background: linear-gradient(to left, rgba(0,0,0,0.70), rgba(0,0,0,0));*/
	position:absolute;
	top:0;
	background:url(../img_2014/head_bg.png) top left no-repeat;
	z-index:100;
}

#head_inner {
	width:980px;
	margin:0 auto;
	color:#fff;
	height:30px;
}
#head_inner h1 {
	float:left;
	margin: 0;
	padding: 0;
}

#head_inner a{
	color:#fff;
}

/*#head_inner a.head_recruit{
	margin-right:30px;
}*/
#head_inner #head_nav {
	float:right;
/*	width:292px;*/
	line-height:30px;
}
#head_inner ul#head_link {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#head_inner ul#head_link  span.pointer{
	cursor:default;
}
#head_inner ul#head_lang {
	margin-top:2px;
	float:right;
}
#head_inner li {
	float:left;
}
#head_inner #head_nav img{
	margin-top:5px;
	margin-left:10px;
}
/*=====フッター=====*/
#footer {
	padding-top:20px;
	padding-bottom:30px;
	background:#000;
}
#foot_inner{
	width:980px;
	margin:0 auto;
}
#footer a{
	color:#999999;
}
#footer ul {
	width: 600px;
	float: left;
}
#footer li {
	float:left;
	padding-left:18px;
	margin-right:25px;
	background:url(../img_2014/footer_icon.gif) left center no-repeat;
}
/*#footer li:last-child{
	margin-left:25px;
}*/
#footer p {
	float:right;
	margin-bottom:3px;
}


/*=====マウスオーバー=====*/
#head_nav a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	/* IE8 */
	-ms-filter: "alpha(opacity=60)";
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);


	opacity:0.6;
	filter:alpha(opacity=60); /* for IE8 */
	background:none!important;
	zoom:1; /* for IE7 */
	display:inline-block; /* for IE8 */
}

#contents a:hover{
	text-decoration:none;
}

#footer a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	/* IE8 */
	-ms-filter: "alpha(opacity=60)";
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity:0.6;
	filter:alpha(opacity=60); /* for IE8 */
	background:none!important;
	zoom:1; /* for IE7 */
	display:inline-block; /* for IE8 */
}

/*=====パンくずー=====*/
#contents  a{
	text-decoration:underline;
}

#contents #pan{
	margin-top:9px;
	margin-bottom:9px;
}
#contents #pan p{
	margin:0 !important;
}
/*=====newsページ=====*/
html{
	background:#fff;
}
#header{
	background:#000000;
}
#contents{
	width:980px;
	margin:30px auto 50px;
}
#contents a {
	color:#000000;
}
#right{
	width:710px;
	float:right;
}
#right h2 {
	border-bottom: 1px solid #d8dadc;
	border-top: 3px solid #84919d;
	font-size: 171.43%;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 20px 0 18px;
	display: table;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}
#right h3{
	margin: 30px auto 25px;
	padding: 0;
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: 157.14%;
	line-height: 1.36;
}
#right h4{
	margin: 30px 0 10px 0 ;
	font-weight:bold;
	font-size:125%;
}

#right h5{
	margin: 20px 0 10px ;
	padding: 10px 10px 9px !important;
	border: 1px solid #d8dadc;
	font-size: 114.29%;
	line-height: 1.2 !important;
	background-image: none !important;
	font-weight:bold;

}
#right img{
	margin-bottom:10px;
}
#right p{
	argin: 0 0 12px 0;
	line-height: 1.714;
	margin-bottom:20px;
	font-size:13px;
}
#right p span.anno{
	font-size:90%;
	color:#666;
}
#right p  span.b{
	font-weight:bold;
}
a.pdf {
	background:url(../img_2014/news/icon_pdf.png) no-repeat left center;
	padding:5px 0 5px 30px;
}
