@charset "utf-8";
/* ===================================================================
CSS information

 file name  :pop.css
 style info :ポップアップページ構成・スタイル一式
 
このスタイルシートの構成
 基本設定、リンクカラーなど
 ページ構成
 見出し
 本文
=================================================================== */


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	color: #333;
	font-size: 80%;
	line-height: 1.5;
}

a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #630;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #F60;
}


/*----------------------------------------------------
	ページ構成
----------------------------------------------------*/
#contents {
    padding: 1px;
    position: relative;
    margin: auto;
    width: 564px;
    text-align: left;
}

#main {
    padding: 5px;
    position: absolute;
    left: 2px;
    width: 550px;
    background-color: #DFF2F7;
}

.closelabel {
    width: 100px;
    background-color: #FFF;
	margin: 10px auto;
    padding: 5px;
    text-align: center;
    border: #9CF solid 2px;
}

.closelabel a {
	color: #000;
}

.entry {
    margin-bottom: 5px;
    padding: 5px;
    border:#666 solid 1px;
    background-color: #FFF;
}

.entrybody {
    padding: 5px;
    background-color: transparent;
}

.entryfooter {
    padding: 5px;
    margin-bottom: 5px;
    text-align:right;
    background-color: transparent;
}

table #date {
	width: 120px;
}

th {
	font-weight: normal;
	border-bottom: #DDD solid 1px;
	padding: 5px 0;
	vertical-align: top;
}

td {
	border-bottom: #DDD solid 1px;
	padding: 5px 0;
	vertical-align: top;
}


/*----------------------------------------------------
	見出し
----------------------------------------------------*/
h1 {
	font-size: 140%;
    font-weight: bold;
    padding: 5px;
    border-left: #0099CD solid 5px;
    border-bottom: #DDD solid 1px;
}

h2 {
	font-size: 120%;
}


/*----------------------------------------------------
	本文
----------------------------------------------------*/
.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.lead {
	margin-bottom: 10px;
}

ul {
	margin-left: 10px;
}

li {
	list-style-position: inside;
	list-style-type: disc;
}