﻿@charset "UTF-8";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");


/* 基本スタイル */

body {
	font-family: "メイリオ", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 140%;
	background-image: url(../../img/pc/radius/bg.gif);
	
}

div, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4, .title{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

h1,h2,h3,h4{
	clear:both;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}



a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
        border: none;
        text-decoration: none;
        margin-right: 14px;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

/* リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* 基本レイアウト */

#wrapper {
	width: 986px;
	margin:15px auto;
	padding:0px 5px;
}
#header {
	height: 160px;
	background-image: url(../../img/pc/radius/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 46px;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 50px;
	color: #666666;
	line-height: 46px;
	background-image: url(../../img/pc/radius_h1.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 46px;
}

#rndbody {
	background-image: url(../../img/pc/radius/body_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 3px;
}

#header h2 ,#header .title {
	width: 960px;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	left: 30px;
	top: 20px;
}

#header h2  a, #header  h2  a:visited {
	color: #222222;
	text-decoration: none;
}

#headertxt {
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	width: 960px;
	position: relative;
	left: 30px;
	top: 30px;
}


/* パンくずリスト */

#siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:5px;
	margin-left:10px;
}


/* コンテンツ */

#contents {
	_height:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:400px;
}

#contents {
	padding-right: 5px;
	padding-left: 5px;
}

#cont {
	float: right;
	width: 705px;
}

#cont  h2,#cont h3 {
	font-size: 18px;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../img/pc/radius/h3_top_bg.png);
	margin-top: 5px;
	color: #FFFFFF;
	padding-left: 20px;
	overflow: hidden;
}

#cont .contbox {
	background-repeat: no-repeat;
	background-image: url(../../img/pc/radius/h3_bottom_bg.png);
	background-position: center bottom;
	height:10px;
	margin-bottom:10px;
}

#cont h2 span, #cont h3 span {
	display: block;
	background-image: url(../../img/pc/radius_h3_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}

#cont h4  {
	font-size: 16px;
	line-height: 25px;
	background-image: url(../../img/pc/radius/h4_bg.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #222222;
}

#contactbox {
	background-repeat: repeat-y;
	background-image: url(../../img/pc/radius/h3_middle_bg.png);
}

#text1, #text2 {
	padding: 10px 14px;
	background-image: url(../../img/pc/radius/h3_middle_bg.png);
    background-repeat: repeat-y;
}

.item-img {
        float: left;
}

/* 検索窓 */

#searchbox {
	position: absolute;
	top: 18px;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	line-height: 47px;
	height: 47px;
	font-size:12px;
}

#searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}


/* フッター */

#rndbottom {
	background-image: url(../../img/pc/radius/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	height: 90px;
}

#footer {
	text-align: center;
	color: #666666;
	line-height: 30px;
}
#footlink {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666666;
	font-size: 12px;
}
#footlink a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}

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

#footernavi{
	text-align:center;
	padding:6px;
}


/* サイドメニュー */

#navi {
	float: left;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#navi ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../../img/pc/radius/navi_middle.png);
	background-repeat: repeat-y;
}
#navi  li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	padding: 0px;
}
#navi  #newEntry {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}

#newEntry li {
	display: block;
	padding-bottom: 2px;
	background-image: url(../../img/pc/radius/new_icon.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 2px center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;
}

#navi h4 {
	line-height: 32px;
	background-image: url(../../img/pc/radius/navi_top.png);
	height: 32px;
	font-size:14px;
	color: #FFFFFF;
	text-align: center;
}
#navi .navibox {
	margin-bottom: 15px;
	background-image: url(../../img/pc/radius/navi_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#navi li a {
	line-height: 16px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../../img/pc/radius/navi_li1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #222222;
	font-weight: bold;
}

#navi li a:hover {
	background-color: #CCCCCC;

}
#navi li.l2 a {
	margin-left: 15px;
	background-image: url(../../img/pc/radius/navi_li2.png);
	line-height: 14px;
	padding-left: 25px;
	font-weight: normal;
}


#newEntry  li a {
	color: #333333;
	display:inline;
	line-height:18px;
	border: none;
	text-decoration: underline;
	background-image: none;
	padding: 0px;
}

#newEntry li a:hover {
	color: #FF0000;
	background-color: #FFF;
	background-image: none;
}

.navibox {
	width: auto;
	background-color: #EFEFEF;
}

.navibox2 {
	margin-bottom:15px;
}

#subnavi span{
	display:block;
	margin:2px 0;
}

#subnavi span img{
	display:block;
	margin:0;
	padding:0;
}

#text1 h3,#text2 h3{
	position: relative;
	left: -12px;
	width: 630px;
	_width: 630px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#navi:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}


/* 記事一覧 */

#reportlist {
	padding: 10px;
	background-image: url(../../img/pc/radius/reference_middle.png);

}

#reportlist .cbox:after {
	clear: both;
}

#reportlist h4 {
	clear: none;
	background-image: url(../../img/pc/radius/report_bg.png);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 35px;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
	padding-right: 0px;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border:none;
}

#reportlist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#reportlist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/* 関連ページ */

#referencelist {
	background-image: url(../../img/pc/radius/reference_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

.referencelisttop{
	background-image: url(../../img/pc/radius/reference_top.png);
	background-repeat: no-repeat;
	height:10px;
}

#referencelist dl {
	padding: 6px;
	display: block;
}

#cont #referencelist h4 {
	color:#222222;
	background-image: url(../../img/pc/radius/reference_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin: 0px;
}

#referencelist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(../../img/pc/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 20px;
	padding-left: 15px;
}

#referencelist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}


/* サイトマップ */

.maptop{
	background-image: url(../../img/pc/radius/sitemap_top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin-top:5px;
}

.mapbottom{
	background-image: url(../../img/pc/radius/sitemap_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:10px;
}

#sitemap{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 705px;
	background-image: url(../../img/pc/radius/sitemap_middle.png);
	background-repeat: repeat-y;
}

#sitemap ul{
	margin:0;
	padding:0;
}

#sitemap li{
	list-style-type: none;
	list-style-image: none;
}

#sitemap .sbox1, #sitemap .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemap .sbox1 {
	float: left;
	clear: left;
}

#sitemap .sbox2 {
	float: right;
	clear: right;
}

#sitemap .l1 {
	background-image: url(../../img/pc/radius/sitemap_arrow1.png);
	line-height: 20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

#sitemap .l2 {
	background-image: url(../../img/pc/radius/sitemap_arrow2.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	padding-left: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}


/* 更新履歴 */

#whatsnew .top {
	background-image: url(../../img/pc/radius/update.png);
	height: 36px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#whatsnew {
	background-image: url(../../img/pc/radius/reference_middle.png);
	background-repeat: repeat-y;
}

#whatsnew .body {
	background-image: url(../../img/pc/radius_whats_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
}

#whatsnew .body li {
	line-height: 25px;
	list-style-image: url(../../img/pc/radius/update_arrow.png);
	margin-right: 10px;
	margin-left: 10px;
}

#whatsnew .bottom {
	background-image: url(../../img/pc/radius_whats_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}


