@charset "UTF-8";
/* CSS Document */
html{
	overflow-y:scroll;
}

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:  "Hiragino Maru Gothic ProN", Meiryo, fantasy;
	color:#333;
	text-align:center;
}


img {
	border: none;
}
a {
	text-decoration:none;
}
a:hover { 
	text-decoration:none;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}
ul li {
	margin-bottom:5px;
}

ul.lstyle {
	list-style: disc;
	padding-left:18px;
}
ul.lstyle li {
	line-height:1.6;
	margin-bottom:10px;
}

ol {
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	line-height:1.8;
}
ol li {
	margin-bottom:5px;
}

p {
	line-height:1.4;
	margin:0 0 10px 0;
	padding:0;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
h1 {
	font-size:20px;
}
h4 {
	background:url(../images/arrow.gif) 0 5px no-repeat;
	text-indent:1em;
	margin-bottom:10px;
	font-size:14px;
}

/* color */
.red {
	color:#B10F41;
}

.blue {
	color:#4E4F97;
}
.green {
	color:#057953;
}
.brown {
	color:#996633;
}

.uline {
	text-decoration:underline;
}

.fbold {
	font-weight:bold;
}
.fnormal{
	font-weight:normal;
}
.r-side {
	padding-left:20px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}

.wrapper{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}
	
/* Rows */
.row0{
	border-top:6px solid #66CC99;
	background-color:#fff;
}
.row1{
	background-color:#fff;
}
.row2{
	color:#333;
	background-color:#fff;
}
.row3{
	background-color:#232323;
	border-top:6px solid #66CC99;
}


.adjust {
	width:960px;
	padding:5px 0;
	margin:0 auto;
}


/* header
   ========================================================================== */
header {
	width:960px;
	height:48px;
	margin:0 auto;
	padding:15px 0 30px 0;
	background-color:#fff;
}
header div{
	display:table;
	float:left;
}

header div h1, header div h2{
	display:table-cell;
	vertical-align:middle;
}

*+html header div h1, *+html header div h2 {    
    display: inline;    
    zoom: 1;    
}   
* html header div h1, * html header div h2 {    
    display: inline;    
    zoom: 1;
}
    
/* navigation
   ========================================================================== */
header nav{
	display:block;
	float:right;
	margin:22px 0 0 0;
	padding:0;
	clear:right;
	border-bottom:1px solid #EBEBEB;
	line-height:1.5;
}
header nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
header nav li{
	display: inline-block;
	margin:0 0 0 20px;
}
*+html header nav ul li, * html header nav ul li{ display:inline; zoom:1; }

header nav ul li:first-child{
	margin:0;
	padding:0;
}
header nav ul li a, header nav ul li a:hover{
	display:block;
	margin:0;
	padding:0 0 10px 0;
	color:#666;
	text-transform:uppercase;
	border-bottom:2px solid #fff;
}
header nav ul li a:hover, header nav ul li.active a{
	color:#66CC99;
	border-color:#66CC99;
}

#fadewrap {
	display:table;
	table-layout:fixed;
	margin:0 auto;
	padding:0;
	width:960px;
	height:200px;
}
#fadewrap ul {
	display:table-cell;
	width:314px;
	*float:left;
}

*+html #fadewrap ul, * html #fadewrap ul{
	margin-right:6px;
}






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

#contents{
	width:960px;
	background:#fff;
	padding:20px 0;
	margin:0 auto;
}


#contents h2 {
	border-bottom:5px dotted #66CC99;
	width:100%;
	padding:2px 0;
	margin-bottom:20px;
}

#contents h3 {
	padding:0;
	margin:20px 0;
}

#contents h3{
	border-bottom:1px solid #EBEBEB;
}

section#contents dl dt {
	color:#000;
}

#contents dl dd {
	margin-left:10px;
}

#contents ul.list {
    display:table;
    *overflow:auto;
}

#contents ul.list li{
    display:table-cell;
    text-align:left;
	width:400px;
	layout-grid-line: auto;
	*float:left;
}

