/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #f0f0f0; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #008080; }
a:active { color: #008080; }

/* --- コンテナ --- */
#container {
width: 100％; /* ページの幅 */
margin: 0 auto; /* センタリング */
}

/* --- ヘッダ --- */
#header {
background-color: #b9e3fb; /* ヘッダの背景色 */
background: url('../images/bg01.jpg') repeat-x top;
margin-left: 2px;margin-top: 0px;
text-align: center;
}
/* --- ヘッダ --- */
#headerselect {
background-color: #ffffff; /* ヘッダの背景色 */
background: url('../images/bg01select.jpg') repeat-x top;
margin-left: 2px;margin-top: 0px;
text-align: center;
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
margin: 0px;
padding: 10px 20px;
position: relative;
}



/* --- フッタ --- */
#footer {
	background-color: #cccccc; /* フッタの背景色 */
	padding: 20px 0; /* フッタのパディング（上下、左右） */
	border-top: 1px #bdcfd9 solid; /* フッタの上境界線 */
	border-bottom: 7px #336797 solid; /* フッタの下境界線 */
	font-size:80%;
	text-align:center;
	line-height:130%;
}

/* --- ナビゲーション --- */
div.NaviMenu {
font-size: 80%;
}
/* --- パンくずエリア --- */
div.TopicPath {
	text-align:center;
	margin:10px;
	vertical-align:middle;
}
/* --- メニューエリア --- */
div.NaviMenu ul.nl {
	margin: 0px 0px; /* メニューのマージン（上下、左右） */
	padding: 0;
	list-style-type: none;
	text-align: right; /* メニューのセンタリング */
}
/* --- メニュー項目 --- */
div.NaviMenu ul.nl li {
	display: inline;
	padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
	background: url('../images/menu_triangle1_box.gif') no-repeat 0 0.2em; /* 項目の背景（マーカー） */
}

