@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: #0000FF;
	text-decoration: none;
}

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #231815;
	min-width: 960px;
	background-color: #E50038;
}

#container{
	text-align: left;
	background-color: #fff;
}

#main {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: url(../img/side_bg.gif) repeat-y left top;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #E50038;
}

#header h1 {
	padding: 8px 0 3px;
	text-align: center;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 30px 50px 20px 20px;
	width: 630px;

	float: right;
}

#conts h2 {
	margin-bottom: 28px;
}

#conts .pageTop {
	margin-bottom: 10px;
	text-align: right;
}

#conts .pageTop a {
	padding-left: 13px;
	color: #231815;
	background: url(../../img/program/icon01.gif) no-repeat left 2px;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 20px;
	width: 220px;

	float: left;
}

#sideBar .logo {
	margin-bottom: 18px;
}

#sideBar .gNavi {
	margin-bottom: 180px;
}

#sideBar .gNavi li {
	margin-bottom: 5px;
	float: left;
}

#sideBar .gNavi li img {
	display: block;
}

#sideBar .jhrsBtm .imgJhrs {
	margin-bottom: 5px;
}

#sideBar .jhrsBtm p {
	word-wrap: break-word;
	word-break: normal;
}

#sideBar .jhrsBtm p a {
	color: #CF121B;
}

#sideBar .jhrsBtm {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 220px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 7px;
	overflow: hidden;
	clear: both;
	background-color: #E50038;
}

#footer p {
	text-align: center;
	color: #fff;
}
