@charset "utf-8";
/*
@media print {
#topbar,
#header_imgs,
#gnav,
.topicPath,
#sidebar,
#footer_bg {
	display: none;
}
#main {
	float: left !important;
}
h1,
.page {
	width: 700px;
	overflow: hidden;
}
.gotoTop_btn a {
	display: none;
}
}
*/
/* =global
--------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

body,
ul,
ol,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}


h1,h2,h3,h4,h5 {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


a {
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

/* N */
a.link-page {
	background: url(../../imgs/common/linkarw_right.gif) no-repeat left center;
	padding-left: 15px;
}

.page {
	width: 960px;
	margin: 0 auto;
	/* overflow: hidden; */
}

/* GRID */

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11 {
  float: left;
  display: inline;
  margin-left: 20px;
}
.g1 {width: 60px;}
.g2 {width: 140px;}
.g3 {width: 220px;}
.g4 {width: 300px;}
.g5 {width: 380px;}
.g6 {width: 460px;}
.g7 {width: 540px;}
.g8 {width: 620px;}
.g9 {width: 700px;}
.g10 {width: 780px;}
.g11 {width: 860px;}
.first {margin-left: 0;clear: left;}

/* COL */
.col1 {
	clear: both;
}
.col2-l,
.col2-r {
	overflow: hidden;
}

.col2-l {
	float :left;
	width: 325px;
}
.col2-r {
	float :right;
	width: 325px;
}

/* =wrapper
--------------------------------------------------*/
#wrapper {
}

/* =header
--------------------------------------------------*/
#header_bg {
	background: url(../../imgs/common/header_bg.gif) repeat-x top;
}

#topbar {
	height: 30px;
	position: relative;
	margin: 0 auto 22px;
	background-color: #4488c7;
}

#topbar h1 {
	margin: 0;
	padding: 0;
}

/* Font size
--------------------------------------------------*/

#font_size {
	position: absolute;
	top: 4px;
	/*left: 480px;*/
	right: 0px;
	line-height: 1;
}

#font_size {
	font-size: 14px;
	overflow: hidden;
}

#font_size .title {
	width: 90px;
	float: left;
}

#font_size ul {
	float: left;
}

#font_size li {
	overflow: hidden;
	list-style: none;
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #fff;
	background-color: #88b8de;
}

#font_size li a {
	display: block;
	width: 20px;
	height: 20px;
	color: #000;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

#font_size li a.selected,
#font_size li a:hover {
	color: #4488c5;
	background-color:#fff;
	font-weight: bold;
	text-decoration: none !important;
}




/* {bNX
--------------------------------------------------*/
#searchbox {
	color: #fff;
	width: 300px;
	text-align: right;
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 1em;
	line-height: 1;
	display: none;
}

#searchbox form {
	margin: 0;
	padding: 0;
}

#searchbox input {
	margin: 0;
	margin-left: 4px;
	vertical-align: bottom;
}

#searchbox .searchCat {
	width: 160px;
}

/* CC[W */
#header_imgs {
	margin-bottom: 22px;
}

/* O[oir */
#gnav ul li {
	float: left;
}

/* =contents
--------------------------------------------------*/

#contents {}

#breadcrumbs {
	padding: 8px 0;
}

.js-rollover {
	cursor: pointer;
}

.gotoTop_btn {
	text-align: right;
	clear: both;
	display: block;
	margin: 15px 0;
}

/* News
--------------------------------------------------*/

.news {
	border: 1px solid #dadada;
	margin-bottom: 30px;
	padding: 10px;
	height: 236px;
	overflow-y: scroll;
}

.news dt,
.news dd {
	line-height:1.5em;
	margin: 0;
	padding: 0;
}

.news dt {
	clear: both;
	float: left;
	width: 8em;
	padding: 10px 5px;
}

.news dd {
	padding:10px 5px 10px 9em;
	border-bottom: 1px dashed #dadada;
}

.news dd div {
	border-left: 5px solid #92c2ea;
	padding-left: 10px;
}

.news dd a {
	display: block;
}

.news dd:nth-of-type(odd) {

}

.news dd:nth-of-type(even) {
 background-color:#fff;
}

.news dd:last-child {
	border: 0;
}

.news .new {
	color: #f00;
	padding-right: 3px;
}

.news p {
	margin: 0;
}

/* =main
--------------------------------------------------*/

#main {
	float: right;
}

/* =sidebar
--------------------------------------------------*/

#sidebar {
	width: 240px;
	float: left;
	margin-bottom: 15px;
}

#sidebar h2 {
	margin: 0 0 5px 0;
}


/* ir */
#sidebar nav {
	margin-bottom: 15px;
}

#sidebar ul li {
	margin-bottom: 10px;
}


/* oi[ */
#sidebar #bnr_area img {
	margin-bottom: 15px;
}

#sidebar #mobile_site_info {
	margin-bottom: 25px;
}


/* QR */
#sidebar #mobile_site_info p {
	padding: 5px 0;
	line-height: 1.2;
}

#sidebar #mobile_site_info img {
	font-size: 0;
}

/* アイコン説明 */
#sidebar #icon_explanation {
	width: 214px;
	padding: 8px 5px 8px 19px;
	border: 1px solid #4488c7;
}

#sidebar #icon_explanation ul li {
	margin-bottom: 5px;
	float: left;
}

#sidebar #icon_explanation ul li.last {
	margin-bottom: 0;
}


/* =footer
--------------------------------------------------*/

#footer_bg {
	clear: both;
	padding-top: 19px;
	height: 28px;
	line-height: 1.2;
	background: url(../../imgs/common/footer_bg.gif) repeat-x bottom;
}

#footer_bg ul li {
	float: left;
	margin-right: 15px;
}

#footer_bg p {
	text-align: right;
}