@charset "utf-8";
/* CSS Document */
@import url(fonts.css);
body {
	text-align: center;
	margin-top: 0px;
	color: #333333;
	background-color: #FFFCF7;
}
a {
	color: #333399;
}
a:hover {
	text-decoration: none;
}
#content p {
	line-height:150%;
	margin-bottom:0.8em;
}
/* clearfix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
.clear {
	clear:both;
}

h3 {
	font-size:108%;
	font-weight: bold;
	line-height:120%;
	margin:20px 0 7px 0;
	clear: both;
}
h2 {
	clear:both;
	font-size:123.1%;
	font-weight:normal;
	line-height:120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding:4px 5px 5px 4px;
	clear: both;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#container {
	background-color: #FFFFFF;
	width: 760px;
	text-align: left;
	margin: auto;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	height: 70px;
}
#header-right {
	float: right;
	height: 70px;
	text-align: right;
}
#header-left {
	float: left;
	height: 70px;
	width: 272px;
	top: 0px;
}
#header h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0px;
	float:left;
}
#main {
	clear: both;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
}

#left_col {
	width: 190px;
	float: left;
}
#menu {
	text-align: center;
}
#menu .menu_block {
	padding-bottom: 10px;}
#menu ul li {
	list-style:none;
	line-height: 100%;
}
#menu ul li a {
	display: block;
	color:#333333;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu ul li a:hover {
	text-decoration: underline;
}

#right_col {
	float: right;
	width: 560px;
}

#footer {
	clear: both;
	font-size: 80%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: right;
	color: #666666;
}
#footer p {
	padding:8px 8px 0 0;
	margin:0;
}
#content {
	margin-right: 5px;
	margin-left: 5px;
}

/* リスト関連 */
#content ul {
	margin:0 0 12px 0;
	list-style:disc;
}
#content li{
	margin: 0.3em 0 0.8em 1em;
}
#content ul li li{
	padding-left: 1em;
}
#content ul.none {
	list-style:none;
}
.block1 {
	margin: 6px;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

div.content_inner {
	padding: 5px;
}

#content ul.none li {
	list-style:none;
	margin-left:0;
}
#content ul ul {
	margin:0;
	list-style:disc;
}
#content ol {
	margin:0 0 12px 10px;
}
#content ol.roman {
	list-style-type: upper-roman;
}
#content ol.low-alpha {
	list-style-type:lower-alpha;
}
#content ol.kana {
	list-style-type:katakana;
}
#content ol.none li {
	list-style:none;
	margin-left:0;
}
#content ol ol {
	margin:0;
}
#content ul#linklist {
	list-style:none;
	padding:0 0 20px 0;
}
#content ul#linklist li {
	padding:0 0 0 15px;
	background:transparent url(../images/icon_linklist.gif) no-repeat left 0.2em;
}
#content ul#linklist li a {
}


/* 表組（基本） */
#content table {
	border-collapse:collapse;
	margin:0 0 12px 0;
}
#content table caption {
	text-align:left;
	font-weight:bold;
	padding:5px 0;
}
#content table tr {
}
#content table th {
	vertical-align:top;
	line-height:125%;
	padding:5px;
}
#content table th dt {
	font-weight:bold;
}
#content table th dd {
	font-weight:bold;
}
#content table td {
	vertical-align:top;
	line-height:125%;
	padding:5px;
}
#content table.none,
#content table.none th,
#content table.none td {
	border:none;
	background:none;
}


/* 表組（plain） */
#content table.plain {
}
#content table.plain th {
	border:1px solid #999;
	background-color:#eeeeee;
}
#content table.plain thead th {
	text-align:center;
	vertical-align:middle;
	background:#eeeeee url(../img/thead_back.gif) repeat-x bottom;
}
#content table.plain thead td {
	background:#eeeeee url(../img/thead_back.gif) repeat-x bottom;
}
#content table.plain tbody th {
}
#content table.plain tbody th p {
	font-weight:bold;
}
#content table.plain td {
	border:1px solid #999;
}
#content table.plain tfoot th {
	background:#eeeeee url(../img/thead_back.gif) repeat-x top;
}
#content table.plain tfoot td {
	background:#eeeeee url(../img/thead_back.gif) repeat-x top;
}

/* 表組（plain 横幅100%） */
#content table.plain-full {
	width:100%;
}
#content table.plain-full th {
	border:1px solid #999;
	background-color:#eeeeee;
}
#content table.plain-full thead th {
	text-align:center;
	vertical-align:middle;
	color:#0E035C;
	background:#eeeeee url(../img/thead_back.gif) repeat-x bottom;
}
#content table.plain-full thead td {
	background:#eeeeee url(../img/thead_back.gif) repeat-x bottom;
}
#content table.plain-full tbody th {
}
#content table.plain-full tbody th p {
	font-weight:bold;
}
#content table.plain-full td {
	border:1px solid #999;
}
#content table.plain-full tfoot th {
	background:#eeeeee url(../img/thead_back.gif) repeat-x top;
}
#content table.plain-full tfoot td {
	background:#eeeeee url(../img/thead_back.gif) repeat-x top;
}

#content table.none {
}
#content table.none th {
	border: none;
	background: none;
}
#content table.none thead th {
	background: none;
}
#content table.none thead td {
	background: none;
}
#content table.none td {
	border: none;
}


/* テキスト用 */
.lead {
	font-weight:bold;
}

.small {
	font-size:93%;
}
.x-small {
	font-size:77%;
}

.large {
	font-size:123.1%;
}
.x-large {
	font-size:138.5%;
}

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

.color-red {
	color:#F00;
}
.color-gray {
	color: #999999;
}

/* 独自クラス */
.box {
	background-color: #efefef;
	padding:0.8em;
}

.pagetop {
	text-align: right;
}

dd {
	margin-bottom: 1em;
}