@charset "utf-8";
/*--------------------------------------
　font-size guide
　10px = 100%
　11px = 110%
　12px = 120%
　13px = 130%
　14px = 140%
　15px = 150%
　16px = 160%...
---------------------------------------*/
/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
div, span, p, a, img, ul, ol, li, table, tr, th, td, form, dl, dt, dd, blockquote, h1, h2, h3, h4, h5 {
	border: 0;
}
body {
	text-align: left;
	overflow: auto;
	font: 62.5%/1 "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color: #333333;
}

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#container {
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	width: 900px;
	text-align: left;
	background: url(../images/mark.gif) no-repeat 0px 430px;
	margin-bottom: 10px;
}
/* End hide from IE-mac */


/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {

}
#container /*--------------------------------------
　コンテンツ
---------------------------------------*/
 h1.top {
	margin-bottom: 50px;
}
#container #g-navi {
	margin-bottom: 20px;
	height: 460px;

}

#container #g-navi ul {
	list-style: none;
}
#container #g-navi ul li {
	margin-bottom: 10px;
}
#container h2 {
	margin-bottom: 40px;
}


#wrapper {
	width: 900px;
	height: 420px;
	padding: 0px;
	margin: 0px 0px 20px;
}
#container #wrapper .atl {
	font-size: 120%;
	line-height: 1.6em;
}
.font-blue {
	color: #275981;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.f12 {
	font-size: 120%;
	line-height: 1.3em;
}
.f10 {
	font-size: 100%;
	line-height: 1.3em;
}
/*--------------------------------------
　サイドナビ
---------------------------------------*/




/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	clear: both;
	text-align: left;
	height: 66px;
	padding: 0px;
	background: url(../images/footer_bg.gif) repeat-x;
	margin: 0px;
}
#footer .ad {
	width: 299px;
	margin-left: 20px;
	padding-top: 10px;
}

/*--------------------------------------
　リンク設定
---------------------------------------*/
a:link {
	color: #62AE66;
	text-decoration: underline;

}

a:visited {
	color: #62AE66;
	text-decoration: underline;

}

a:hover {
	color: #62AE66;
	text-decoration: none;

}

a:active {
	color: #62AE66;
	text-decoration: underline;

}

/*--------------------------------------
　Reset
---------------------------------------*/

a, ins {
	text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}


/*--------------------------------------
　clearfix
---------------------------------------*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
#container #wrapper ul {
	font-size: 120%;
	list-style: none;
}
#container #wrapper ul li {
	margin-bottom: 10px;
	text-indent: 1.5em;
	background: url(../images/arrow.gif) no-repeat left center;
}
