@charset "utf-8";
/* CSS Document */


* {
    font-family: Meiryo, "メイリオ", Geneva, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
    vertical-align: 0;
}

h1, h2, h3, h4, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 100%;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

fieldset,img{ 
	border:0;
}



/* ヘッダー */

div#header_left{
    margin:0px 0px 10px 0px;
}

div#header_right ul{
	display: none;
}

/* breadCrumb Area */

div#breadCrumb{
	display: none;
}


/* コンテンツ_レフト */

div#contents div#contents_left div#left_logo{
	display: none;
}

div#contents div#contents_right div#english_box{
	display: none;
}

div#contents div#contents_left div#left_navi_box,
div#contents div#contents_left div#left_navi_box02{
	display: none;
}


/* コンテンツ_ライト */

div#contents div#contents_right div#contents_right_inner h1{
	margin:0px 0px 15px 0px;
}

div#contents div#contents_right div#contents_right_inner h2{
	clear:both;
	margin:20px 0px 15px 0px;
	border-top:double 4px #960;
	border-bottom:solid 1px #DBDBDB;
	color: #333;
	font-size: 134%;
	padding:7px 0px 0px 21px;
	font-weight: bold;
}

div#contents div#contents_right div#contents_right_inner h3{
	clear:both;
	margin:20px 0px 15px 0px;
	color: #333;
	font-size: 117%;
	padding:3px 0px 3px 21px;
	border-top:solid 1px #DBDBDB;
	border-bottom:solid 1px #DBDBDB;
	font-weight: bold;
}

div#contents div#contents_right div#contents_right_inner h4{
	clear:both;
	margin:20px 0px 15px 0px;
	background-position: left 8px;
	color: #333;
	font-size: 100%;
	padding:0px 0px 0px 21px;
	font-weight: bold;
	border-left:solid 2px #960;
}

div#contents div#contents_right div#contents_right_inner h5{
	clear:both;
	margin:20px 0px 15px 0px;
	color: #333;
	font-size: 100%;
	padding:0px 0px 0px 21px;
	font-weight: bold;
	border-bottom:dotted 1px #DBDBDB;
}

/* 定義リスト */

div.dl_box{
	clear:both;
	margin:0px 0px 20px 0px;
	padding:4px 4px 4px 4px;	
}

div.dl_box dl{
	background-color: #FFF;
	padding:6px 6px 0px 6px;
	border:solid 1px #DAD7C2;
}

div.dl_box dl dt{
	margin:0px 0px 3px 0px;
	padding:0px 0px 7px 15px;
	border-bottom:dotted 1px #DBDBDB;
}





/* テーブル */

table {
	clear:both;
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 2px solid #ccc;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
}

th{
	font-weight: bold;
}


/* キャプション */

div.box01,
div.box02,
div.box03{
	clear:both;
	overflow: hidden;
	width:100%;
	margin:20px 0px 10px 0px;
}

div.box02 .box02_left{
	float:left;
}

div.box02 .box02_right{
	float:right;
}

div.box03 .box03_left{
	float:left;
	padding:0px 20px 0px 0px;
}

div.box03 .box03_right{
	float:left;
}

div.text01{
    width:295px;
}

div.caption_kakudai,
div.caption_594 div.float_right{
    display:none;
}



/* フッター */

div#footer{
    margin:30px 0px 0px 0px;
}

div#footer div#footer_inner div#jump{
	display:none;
}