/* --- 見出しエリア --- */
div.heading,
div.selectheading {
	width: 100%; /* 見出しエリアの幅 */
	margin-bottom: 1em;
	padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
	border-bottom: 1px #c0c0c0 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し --- */
div.heading h3 {
	margin: 0;
	padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
	border-left: 5px #ff8000 solid; /* 見出しの左境界線 */
	font-size: 120%; /* 見出しの文字サイズ */
	line-height: 120%;
}
/* --- 見出し --- */
div.selectheading h3 {
	margin: 0;
	padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
	border-left: 5px #4E83B3 solid; /* 見出しの左境界線 */
	font-size: 120%; /* 見出しの文字サイズ */
	line-height: 120%;
}
/* --- コメント --- */
p.important{
	color:#d10000;
	font-weight:bold;
}
span.important{
	color:#d10000;
	font-weight:bold;
}
p.comment{
	color:#006699;
	font-weight:normal;
	font-size:90%;
}

/* --- フォームエリア --- */
.entry,
.selectentry {
	width: 100%; /* フォームエリアの幅 */
	font-size: 80%;
}
/* --- フォームエリア内の段落 --- */
.entry p,
.selectentry p  {
	line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
.entry p.attention img,
.selectentry p.attention img  {
	vertical-align: middle;
}

/* --- 部品グループ --- */
.entry div.fields,
.selectentry div.fields {
	margin-bottom: 20px; /* 部品グループの下マージン */
	padding: 2px; /* 部品グループのパディング */
	background-color: #f9f9f9; /* 部品グループの背景色 */
	border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
.entry table,
.selectentry table{
	width: 100%; /* テーブルの幅 */
	border: 1px solid; /* テーブルの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
.entry caption,
.selectentry caption {
	margin-bottom: 2px; /* キャプションの下マージン */
	padding: 10px 8px; /* キャプションのパディング（上下、左右） */
	background: #0099CC url('../images/caption_back1.gif') repeat-x; /* キャプションの背景 */
	border: 1px solid; /* キャプションの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
	text-align: left;
	color: #808080; /* キャプションの文字色 */
	font-weight: bold;
}
.entry caption span.important,
.selectentry caption span.important{
	font-weight: normal;
	color: #D10000;
	font-size:80%;
}
/* --- 見出しセル（th） --- */
.entry th,
.selectentry th {
	width: 300px; /* 見出しセルの幅 */
	padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
	background-color: #f5f5f5; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
	text-align: left;
	line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
.entry th span.supplement,
.selectentry th span.supplement {
	font-weight: normal;
	color: #0000ff;
	font-size:80%;
}
/* --- 見出しセル内の重要テキスト --- */
.entry th span.important,
.selectentry th span.important {
	font-weight: normal;
	color: #D10000;
	font-size:80%;
}
/* --- データセル（td） --- */
.entry td,
.selectentry td {
	padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
	background-color: #ffffff; /* データセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
.entry td span.supplement,
.selectentry td span.supplement {
	color: #808080;
	font-size:80%;
}
/* --- 見出しセル内の重要テキスト --- */
.entry td span.important,
.selectentry td span.important {
	font-weight: normal;
	color: #D10000;
	font-size:80%;
}
/* --- 必須項目セル --- */
.entry td.required {
	width: 26px; /* 必須項目セルの幅 */
	padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
	background-color: #c4e6fa; /* 必須項目セルの背景色 */
	text-align: center;
}
.selectentry td.required {
	width: 26px; /* 必須項目セルの幅 */
	padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
	background-color: #B7AE8D; /* 必須項目セルの背景色 */
	text-align: center;
}
/* --- 任意項目セル --- */
.entry td.arbitrary {
	background-color: #e0f1fc; /* 任意項目セルの背景色 */
}
/* --- 任意項目セル --- */
.selectentry td.arbitrary {
	background-color: #DED8C8; /* 任意項目セルの背景色 */
}

/* --- ボタン --- */
.entry input.button,
.entry a.button {
	background-color: #006699;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 114%;
	padding: 14px 62px 14px 62px;
}
.selectentry input.button,
.selectentry a.button {
	background-color: #040000;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 114%;
	padding: 14px 62px 14px 62px;
}

.entry input.button:hover,
.entry a.button:hover{
	background-color: #0099CC;
}
.selectentry input.button:hover,
.selectentry a.button:hover{
	background-color: #B7AE8D;
}

/* 必須 */
span.required{
	background-color:#FF8000;
	color:#ffffff;
	padding:2px;
	font-size:60%
}
span.selectrequired{
	background-color:#040000;
	color:#ffffff;
	padding:2px;
	font-size:60%
}

/* --- フォーム部品 --- */
.entry input,
.entry select,
.entry textarea,
.selectentry input,
.selectentry select,
.selectentry textarea{
	margin-bottom: 2px; /* フォーム部品の下マージン */
}

.entry input[type="text"],
.selectentry input[type="text"] {
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.entry select, .selectentry select{
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entry textarea, .selectentry textarea{
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --- メニュー --- */
div.menu{
	width:800px;
	margin:0 auto;
}
div.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.menu ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.menu li{
	display: inline;
	padding: 2px 5px;
	margin: 10px 15px;
	float: left;
}
div.menu li a{
	display: block;
	border-left: 8px solid #008B8B;
	background-color: #ffffff ;
	padding: 3px 10px;
	text-decoration: none;
	color: #3333FF;
	width: 300px;
	margin: 1px 0px;
	text-align: left;
}
div.menu li a.long{
	width: 670px;
}
div.menu li a:hover{
	border-left: 8px solid #AD2323;
	background-color: #F4F2E8;
	color: #EA4592;
}

/* --- 一覧 --- */
div.list{
	width:850px;
	margin:0 auto;
}

/* --- プライバシーポリシー --- */
.privacypolicy {
	margin:0 auto;
	margin-top: 20px;
}
/* --- テーブル --- */
.privacypolicy table {
	width: 100%; /* テーブルの幅 */
	border: 1px solid; /* テーブルの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
	border-collapse: collapse;
}
/* --- キャプション --- */
.privacypolicy caption {
	padding: 5px 0px; /* キャプションのパディング（上下、左右） */
	background: #0099CC url('../images/caption_back1.gif') repeat-x; /* キャプションの背景 */
	border: 1px solid; /* キャプションの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
	text-align: center;
	color: #808080; /* キャプションの文字色 */
	font-weight: bold;
}
.privacypolicy caption span.important{
	font-weight: normal;
	color: #D10000;
	font-size:80%;
}
/* --- データセル（td） --- */
.privacypolicy td {
	padding: 10px;
	background-color: #FFFFE1; /* データセルの背景色 */
	font-size:80%;
}
.privacypolicy seal {
	padding: 10px;
	background-color: #FFFFE1; /* データセルの背景色 */
	font-size:80%;
}
/* --- ボタン --- */
 input.button,
 a.button {
	background-color: #3261AB;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 114%;
	padding: 14px 62px 14px 62px;
}

 input.button:hover,
 a.button:hover {
	background-color: #E25298;
}
/* リスト */
.entry ul,.selectentry ul  {
	padding:0;
	margin:0;
}
.entry ul li, .selectentry ul li {
	list-style:none;
	margin:0px;
	padding:5px;
}
.entry ul li:first-child, .selectentry ul li:first-child {
	border-top:none;
}

.entry ul li:after, .selectentry ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.entry ul li p, .selectentry ul li p {
	margin:0px 0 0 10px;
}
.entry ul li p label, .selectentry ul li p label  {
	padding-right:0.3em;
	margin-right: 2em;
	display: block;
	float: left;
}
.entry ul li p label input, .selectentry ul li p label input {
	margin-right:0.5em;
}
.entry ul li p.check5 label, .selectentry ul li p.check5 label {
	width: 5em;
}
.entry ul li p.check6 label, .selectentry ul li p.check6 label {
	width: 6em;
}
.entry ul li p.check7 label, .selectentry ul li p.check7 label {
	width: 7em;
}
.entry ul li p.check8 label, .selectentry ul li p.check8 label {
	width: 8em;
}
.entry ul li p.check9 label, .selectentry ul li p.check9 label {
	width: 9em;
}
.entry ul li p.check10 label,.selectentry ul li p.check10 label  {
	width: 10em;
}
.entry ul li p.check12 label,.selectentry ul li p.check12 label  {
	width: 12em;
}
.entry ul li p.check15 label, .selectentry ul li p.check15 label {
	width: 15em;
}
.entry ul li p.check17 label,.selectentry ul li p.check17 label  {
	width: 17em;
}

