@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;
}


/* 共通 */

.center{
	text-align: center;
}

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

.clear{
	clear: both;
	overflow:hidden;
	width:100%;
}

.underline{
	text-decoration: underline;
}

.style_bold{
	font-weight: bold;	 
}

.style_red{
	color: #CC0033;
}

.style_gray{
	color: #999;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}

.hidden{
	visibility: hidden;
}

.display_none{
	display: none;
}

.border_none{
    border:none !important;
}


/* ヘッダー */

#header{
    margin:0px 0px 50px 0px;
	clear:both;
}

#header_txt02 span{
	display: inline;
	float:right;
    margin:10px 0px 20px 0px;
}


/* グローバル */

#global{
	display: none;
}



/* breadCrumb Area */

#breadCrumb{
    display:none;
}


/* コンテンツ02_ライト */

#contents02_right{
    display:none;
}




/* コンテンツ02_レフト */


#contents02_left{
    margin:50px 0px 0px 0px;
}

#contents02_left h2{
	border-top:solid 1px #BAB5AE;
	border-right:solid 1px #BAB5AE;
	border-bottom:solid 1px #BAB5AE;
	border-left:solid 5px #261F1C;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 10px;
	font-weight: bold;
}

#contents02_left .h2_top,
#contents02_left .h2_bottom{
	display:none;
	clear:both;
}

#contents02_left h3{
    border-bottom:double 4px #E9E2DA;
	font-weight: bold;
}

#contents02_left h4{
    border-bottom:solid 1px #BAB5AE;
	font-weight: bold;
}

#contents02_left h5{
	border-left:solid 5px #261F1C;
	font-weight: bold;
	margin:20px 0px 15px 0px;
    padding:0px 0px 0px 6px;
}



/* リスト */

#contents02_left ul{
    margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

/* 番号リスト */

ol li{
	list-style-position: outside;
	margin:0px 0px 0px 25px;
}


/* 定義リスト */

.dl_box01 dl{
    border:dotted 1px #BAB5AE;
	width:100%;
}

.dl_box01 dt{
	font-size: 117%;
	color: #D46161;
	padding:6px 11px 6px 11px;
    border-bottom:solid 1px #BAB5AE;
}

.dl_box01 dd{
	padding:6px 11px 6px 11px;
}




/* テーブル */

table{
	clear:both;
	width:100%;
	margin:10px 0px 30px 0px;
	border-collapse: collapse;
	border:solid 1px #D6D3CE;
	text-align: left;
	line-height: 1.8;
}

th{
	border:solid 1px #D6D3CE;
	padding:6px 10px 6px 10px;
	text-align: left;
	color: #333;
}

td{
	border:solid 1px #D6D3CE !important;
	padding:6px 10px 6px 10px;
}

table caption{
	display: none;
}

.w80{
    width:80%;
}

.w70{
    width:70%;
}

.w60{
    width:60%;
}

.w50{
    width:50%;
}

.w40{
    width:40%;
}

.w35{
    width:35%;
}

.w30{
    width:30%;
}

.w25{
    width:25%;
}

.w20{
    width:20%;
}



/* キャプション */

.box01,
.box02,
.box03{
	margin:10px 0px 40px 0px;
	clear:both;
	overflow:hidden;
	width:100%;
}

.img00{
	border:solid 1px #D6D3CE;
	padding:4px;
}

.img00_border{
	border:solid 1px #D6D3CE;
	padding:0px 0px 0px 0px;
}

.img00_border_none{
	border:none;
	padding:0px 0px 0px 0px;
}

.box03 .box03_left{
    float:left;
	padding:0px 10px 0px 0px;
}

.box03 .box03_right{
    float:right;
}

.img03{
	width:190px;
	border:solid 1px #D6D3CE;
	padding:4px;
}


.text_A{
    width:295px;
}

.text_B{
    width:410px;
}

/* ジャンプ */

#jump{
    display:none;
}

/* フッター */

#footer{
    margin:100px 0px 0px 0px;
}

#footer_inner01{
    display:none;
}

#footer_add span,
#footer_tel span{
	display: inline;
}



/* ライセンス */

#licence_inner02 span{
	display: inline;
}
