@charset "utf-8";

/*フッター固定用*/

html{
    height:100%;
}
body{
    height:100%;
}
* html div#idwrapper{
    height:100%;
}
/*フッター固定用*/


#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width: 100%;
    	position:relative;
    	min-height: 100%;
	
}

#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
}
#header h1{
	float: left;
	width: 54px;
	font-size: 20px;
	font-weight: bold;
}
#header ul#gNavi{
	float: left;
	padding-right: 0px;
	margin-top: 34px;
}
#header ul#gNavi li{
	display: block;
	float: left;
	margin-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif!important;
	font-size: 12px;
	font-weight: normal;
}
#header ul#gNavi li a{
	font-style: normal;
	color: #333;
	text-decoration: none;
}
#header ul#gNavi li a:hover{
	text-decoration: none;
}

ul#gNavi{
	width: 500px;
	text-align: center;
	margin: 0 auto;
	margin-left: 28px;
}
ul#gNavi li{
	display: block;
	float: left;
	width: 70px;
	border-left: solid black 1px;
}
ul#gNavi li a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: lighter;
}
ul#gNavi li a:hover{
	text-decoration: underline;
}
ul#gNavi li.firstItem{
	margin-left: 0;
}
#header ul#icon {
	float: right;
	margin-top: 28px;
}
#header ul#icon li {
	display: block;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
#header p#title {
	font-size: 18px;
	float: left;
	width: 280px;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	margin-top: 30px;
	margin-left: 14px;
}
div#borderList1{
	width: 202px;
	float: left;
	
}
#leftContents {
	float: left;
	width: 210px;
}
#leftContents .contentsTitle {
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
	border-bottom: solid #000 1px;
}

/*-------------------------------------*/
/* リストフォーマット */
/*-------------------------------------*/

ul{
	display: block;
}

ul.borderList1 li{
	border-bottom: 1px dashed #000;
	margin-bottom: 0.9em;
	padding-bottom: 0.2em;
	font-size: 10px;
}
ul.borderList1 li a {
	text-decoration: none;
	font-size: 10px;
}
ul.borderList2 li{
	padding-bottom: 0.3em;
	margin-bottom: 0.9em;
	display: block;
	border-bottom: 1 dotted #cc;
	padding-left: 14px;
}
ul.sub-menu li {
	padding-left: 20px;
	font-size: 10px;
	border-bottom: none;
	padding-top: 4px;
}

#footer{
	color: #999;
	text-align: center;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
	background: #fff;
}

#footer p#copyright{
	text-align: center;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif!important;
	padding-right: 34px;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 4px;
}
