  @charset "UTF-8";

/*基本タグ
-----------------------------------------------------*/
body {
	margin: 0px;
}

html, body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%; 
}

h1 {
	margin:0px;
	padding:0px;
	line-height:0.5em;
}

h2 {
	text-align: center;
	font-size : 1.8em;
	border-bottom:#ab0000 solid 2px;
}

h3 {
	font-size : 1.4em;
	margin-top    :3px;
	margin-bottom :0px;
	font-weight:bold;
}

h4 {
	font-size : 1.0em;
	margin-top    :3px;
	margin-bottom :0px;
}

h5 {
	font-size : 1.0em;
	margin-top    :3px;
	margin-bottom :0px;
}

section {
	width:100%
}

footer {
	background-color: #fff;
	padding:0 0 10px 0;
	border-top:2px solid #ab0000;
	text-align:center;
}

/*=====================================================

　レイアウト枠
=====================================================*/

/*全体枠
----------------------------------------*/
.container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding: 0px;
}



/*=====================================================

　ヘッダ
=====================================================*/

/* 基本枠
----------------------------------------*/
.primary_header {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: left;
}

/* 配下ページ（トップページ以外）のヘッダ
----------------------------------------*/
/*枠の追加設定 */
.sub_header{
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 配下ページのヘッダロゴ */
h1.sub_h1{
	margin: 0;
	padding: 5px 0 5px;
}

.title01	{
	color:#ab0000;
	font-size:0.6em;
	font-weight:normal;
}

.title02	{
	color:#ab0000;
/*	font-size:1em;*/
}


/* ナビゲーション
----------------------------------------*/
.secondary_header {
	width: 100%;
/*	margin-top:0px;*/
	padding-top: 5px;
	padding-bottom: 6px;
	height:40px;
	background-color: #ab0000;
	clear: left;
}
.secondary_header ul {
	margin: 0%  auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 8px;
	width: 100%;
}
.secondary_header ul li {
	font-size:0.9em;
	list-style: none;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	width: 14%;
/*	transition: all 0.3s linear;*/
}
.secondary_header ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.secondary_header ul li a:hover {
	background-color: #fff0f5;
	color: #ab0000;
}
.secondary_header ul li.this {
	background-color:#630000;
}


/* MainContentsArea
----------------------------------------*/
/* 01_main_contents
----------------------------------------*/
.main_contents {
	background-color: #FFFFFF;
	margin-left:2%;
	margin-right:2%;
	width: 96%;
	color: #343434;
	padding-bottom: 15px;
}


/*コンテンツ内容が少ない場合の高さ指定*/
.fixed_height {
	height:400px;
}


.main_contents p {
	font-size:1.0em;
	line-height:1.5em;
}



/* 01-01_Sub TextArea
----------------------------------------*/

/*.text_areaL {
	margin-left:50px;
}

.text_areaM {
	margin-left:100px;
}*/


.text_area01 {
	margin-left:50px;
}

.text_area02 {
	margin-left:100px;
}


/* Table
----------------------------------------*/
table {
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid black;
	margin:10px 0px;
}

td {
	border: 1px solid black;
	padding:20px;	
}


table.noborder, table.noborder td  {
  border: 0px none;
  padding:5px;	
}

/* noDisplay
----------------------------------------*/
.noDisplay {
	display: none;
}


/* トップページ
----------------------------------------*/
.top_main {
	margin-top:50px;
}

.top_main p {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	line-height:3em;
}

/* 設立趣意書
----------------------------------------*/
.signature_date_area {
	text-align : right;

}


/* 事業計画
----------------------------------------*/
/*dl.keikaku_list {
	
}

dl.keikaku_list dt {
	float:left;
}

dl.keikaku_list dd {
	margin-left:10em;
}

dl.keikaku_list dd.one {
	margin-left:10.5em;
}*/



/* noDisplay
.signature_area {
	width: 40%;
	margin-left: 450px;
}
----------------------------------------*/

.icon_pdf {
	width:10px;
	height:10px;
	border:none;
}


