@charset "utf-8";

*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

html,body, #container{ height: 100%; }

body{
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #dfdfdf;
/*
	background: #567093 url(../images/bg.gif) repeat-x scroll left top;
*/
}

body > #container {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 50px;
}

a {
}

a#logo {
	margin-top: 20px;
	margin-left: 20px;
	_margin-left: 10px;
	display: block;
	float: left;
}

img {
	border : none;
}

/*=====================================================
大枠
  ===================================================== */

/* ------------------------------------
  コンテナ
  ------------------------------------*/
#container{
	margin: 0 auto;
/*
	padding: 0 20px 10px 20px;
*/
	text-align: left;
	width: 1000px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	
}
/* ------------------------------------
  ヘッダー
  ------------------------------------*/
#header {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1000px;
	background-color: #fff;
}

/* ------------------------------------
  お知らせ
  ------------------------------------*/
#information {
	display: inline;
	float: right;
	margin: 10px 20px 0 0;
	width: 250px;
	background-color: #ccc;
}

#information a {
	text-decoration: none;
}

/* ------------------------------------
  メニュー
  ------------------------------------*/
#menus {
	display: inline;
	float: left;
	margin: 10px 0 20px 17px;
	width: 180px;
	background-color: #999;

}

#menus ul {
	list-style: none;
}

/* ------------------------------------
  コンテンツ
  ------------------------------------*/
#contents {
	display: inline;
	float: right;
	margin: 10px 17px 20px 0;
	width: 770px;
	background-color: #ccc;

}

/* ------------------------------------
  フッター
  ------------------------------------*/
#footer {
	position: relative;
	margin: 0 auto;
	margin-top: -50px;
	width: 1000px;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #fff;
	background-color: #939393;
}

#footer p {
	margin-top: 10px;
	font-size: 10pt;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*=====================================================
パーツ
  ===================================================== */

/* ------------------------------------
  角丸ボックス
  ------------------------------------*/
div.roundedbox-header {
	position: relative;
	background: transparent url(../images/rounded_box.gif) no-repeat scroll right top;
	line-height: 1;
	text-align: left;
}

div.roundedbox-header div {
	position: relative;
	background: transparent url(../images/rounded_box.gif) no-repeat scroll left top;
	width: 15px;
	height: 13px;
	line-height: 1;
}

div.roundedbox-body {
	padding: 0 10px 10px 10px;
	background: #f1f2f3 none repeat scroll 0 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff none repeat scroll 0 0
}

div.roundedbox-footer {
	position: relative;
	background: transparent url(../images/rounded_box.gif) no-repeat scroll right bottom;
	line-height: 1;
	text-align: left;
}

div.roundedbox-footer div {
	position: relative;
	background: transparent url(../images/rounded_box.gif) no-repeat scroll left bottom;
	width: 15px;
	height: 13px;
	line-height: 1;
}

/* ------------------------------------
  ページ先頭へ
  ------------------------------------*/
div.to-top {
	width: 100%;
	margin-bottom: 20px;
}
div.to-top a {
	display : block;
	float   : right;
	padding-left: 16px;
	font-size  : 11pt;
	color : #696969;
	background: transparent url(../images/to_top.gif) no-repeat scroll left 2px;
	text-decoration: none;
}
div.to-top a:hover {
	color : #696969;
	background-color: #ffff99;
}
div.to-top a:visited {
	color : #696969;
}

/*=====================================================
お知らせ
  ===================================================== */
#information *{
	font-size: 11pt;
	color: #666;
}
#information div.roundedbox-header {
	background: transparent url(../images/rounded_box_orange.gif) no-repeat scroll right top;
}

#information div.roundedbox-header div {
	background: transparent url(../images/rounded_box_orange.gif) no-repeat scroll left top;
}

#information div.roundedbox-body {
	padding: 0 20px 0 20px;
	background: #FFF7E3 none repeat scroll 0 0;
	border-color: #DC8900;
}

#information div.roundedbox-footer {
	background: transparent url(../images/rounded_box_orange.gif) no-repeat scroll right bottom;
}

#information div.roundedbox-footer div {
	background: transparent url(../images/rounded_box_orange.gif) no-repeat scroll left bottom;
}
#information a {
	color: #1370AB;
	font-weight: bold;
}
#information hr {
	border: 1px solid #FFC159;
}
#information table {
	margin-left: 12px;
	list-style: none;
}

/*=====================================================
メニュー
  ===================================================== */
#menus div.roundedbox-header {
	background: transparent url(../images/rounded_box_gray.gif) no-repeat scroll right top;
}

#menus div.roundedbox-header div {
	background: transparent url(../images/rounded_box_gray.gif) no-repeat scroll left top;
}

#menus div.roundedbox-body {
	padding: 0 0 10px 0;
	background: #f1f2f3 none repeat scroll 0 0
}

#menus div.roundedbox-footer {
	background: transparent url(../images/rounded_box_gray.gif) no-repeat scroll right bottom;
}

