@charset "utf-8";

/**************************************************************
全体
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 100%;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #000000;
	margin: 0px;
	text-align: center;
	line-height:180%;
}


/**************************************************************
リンク
**************************************************************/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/**************************************************************
アウトライン
**************************************************************/
#outline {
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}


/**************************************************************
ヘッダー
**************************************************************/
#title {
	margin: 0px;
	padding: 0px 0px;
	height: 100px;
	position: relative;
	text-align: left;
	border-bottom: solid 4px #90c31f;
	padding-top: 10px;
	padding-bottom: 10px;
}


#title-inner{width:1200px;
margin:0 auto;
height:100px;
display: flex;justify-content: space-between;align-items: center;}


#title-inner .logo{}

#title-inner .botan{
display: flex;justify-content: flex-end;
	margin-top: 13px;
}


#title h1 {
	font-size: 36px;
	font-weight:normal;
	line-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}


/**************************************************************
フッター
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	text-align: center;
	clear: right;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	background-color: #F0870C;
	color: #FFFFFF;

}

#bottom a:link, #bottom a:visited {
	color: #fff;
	font-size: 13px;

}
#bottom a:hover, #bottom a:active {
	color: #fff;
	font-size: 13px;
}
