﻿@charset "utf-8";

/* 不要なエリア
---------------------------------------------*/
#head-navi,
#navigation,
#secondary,
#advertisement {
	display: none;
}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
img {
	border: none;
}
a { 
        text-decoration: none; 
}
a:hover { 
        color: #FF0000;
        text-decoration: underline
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #FFFFFF;
	padding-top: 70px;
	border-bottom: 3px solid #2D78BF;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
}

/* レイアウト
---------------------------------------------*/
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #C0C0C0;
	text-align: center;
        background: #FFFFFF;
}


/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 200%;
	font-weight: bolder;
	color: #2D78BF;
	border-bottom: 1px solid #C0C0C0;
}
#primary p {
	font-size: 115%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}
#primary .arrow {
	font-size: 105%;
	text-align: right ;
	color: #0000ff;
	padding-right: 15px;
        background: url(../images/blue.gif) right center no-repeat;
}
#primary .link {
	font-size: 70%;
	text-align: right ;
	padding-right: 20px;
	color: #FFFFFF;
}
#primary h3 {
	font-size: 120%;
	font-weight: bold;
}
#primary h4 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0.5em;
}
#primary h5 {
	font-size: 150%;
	margin-top: 0.5em;
}
#primary h6 {
	font-size: 160%;
	font-weight: bold;
	color: #2D78BF;
	padding-left: 5px;	
	background: url(../images/orange.gif) left center no-repeat;
}


/* リスト
---------------------------------------------*/
	#primary .list {
		margin-bottom: 15px;
	}
	#primary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/green.gif) left center no-repeat;
		border-bottom: 1px solid #C0C0C0;
	}
	#primary .list h2 {
                font-size: 130%;
	        margin: 10px 0 0 0px;
		padding: 3px 10px;
		background-color: #DFDFDF;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #C0C0C0;
	}
	#primary .list-tkk {
		margin-bottom: 15px;
	}
	#primary .list-tkk li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/green.gif) left center no-repeat;
		border-bottom: 1px solid #C0C0C0;
	}
	#primary .list-tkk h2 {
                font-size: 130%;
	        margin: 10px 0 0 0px;
		padding: 3px 10px;
		background-color: #DFDFDF;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #C0C0C0;
	}

/* テーブル－１
---------------------------------------------*/
table.table-1{
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-collapse:collapse;
        border-spacing: 0;
        background-color: #FFFFFF;
        empty-cells: show;
}
.table-1 th{
        border-right: 1px solid #C0C0C0;
        border-bottom: 1px solid #C0C0C0;
        background-color: #DFDFDF;
        background-image: none;
        background-position: left top;
        padding: 0.3em 1em;
        text-align: center;
}
.table-1 td{
        border-right: 1px solid #C0C0C0;
        border-bottom: 1px solid #C0C0C0;
        padding: 0.3em 1em;
}

/* ポップアップ－１
---------------------------------------------*/
.popup img {
        display: block;
        top: -10000px;
        left: -10000px;
        position: absolute;
}

.popup a:hover {
        position: relative;
}

.popup a:hover img{
        top: 30px;
        left: 20px;
}

/* テキスト角丸－１
---------------------------------------------*/
#text-deco p.rcontent {
	margin-top: 0em;
	margin-bottom: 0em;
        padding: 0.3em;
        background: #2D78BF;
        color: #FF8080;
	font-size: 120%;
}

#text-deco p.rcontent A{
        color: #FF8080;
        text-decoration:none;
}

#text-deco span.rtop,
#text-deco span.rbottom 
#text-deco span.rtop span,
#text-deco span.rbottom span 
#text-deco span.r1
#text-deco span.r2
#text-deco span.r3
#text-deco span.r4
#text-deco span.rtop span.r5, span.rbottom span.r5{
	display: none;
}
