/* shunan-hifuka Document */
/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium',YuGothic, meiryo, sans-serif;
	font-size: 15px;
	line-height:1.4;
	letter-spacing:1px;
	color:#000;
	/*background:#ece4cd;*/
    background: linear-gradient(#ece4cd,#f5f2e7,#fff 70%);
}

/* リンク (全般) */
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:1130px;
	height:auto;
	margin:0 auto;
	padding:0 15px;
	z-index:0;
	background:#fff;
}

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

/* ヘッダー・タイトル */
header { 
	width:100%;
    min-width: 1050px;
	height:268px;
	margin:0 auto;
	padding:0;
    background-color:#fff;
	/*background:url(../images/img_headerphoto01.jpg) 0 84% no-repeat;*/
}
header h1 { /* ヘッダーH1タイトル */
	/*position: absolute;
	top: 8px;
	left: 25px;*/
	font-size:86%;
	/*margin:0 0 0 10px;
	padding:10px 25px 0 25px;*/
	color:#333;
	text-align:right;
    padding-top:5px;
    padding-right:10px;
	z-index:5;
}

header h1 a {
	color:#9BAFCD;
	text-decoration:none;
}
header h1 a:hover {
	color:#F30;
	text-decoration:underline;	
}

/* コンテンツエリア ////////////////// */
main {
	width:100%;
	min-width:1100px;
	height:auto !important;
	margin:0 auto;
    padding-top:0;
	clear:both;
}
/*\*/
* 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:75%;
	height:auto !important;
	min-height:400px;
	padding:5px 10px 10px 20px;
	margin:0;
	font-weight:normal;
}

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

/* フッター ////////////////////////// */
footer {
	position:relative;
    clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 10px 0;
   /* background: -webkit-linear-gradient(#00a6e6, #0073ad);
    background: -o-linear-gradient(#00a6e6, #0073ad);*/
    /*border-top:1px solid #1a3438;*/
    /*border-top:1px solid #015f2d;
    background: linear-gradient(#6e796f 1px,transparent 8px);*/
    /*border-top:1px solid #edd589;
    background: linear-gradient(#fbe8a3 1px,transparent 8px);*/
    background: linear-gradient(#5682bf 1px,transparent 8px);
	/*background:#015f2d;*/
}

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;
}
ul ul {
	margin:0;
	list-style-type:circle;
}

li { 
	margin:4px 8px 14px 30px;
	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;
}

