/************* #基本***************/

body{
	line-height:1.6em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align:center;
	border: 0px none;
	left: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(images/bg_body.jpg) #eee;
	background-repeat: repeat;
}

a{
	color: #a33;
	text-decoration: none;
}

a:link{
	color: #a33;
	text-decoration: none;
}

a:visited{
	color: #D59E91;
	text-decoration: none;
}

a:hover{
	color: #f00;
	text-decoration: underline;
}

img{
	border:0 none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

p
{
clear:both;
}


/************* #header ***************/

#header {
	width:900px;
	background:#fff;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	display:block;
}

#header h1 {
background:#fff;
height:25px;
text-align:left;
color:#000;
font-size:8pt;
font-weight:normal;
margin:0;
padding:5px 0 0 0;
text-indent:30px;
text-align:left;
}

/************* #ブロック***************/

#container {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff;
	display:block;
	border:0 none;
	background-repeat:repeat-y;
	}

#contents {
	width:840px;
	background:#fff;
	margin:20px auto;
	padding:0;
	text-align:left;
	display:block;
	}

.left {
	width:550px;
	float:left;
	border:0 none;
	margin:0 auto;
	text-align:left;
	vertical-align:top;
	border:0;
	}

.right {
	width:230px;
	float:right;
	border:0 none;
	margin:auto 0;
	text-align:left;
	vertical-align:top;
	border:0;
	}

.right img{
margin :5px 0 20px 0;
}

#footer {
	width:840px;
	margin:1em auto;
	padding:0;
	background:#fff;
	color:#666;
	font-size: 70%;
	text-align:center;
}

#footer p{
	text-align:left;
	margin:0;
	padding:0;
	display:block;
	border-top:1px  #666 solid;
	}

.smalltxt {
	font-size:90%;
	line-height:130%;
}

/************* #h***************/

#contents h1.common	{
width:800px;
color:#481A03;
height:40px;
line-height:40px;
vertical-align:middle;
background:url(images/h1_bg.jpg) #fff no-repeat;
text-indent:25px;
font-size:12pt;
font-weight:bold;
margin:30px 0 0 0;
overflow:hidden;
}

#contents h1.common_top	{
width:800px;
color:#481A03;
height:40px;
line-height:40px;
vertical-align:middle;
background:url(images/h1_bg.jpg) #fff no-repeat;
text-indent:25px;
font-size:12pt;
font-weight:bold;
margin:0;
overflow:hidden;
}

h1.h1_l {
font-size:120%;
overflow:hidden;
}

#contents h2.h2_common	{
width:800px;
color:#000;
line-height:20px;
margin:8px	0;
font-weight:normal;
vertical-align:middle;
font-size:110%;
}

#contents  p{
font-size:100%;
margin-top:10px;
margin-bottom:20px;
}

/************* #文字装飾***************/
.item {
clear:both;
float:left;
width:100%;
border-top:1px dotted  #5C4E46;
font-size:120%;
line-height:180%;
display:block;
}

strong.bl, strong.rd {
font-size:120%;
line-height:1.6em;
}

strong.bl {
color:#000;
}
strong.rd {
color:#f33;
}

strong.bl_l {
font-size:135%;
line-height:1.6em;
color:#000;
}

.small {
font-size:90%;
line-height:1.4em;
color:#666;
padding:5px;
background:#eee;
margin:5px 0;
display:block;
}

.large {
font-size:120%;
line-height:2.1em;
}

.caution {
background:#c00;
padding:2px 5px;
color:#FFF400;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.linkBtn {
	float:right;
	margin-top:10px;
}

a.jump {
    background: transparent url('images/bg_jump_a.gif') no-repeat scroll top right;
    color: #004F17;
    display: block;
    float: left;
    height: 26px;
    margin-right: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.jump span {
    background: transparent url('images/bg_jump_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 30px;
} 

a.jump:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.jump:active span {
    background-position: bottom left;
    padding: 6px 0 4px  30px; /* push text down 1px */
}


/*************  BPTリンク ***************/
.bpt
{
	width:100%;
	font-size:80%;
	text-align:right;
	margin:5px 0px;
	clear:both;
}

.bpt a {
border-bottom:1px solid #FF9933;
color:#FF9933;
}

/************* #ちびなび***************/
 
ul.navi_mini {
	float:right;
	margin:0 25px 0 0;
	padding:0;
	position:relative;
	top:-23px;
	}

.navi_mini li {
    list-style:none;
	display:inline;
	margin-left:0;
	padding:0;
}

/************* #テーブル***************/

table.outline {
	margin:10px auto;
    border-bottom:1px solid #999;
    border-collapse:collapse;
	border-spacing:0px;
    empty-cells:show;
	width:100%;
}

table.outline td{
	text-align:left;
background:#fff;
padding:5px;
    border-top:1px solid #999;
	line-height:1.6em;	
}

table.time {
	margin:0;
    border-top:1px solid #999;
    border-left:1px solid #999;
	border-collapse:collapse;
	border-spacing:0px;
    empty-cells:show;
	width:500px;
	text-align:left;
}

table.time td{
	text-align:left;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
background:#fff;
padding:5px;
    border-top:1px solid #999;
}

/************* #フォーム***************/

     .public_form{
	font-size: 13px;
	color: #666666;
	font-weight: bolder;
	background-color: #F6F6F6;
}
.public_form_head{
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AAB7C6;
	color: #16404E;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
}
.public_form_data{
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AAB7C6;
	color: #16404E;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	vertical-align:top;
}

.public_section {
	padding: 8px 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F6F6F6;
	height: 87px;
	width: 650px;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	padding: 10px;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #AAB7C6;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #AAB7C6;
}

.public_form_notes {
	font-size: 13px;
	color: #FF0000;
	font-weight: bolder;
}

.public_form_item {
	background-color: #fffddd;
}
.errorMessage {
	color:red;
}

	/************* #safari***************/

html:first-child body { 
	font-size:85%;
	}	
 

