﻿@charset "utf-8";
/*基本 スタイル定義*/
html{
	height:100%;
}

body{
	height:100%;

	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

body,h1,h2,h3,h4,h5,h6,th,td,p,div{
	font-size:12px;
	color:#333333;
	line-height:1.3em;
	font-family:serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

h1{
	margin-left:22px;
	margin-bottom:8px;
}

h2{
	font-size:14px;
	margin-top:23px;
	margin-bottom:4px;
}

h2.first,
h3.first{
	margin-top:0em;
}

h2 span{
	font-size:12px;
	font-weight:normal;
}

h3{
	margin-top:1.5em;
	margin-bottom:6px;
	color:#101F76;
}

p{/* win微調整アリ */
	margin:0px;
	padding:0px;
	margin-bottom:0.75em;
}
p.topMargin{
	margin:0px;
	padding:0px;
	margin-top:0.5em;
	margin-bottom:0em;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover{
	color:#ff9600;
	text-decoration:underline;
}



/* *********************************** */
/* ******* パーツ スタイル定義 ******* */
/* *********************************** */

/* ヘッダ */
#header{
	padding-bottom:4px;
	background-color:#B8C2D1;
}
#menu{
	padding-bottom:16px;
	background-color:#ADBFD2;
}
#menu img{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#456391;
}

table.frame{
	height:100%;
	background-color:#f0f0f0;
}

/* コンテンツ収納部 */
div.container{
	width:773px;
	padding-top:14px;
	background-color:#DDE8F2;
	border-width:0px 0px 1px 0px;
}

div.container,
div.contents{
	border-style:solid;
	border-color:#B0C9DF;
}
div.contents{/* width限界は656px */
	padding:12px 24px;;
	margin:16px 22px;
	border-width:1px;
	background-color:#ffffff;
}


/* ***** フッタ ***** */
div#footer,
#footer td{
	color:#557498;
	font-size:10px;
	padding-left:21px;
	padding-right:21px;
	background-color:#CBDBE9;
}

#footer{}

/* ***** その他いろいろ *** */

/* タイトル直下の文章など */
p.lead{
	margin-top:-6px;
	margin-bottom:24px;
}


/* リスト風表示につかうもの */
p.list,
div.list p{
	text-indent:-0.75em;
	padding-left:0.75em;
}

p.list1em,
div.list1em p{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}

p.indent1em,
div.indent1em p{
	text-indent:-1em;
	padding-left:1em;
}


table.list img{
	margin-top:2px;
	margin-right:1px;
}


.lev_plus{
	margin-left:24px;
}


/* 写真・図用 */
.fig{
	text-align:center;
	font-weight:bold;
}
.fig img{
	margin-bottom:4px;
}

/* 巻き戻しリンク */
p.rollBack,
div p.rollBack{
	font-size:14px;
	text-align:right;
	line-height:1.1em;
	margin-top:50px;
}
p.rollBack a{
	color:#4971C4;
	text-decoration:none;
	padding-left:18px;
	
	background-image:url(../images/rollback.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
p.rollBack a:hover{
	color:#84469F;
	text-decoration:underline;
	background-image:url(../images/rollback_over.gif);
}

/* 隠したいもの */
span.hidden,
p.hidden{
 visibility:hidden;
}




.sub{
	font-size:10px;
}

/* 改ページ(IE only) */
div.print{
	page-break-before:always;
}

/* ******************************** */
/* ***** ページ別スタイル定義 ***** */
/* ******************************** */

div#none,
div.oneScreen{
	height:294px;
}

/* ************************ */
/* Links */
#link p{
 line-height:1.6em;
}

#link a{
	color:#333333;
	padding-left:15px;

	background-image:url(../images/mark02.gif);
	background-repeat:no-repeat;
/*	background-position: ;*/
}
#link a:hover{
	color:#FF5A00;
	background-image:url(../images/mark02_over.gif);
}

/* ************************* */
#law div p{
	margin-top:2px;
	text-indent:-1.1em;
	padding-left:1.1em;

	margin-right:80px;
	margin-bottom:0px;
}
#law div p.rollBack{
	margin:0px;
	padding:0px;
	margin-bottom:-1.1em;
	text-indent:0em;
}
#law div p.noIndent{
	text-indent:0em;
	padding-left:0em;
	margin-left:1.1em;
}


#law div table{
	margin-top:2px;
	margin-left:1.1em;
	
	margin-right:80px;
} 

#law table td{
	padding-bottom:4px;
}

/* POPUP Contact */
body#contact{
	padding:18px;

	background-image:url(none);
/*	background-color:#EBF3FB; */
	background-color:#ffffff;
}
body#contact p{
	font-size:14px;
	line-height:1.3em;
}
body#contact p.name{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0.25em;
}