/* hofu-hoyoin Document */
/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
    /*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium',YuGothic, meiryo, sans-serif;*/
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /*transform: rotate(.03deg); font-weight: 700;*/
	font-size: 16px;
	line-height:1.65;
	letter-spacing:1px;
	color:#2e4251;
    color:#000;
	background:#edeeee;
}

h2,h3,h4,h5,#TopMenu li,#headerMenu li {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* リンク (全般) */
a {
	color: #2258A9;
	text-decoration:underline;
}
a:visited  { /*color:#33C;*/ }
a:hover { 
	color:#F66;
	text-decoration:none;
}

.clearfloat:after { /* フロートの後処理 */
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfloat { min-height:1px; }
*html .clearfloat { /* IE対策 */
	height:1px;
	/*\//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */

#container { /* コンテンツ全体 */
	position:relative;
    width: 100%;
    min-width: 1050px;
	height:auto;
	margin:0 auto;
	padding:0;
	z-index:0;
	background:#fff;
}

/* ヘッダー ////////////////////////// */

/* ヘッダー・タイトル */
header { 
	width:100%;
	height:280px;
	margin:0 auto;
	padding:0;
    background: #f1f8fc;
	/*background:url(../images/img_headerphoto01.jpg) 0 84% no-repeat;*/
}

/* コンテンツエリア ////////////////// */
main {
	width:100%;
	height:auto !important;
	margin:0 auto;
    padding-top:15px;
	clear:both;
	/*background:#fff url(../material/backimg_contarea.jpg) 0 0 repeat-x; */
    background: linear-gradient(#2e4251 1px,transparent 10px);
}
/*\*/
* html main { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/
main:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
main article {
	float:left;
	width:72%;
	height:auto !important;
	min-height:400px;
	margin:0;
	padding:20px 10px 10px 20px;
	font-weight:normal;
}

/* コンテンツサイド ////// */
aside {
	float:left;
	width:230px;
	margin:0 10px 10px 0;
	padding:15px 0 0 25px;
}

/* フッター ////////////////////////// */
footer {
	position:relative;
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:0;
    background: #314759;
	font-weight:normal;
	color:#fff;
}

small { 
	/*color:#D6E4D7;*/
    color:#2E353E;
}
address { font-style:normal; } 

/* ----------------------------------------- */
/* 改行処理（P）の書式設定                   */
/* ----------------------------------------- */

p {
	margin:8px 10px 8px 15px;
	padding:0;
	line-height:1.6;
}

p.print { /*印刷改行処理*/
    page-break-before: always;
    page-break-after: always;
}

/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */
/* ▼ リスト全般 */
ul { 
	margin:0 0 0 30px;
	padding:6px 0;
	list-style-type:disc;
}
ol { 
	margin:0 0 0 30px;
	padding:6px 0;
}
ul ul {
	margin:0;
	list-style-type:circle;
}

li { 
	margin:4px 8px 12px 20px;
	line-height:1.45;
	list-style-image: none;
	letter-spacing:1px;
}

ul strong, ol strong {
	font-size:110%;
}

ul p, ol p {
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */
h1,h2,h3,h4,h5 {
	line-height:1.3;
	clear:both;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */
/* テーブル全般 */
td, th { 
	font-size:100%;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 10px 20px;
	line-height:1.45;
}
.normal td, .normal th { /* ノーマル */
	text-align:left;
	padding:5px;
	vertical-align:top;
}