#menus div.roundedbox-footer div {
	background: transparent url(../images/rounded_box_gray.gif) no-repeat scroll left bottom;
}
#menus h2 {
	background: transparent url(../images/menu_title.gif) no-repeat scroll left top;
	height: 35px;
	margin-bottom: 10px;
}
#menus h3 {
	padding: 10px 3px 9px 8px;
	background: #dfdfdf url(../images/menu_category.gif) no-repeat scroll left top;
	border-bottom: 1px solid #c1c1c1;
	border-left: 7px solid #c1c1c1;
	font-size: 12pt;
}
#menus ul {
	line-height:140%;
	margin:0 0 30px 0;
	padding:0;
	font-size: 10pt;
}
#menus ul li {
	list-style-type:none;
	background-color:#efefef;
}
#menus ul li a {
	display:block;
	width:100%;
	padding:11px 0 10px 0;
	background:url(../images/list.gif) no-repeat;
	border-bottom:1px dashed #999999;
	text-decoration:none;
	color: #1d3994;
}
#menus ul li a span{
	display: block;
	margin-left: 19px;
}
#menus ul li a:hover {
	background-color:#fcfcfc;
}
#menus ul li a:visited {
	color:#1370AB;
}

/*=====================================================
お知らせ
  ===================================================== */
#information-detail {
	margin-top: 15px;
	padding: 0 10px 15px 15px;
}
#information-detail table {
	border: 1px solid #ccc;
	width: 720px;
    border-collapse:collapse;
}
#information-detail table th {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9 none repeat scroll 0 0;
	font-weight: bold;
}
#information-detail table td {
	padding: 5px 5px 5px 30px;
	background: transparent none repeat scroll 0 0;
}

/*=====================================================
基本的な使い方
  ===================================================== */
#manual {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 15px 15px 15px;
}
#manual h3 {
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 8px;
	border-left: 8px solid #23628A;
	background-color: #D3E8F5;
	color: #23628A;
}
ul.manual-contents {
	margin-left: 1.5em;
	list-style: none;
}

ul.manual-contents li{
	padding: 0.5em 0 0.5em 25px;
	background: transparent url(../images/manual_list_style.gif) no-repeat scroll left 8px;
}

#manual div#media {
	margin-bottom: 20px;
	text-align: center;
}

.manual-supplementation {
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border-top: 6px dotted #ccc;
}
.manual-supplementation  h4{
	margin-bottom: 12px;
	padding-left: 15px;
	color: #66A000;
	font-size: 11pt;
	background: transparent url(../images/manual_supplementation_title.gif) no-repeat scroll left 2px;
}
.manual-supplementation-detail{
	margin-left: 1em;
}
.manual-supplementation-detail *{
	font-size: 11pt;
}
.manual-supplementation-detail p{
	line-height: 1.5em;
}
.manual-supplementation-detail img{
	margin: 0 10px 0 10px;
	border:1px solid #DDA0A0;
}
/*=====================================================
よくある質問
  ===================================================== */
#faq-overview {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 10px 15px 15px;
	border-bottom: 6px dotted #ccc;
	
}
#faq-overview ul {
	list-style: none;
}

#faq-overview ul li{
	padding: 0.5em 0 0.5em 25px;
	background: transparent url(../images/faq_list_style.gif) no-repeat scroll left 5px;
}
#faq-detail {
	padding: 0 10px 15px 15px;
}
#faq-detail table.qa-table {
	border: 1px solid #ccc;
	width: 720px;
    border-collapse:collapse;
}
#faq-detail table.qa-table td.question {
	padding: 5px 5px 5px 30px;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9 url(../images/faq_question.gif) no-repeat scroll 4px 5px;
	font-weight: bold;
}
#faq-detail table.qa-table td.answer {
	padding: 5px 5px 15px 30px;
	background: transparent url(../images/faq_answer.gif) no-repeat scroll 4px 5px;
	line-height: 1.4em;
}
#faq-detail table.qa-table td.answer ul,ol{
	margin-left: 40px;
}

/*=====================================================
変更履歴
  ===================================================== */
#history {
	margin-top: 15px;
	padding: 0 10px 15px 15px;
}
#history table {
	border: 1px solid #ccc;
	width: 720px;
    border-collapse:collapse;
}
#history table th {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9 none repeat scroll 0 0;
	font-weight: bold;
}
#history table td {
	padding: 5px 5px 5px 30px;
	background: transparent none repeat scroll 0 0;
}

/*=====================================================
ページ下部ナビゲーション
  ===================================================== */
div.manual-navi {
	padding: 10px 0px;
}
div.manual-navi a {
	font-size: x-small;
}

/*=====================================================
テーブル
  ===================================================== */
#kyujitsu table th {
  	border: none;
  	padding: 4px 10px;
  	background-color: #EEEEEE;
  	
  }
  
#kyujitsu table td {
  	border: solid 1px #DDDDDD;
  	padding: 4px 10px;
  }
