@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;

}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #333;
	background: url(../images/bg_body.jpg) no-repeat center 103px;
}

#container{
	margin: 0 auto;
	width: 961px;

	text-align: left;
}

#main {
	padding-bottom: 95px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 33px 0 17px;
}

#header .logo {
	float: left;
}

#header h1 {
	margin-top: 8px;
}

#header .btnUl {
	padding-top: 13px;
	float: right;
}

#header .btnUl li {
	padding-left: 10px;
	float: left;
}

#header .btnUl img,
#gNavi li img {
	display: block;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 0 -4px 14px;
	position: relative;
	clear: both;
	z-index: 100;
}

#gNavi li {
	float: left;
	position: relative;
}

#gNavi ul {
	top: 49px;
	width: 190px;
	color: #000;
	font-size: 1.2em;
	background: #FFF;
	border: 1px solid #64C9FB;
	border-bottom: 0;
	position: absolute;
	display: none;
}

#gNavi ul li {
	float: none;
}

#gNavi ul li a {
	padding: 5px;
	display: block;
	zoom: 1;
	border-bottom: 1px solid #64C9FB;
}

#gNavi ul li a:hover {
	background: #D5EDF7;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	padding: 9px 20px 5px;
	background: url(../images/bg_01.png) no-repeat left top;
}

#pagePath li {
	display: inline;
}

#pagePath .color {
	color: #0099ff;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 685px;

	float: left;
}

#conts .topSection {
	margin-bottom: 20px;
}

#conts .topSection h2 {
	padding: 20px 0 25px 26px;
	background: url(../images/bg_02.png) no-repeat left bottom; 
}

#conts .contents {
	padding-bottom: 11px;
	background: url(../images/bg_04.png) no-repeat left bottom;
}

#conts .contents .contsBox {
	padding: 29px 35px 35px;
	background: url(../images/bg_03.png) no-repeat left top;
}

#conts .contactBox {
	width: 675px;
	margin: 0 auto;
	position: relative;
}

#conts .contactBox ul {
	width: 200px;
	position: absolute;
	right: 30px;
	top: 48px;
}

	* html #conts .contactBox ul {
		right: 29px;
	}

#conts .contactBox ul li {
	margin-bottom: 10px;
	float: left;
}

#conts .contactBox ul li img {
	display: block;
}

#conts .headLine01 {
	padding: 0 0 0 20px;
	font-size: 160%;
	color: #0099ff;
	line-height: 1.4;
	clear: both;
	background: url(../../course/images/bg_01.gif) repeat-y left top;
}

#conts .headLine01 a {
	color: #0099ff;
}

#conts .comUl li {
	margin-right: 5px;
	float: left;
}

#conts .comUl li img {
	display: block;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 240px;

	float: right;
}

#sideBar .formBox {
	padding-bottom: 7px;
	margin-bottom: 28px;
	background: url(../images/bg_form02.png) no-repeat left bottom;
}

#sideBar .formBox h3 {
	margin-bottom: 22px;
	background: url(../images/bg_form.png) no-repeat left top;
}

#sideBar .formBox form {
	padding: 21px 20px 19px;
	background: url(../images/bg_form.png) no-repeat left top;
}

#sideBar .formBox ul li {
	margin-bottom: 15px;
}

#sideBar .formBox ul select {
	width: 100%;
	font-size: 110%;
}

#sideBar .formBox ul input {
	margin-top: 2px;
}

#sideBar .formBox ul input#text {
	padding: 0;
	width: 145px;
	font-size: 110%;
	text-indent: 5px;
	float: left;
}

#sideBar .formBox ul input#btn01 {
	float: right;
}

#sideBar .textNavi {
	margin-bottom: 12px;
	padding-top: 15px;
	background: url(../images/bg_textnavi.png) repeat-x left top;
}

#sideBar .textNavi h3 {
	margin: 0 0 13px 15px;
	padding: 3px 0 3px 25px;
	font-size: 140%;
	color: #0099ff;
	background: url(../images/ico_01.gif) no-repeat left center;
}

#sideBar .textNavi .tit01 {
	margin: 0 0 12px 12px;
}

#sideBar .textNavi ul {
	margin: 0 0 11px 25px;
}

#sideBar .textNavi ul li {
	margin-bottom: 3px;
	font-size: 120%;
	line-height: 1.4;
}

#sideBar .textNavi ul li a {
	padding-left: 17px;
	background: url(../images/ico_02.gif) no-repeat left center;
}

#sideBar .textNavi .linkUl {
	margin: 0 10px 15px;
}

#sideBar .textNavi .linkUl li {
	margin-bottom: 6px;
	padding: 9px 0 0 5px;
	background: url(../images/bg_li01.gif) repeat-x left top;
}

#sideBar .inner01 {
	margin-bottom: 19px;
	padding-top: 32px;
	background: url(../images/bg_inner01.gif) no-repeat left top;
}

#sideBar .inner01 h3 {
	margin: 0 20px 20px;
}

#sideBar .inner01 ul {
	margin: 0 0 15px 30px;
}

#sideBar .inner01 ul li {
	margin-bottom: 11px;
	float: left;
}

#sideBar ul li img {
	display: block;
}

#sideBar .bannerUl li {
	margin-bottom: 9px;
	float: left;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-bottom: 32px;
	clear: both;
	overflow: hidden;
	background: url(../images/bg_footer.gif) repeat-x left top;
}

#footer .pageTop {
	padding: 0 5px;
	margin: 0 auto 23px;
	width: 951px;
	text-align: right;
}

#footer .inner {
	margin: 0 auto;
	width: 961px;
}

#footer .inner .footerImg {
	float: right;
}

#footer .inner .leftBox {
	padding: 3px 0 0 6px;
	float: left;
	width: 850px;
}

#footer .inner .leftBox li {
	margin-right: 10px;
	padding-left: 17px;
	float: left;
	font-size: 120%;
	background: url(../images/ico_03.gif) no-repeat 1px center;
}

#footer .inner .leftBox p {
	margin-top: 13px;
	color: #999;
	text-align: left;
	 clear: both;
}
.bnr_special_list{
margin:0 0 10px -8px;
}
.banner_app{
margin:0 0 0 10px;
}
.bnr_shogi{
margin:0 0 10px 0;
}