#contents a {
	border-bottom:1px dotted #66CC99;
	color:#5B559D;
}

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

figure {
    display:table;
	margin:10px auto 20px auto;
	*overflow: hidden;
	width:100%;
}

figure li  {
    display:table-cell;
	vertical-align:top;
	*float:left;
}

figure li img {
	padding:0;
	margin:0 10px 0 0;
	width:auto;
}

figure ul li p {
	text-indent:1em;
	width:98%;
	margin-left:15px;
	*margin-left:0px;
}
figure ul li figcaption {
	line-height:1.2;
	margin:0;
	padding:0 10px 0 0;
}
 
.topics ul li img {
	border:1px solid silver;
	padding:3px;
}

.topics ul li p {
	margin-left:0;
	width:100%;
	text-indent:1em;
}
.topics ul li {
	margin-left:30px;
	list-style:disc;
}

.topics div{
    display:table;
	margin:20px 0 20px 18px;
	*overflow: hidden;
	width:100%;
}

.topics div li  {
    display:table-cell;
	vertical-align:top;
	*float:left;
	width:auto;
}
.topics div li.disk {
	background:url(../images/disk.png) 0 5px no-repeat;
	padding-left:13px;
	margin:0;
}

.topics div li img{
	padding:0;
	margin:0 10px 0 0;
}

.parentBox {
    display:table;
	width:100%;
}
	
.banner {
    display:table-cell;
	width:30%;
	text-align:right;
	vertical-align: middle;
	*float:right;
}

.news {
    display:table-cell;
	margin:0 0 20px;
	width:70%;
	*float:left;
}

.news figure {
    display:table;
    *overflow:auto;
	padding:0;
	width:100%;
	background-color:#fff;
}
.news figure img {
    display:table-cell;
	vertical-align:top;
	margin:0 20px 0 0;
	*float:left;
}

.news figure time {
    display:table-cell;
	vertical-align:top;
	text-align:left;
	*float:left;
}

.news figure time figcaption {
	padding:5px;
}

#contents h3.doubly{
    position:relative;
	padding:3px 0 3px 10px;
    padding-left:0px;
    font-weight: bold;
    font-size: 18px;
	border-bottom:1px solid #EBEBEB;
	width:100%;
}
     
#contents h3.doubly:before{
    content:''; 
    height:2px; 
    width: 400px;
    display:block; 
    position:absolute; 
    bottom:0; 
    left:0; 
    background-color:#66CC99;
}
#contents h3.doubly span {
	position:absolute;
	right:0;
	bottom:0;
	font-size:12px;
	font-weight:normal;
}

.box {
	display:table;
	margin:20px 0;
	width:auto;
}
.box img {
	padding:3px;
	margin-right:20px;
	width:100px;
	background-color:#DDDDDD;
}
.box div{
	display: table-cell;
	vertical-align:top;
	width:auto;
}
.box div p {
	text-indent:0;
}

.waku {
	border:1px solid #333;
	padding:5px 10px;
}

.pin{
	text-indent:1em;
}
	
/* Tables
---------------------------------------------------------------------------------------------------------------*/
table, th, td{
	border:1px solid #D7D7D7;
	border-collapse:collapse;
	vertical-align:top;
	box-sizing:border-box;
}
table, th{
	table-layout:auto;
}
table{
	width:100%;
	margin-bottom:15px;
	border-collapse: collapse;
}
th, td{
	padding:5px 8px;
}
td{
	border-bottom:1px dotted #e7e7e7;
	border-width:0 1px 1px 0;
}

th{
	font-weight:normal;
	text-align:center;
	color:#fff;
	background-color:#211E55;
}

.nowrap {
	white-space:nowrap;
}

/* footer
   ========================================================================== */
footer {
	width:100%;
	margin:0 auto;
	padding:30px 0 ;
	text-align:center;
}
footer p {
	text-align:center;
	font-size:14px;
	color:#fff;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display:block;
	background: #5B559D;
    color:#fff;
	text-align:center;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin:0px 15px;
}
 
.pagetop a:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	text-decoration:none;
}

