@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;
}



/* トップ */

.clear:after,
#header_inner:after,
#contents:after,
#footer_inner02:after,
#footer_inner03:after,
.footer_navi ul li ul:after{
    content: "";
	display: block;
	clear: both; 
}


/* セカンド */

.box01:after,
.box_pour:after{
    content: "";
	display: block;
	clear: both; 
}


/* 段落 */


#header{
	border-top:solid 5px #3A6CB5;
	padding:18px 0px 18px 0px;
	background-color: #FFF;
	 width:860px;
}

#contents{
    margin:0 auto;
	width:860px;
	clear:both;
	overflow:hidden;
}


#footer{
	display:none;
}


#licence{
	margin:0 auto;
	width:500px;
	padding:50px 0px 20px 0px;
}


/* ヘッダー */

#header_inner{
     margin:0 auto;
	 width:860px;
	 clear:both;
	 overflow:hidden;
}


#header_inner .float_left{
	width:267px;
}


#header_inner .float_right{
    display:none;
}


/* breadCrumb Area */

#breadCrumb{
    display:none;
}


/* コンテンツ_レフト */


#contents_left{
    display:none;
}


/* コンテンツ_ライト */

#contents_right{
	float: none;
    width:660px;
}


h1{
    margin:0px 0px 15px 0px;
}


.h2_box{
	clear:both;
	background-color: #F3F3F3;
	margin:0px 0px 15px 0px;
	padding:0px 0px 3px 0px;
}

#contents_right h2{
	font-size: 167%;
	font-weight: bold;
	border-right:solid 1px #DFDFDF;
	border-left:solid 1px #DFDFDF;
	border-top:solid 4px #3A6CB5;
	padding:5px 15px 5px 15px;
}


#contents_right h3{
	clear:both;
	font-size: 114%;
	font-weight: bold;
	margin:40px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:solid 2px #3A6CB5;
}


#contents_right h4{
	font-weight: bold;
	margin:40px 0px 15px 0px;
	padding:0px 0px 0px 15px;
	border-left:solid 1px #3A6CB5;
}

.box_pour{
    clear:both;
	overflow:hidden;
	width:636px;/* width:616px; */
}


#manufacture_plan span{
	display:inline;
}






/* 番号リスト */

ol li{
	list-style-position: outside;
	margin:0px 0px 0px 25px;
}


/* 定義リスト */

.dl_box{
	padding:2px 0px 0px 0px;
}

.dl_box dl{
	padding:0px 0px 2px 0px;
}

.dl_box dl dt{
	border-right:solid 1px #E4E4E4;
	border-bottom:solid 1px #E4E4E4;
	border-left:solid 1px #E4E4E4;
	background-color: #F6F6F6;
	font-weight: bold;
	color: #63B85C;
	padding:7px 12px 7px 12px;
}

.dl_box dl dd{
	border-right:solid 1px #E4E4E4;
	border-left:solid 1px #E4E4E4;
	padding:7px 12px 7px 12px;
	background-color: #F9F9F9;
}


.dl_box02{
	float:left;
	width:192px;
	padding:20px 20px 0px 0px;
	font-size: 90%;
}

.dl_box02 dl{
	padding:0px 0px 2px 0px;
}

.dl_box02 dl dt span{
	display: inline;
}



.dl_box02 dl dd{
    border-right:solid 1px #E4E4E4;
    border-left:solid 1px #E4E4E4;
	padding:7px 0px 5px 0px;
	margin:0;
}




/* テーブル */

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{
	margin:10px 0px 10px 0px;
	clear:both;
	overflow:hidden;
	width:100%;
}

.img00{
	border:none;
}

.img00_border_none{
	border:none;
	padding:0px;
}

.box03_left{
    float:left;
	padding:0px 19px 0px 0px;
}

.box03_right{
    float:right;
}





.caption01,
.caption02,
.caption03{
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}

.caption01{
    width:608px;
}

.caption02{
    width:209px;
}

.caption03{
    width:178px;
}




.text_A{
    width:290px;
}

.text_B{
    width:402px;
}



/* ジャンプ */

#jump{
    display:none;
}

/* ライセンス */

#licence span{
	display: inline;
}


