@charset "UTF-8";

/*==============================================================================

	General
	
==============================================================================*/

html {
	overflow-y: scroll;
}

html,body {
	background: #ffffff;
}

body {
	color: #333333;
}

/*------------------------------------------------------------------------------
	Font
------------------------------------------------------------------------------*/

/*
px = %
10 = 77
11 = 85
12 = 93
13 = 100
14 = 108
15 = 116
16 = 123.1
17 = 131
18 = 138.5
19 = 146.5
20 = 153.9
21 = 161.6
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197
*/

.fs10 { font-size: 77%; }
.fs11 { font-size: 85%; }
.fs12 { font-size: 93%; }
.fs13 { font-size: 100%; }
.fs14 { font-size: 108%; }
.fs15 { font-size: 116%; }
.fs16 { font-size: 123.1%; }
.fs17 { font-size: 131%; }
.fs18 { font-size: 138.5%; }
.fs19 { font-size: 146.5%; }
.fs20 { font-size: 153.9%; }
.fs21 { font-size: 161.6%; }
.fs22 { font-size: 167%; }
.fs23 { font-size: 174%; }
.fs24 { font-size: 182%; }
.fs25 { font-size: 189%; }
.fs26 { font-size: 197%; }

.fl { float: left !important; width: auto; }
.fr { float: right !important; width: auto; }

.tal { text-align: left !important; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

.fwb { font-weight: bold !important; }
.fwn { font-weight: normal !important; }

.att { color: #da0717 !important; }

/*------------------------------------------------------------------------------
	Margin & Padding
------------------------------------------------------------------------------*/

.m00 { margin: 0 !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/*------------------------------------------------------------------------------
	link
------------------------------------------------------------------------------*/

a:link,
a:active {
	color: #2162d8;
	text-decoration: underline;
}

a:visited {
	color: #2162d8;
}

a:hover {
	color: #ea0000;
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	Typography
------------------------------------------------------------------------------*/

h1 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h2 {
	margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h3 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h4 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h5 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

h6 {
    margin: 0;
    font-size: 100%;
	line-height: 1.2;
}

p {
	margin: 0;
	font-size: 100%;
	line-height: 1.2;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*------------------------------------------------------------------------------
	List
------------------------------------------------------------------------------*/

dl,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/*------------------------------------------------------------------------------
	Table
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	clearfix
------------------------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*==============================================================================

	Layout
	
==============================================================================*/

/*------------------------------------------------------------------------------
	Header
------------------------------------------------------------------------------*/

header {
	margin: 0;
	background: url(../img/header_line_bg.png) repeat-x top left;
}

header #header_top {
	height: 95px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header #header_top h1 {
	position: relative;
	width: 340px;
	height: 38px;
	top: 38px;
	left: 0;
	text-indent: -9999em;
}

header #header_top h1 a {
	display: block;
	width: 340px;
	height: 38px;
	background: url(../img/logo.png) no-repeat left top;
}

header #header_top #head_nav {
	margin: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	top: 42px;
	right: 0;
}

header #header_top #head_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

header #header_top #head_nav ul:after {
	content: "";
	display: block;
	clear: both;
}

header #header_top #head_nav ul li {
	float: left;
	margin: 6px 0 0 22px;
	padding: 0 0 0 11px;
	background: url(../img/headnav_link_icon.png) no-repeat left center;
	font-size: 93%;
	line-height: 1.5;
}

header #header_top #head_nav ul li a {
	text-decoration: none;
	color: #333333;
}

header #header_top #head_nav ul li a:hover {
	text-decoration: underline;
}

header #header_top #head_nav .entry {
	display: block;
	width: 148px;
	height: 33px;
	background: url(img/logout_btn.png) no-repeat left top;
	text-indent: -9999px;
}

header #header_top #logout a:hover {
	background-position: 0 -33px;
}

header #global_nav {
	background: url(../img/gnav_bg.png) repeat-x left top;
	height: 87px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* IE9 10 ▼ */
header #global_nav:not(:target) {
	box-shadow: 0 1px 4px rgba(0,0,0,0.5)\9;
}
/**/

header #global_nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

header #global_nav ul:after {
	content: "";
	display: block;
	clear: both;
}

header #global_nav ul li {
	float: left;
	position: relative;
}

header #global_nav ul li a {
	position: relative;
	text-indent: -9999em;
}

header #global_nav ul li a .active {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 16px;
	height: 8px;
	margin-left: -8px;
	background: url(../img/gnavi_on.png) no-repeat left top;
	z-index: 999;
}

header #global_nav ul li a {
	display: block;
}

header #global_nav ul li.n01 a {
	width: 150px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat left top;
}

header #global_nav ul li.n02 a {
	width: 150px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat -150px top;
}

header #global_nav ul li.n03 a {
	width: 150px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat -300px top;
}

header #global_nav ul li.n04 a {}

header #global_nav ul li.n05 a {
	width: 150px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat -450px top;
}

header #global_nav ul li.n06 a {
	width: 150px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat -600px top;
}

header #global_nav ul li.n07 a {
	width: 210px;
	height: 87px;
	background: url(../img/gnav.png) no-repeat -750px top;
}

header #global_nav ul li.n01 a:hover {
	background-position: left -87px;
}

header #global_nav ul li.n02 a:hover {
	background-position: -150px -87px;
}

header #global_nav ul li.n03 a:hover {
	background-position: -300px -87px;
}

header #global_nav ul li.n04 a:hover {}

header #global_nav ul li.n05 a:hover {
	background-position: -450px -87px;
}

header #global_nav ul li.n06 a:hover {
	background-position: -600px -87px;
}

header #global_nav ul li.n07 a:hover {
	background-position: -750px -87px;
}

header #global_nav ul li.n01 a.on {
	background-position: 0 -87px;
}

header #global_nav ul li.n02 a.on {
	background-position: -150px -87px;
}

header #global_nav ul li.n03 a.on {
	background-position: -300px -87px;
}

header #global_nav ul li.n04 a.on {}

header #global_nav ul li.n05 a.on {
	background-position: -450px -87px;
}

header #global_nav ul li.n06 a.on {
	background-position: -600px -87px;
}

header #global_nav ul li.n07 a.on {
	background-position: -750px -87px;
}

header #global_nav ul li ul {
	position: absolute;
	top: 87px;
	left: -30px;
	width: 210px;
	margin: 0;
	padding: 0;
	z-index: 99;
}

/*IE7▼*/
*+html body header #global_nav ul li {
	z-index: 1 !important;
}
/**/

header #global_nav ul#nav li ul li {
	width: 210px;
	color: #ffffff;
}

header #global_nav ul#nav li ul li a {
	position: relative;
	display: block;
	height: auto;
	width: 170px;
	padding: 12px 10px 12px 30px;
	background: #db3339;
	color: #ffffff;
	font-size: 93%;
	text-indent: 0;
	border-bottom: 1px solid #ae080e;
	text-decoration: none;
}

header #global_nav ul#nav li ul li a:after {
	content :".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header #global_nav ul#nav li ul li a:before {
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	content: "";
	height: 13px;
	width: 13px;
	background: url(../img/gnavi_sub_icon.png) no-repeat left top;
}

header #global_nav ul#nav li ul li a:hover {
	color: #ffcacc;
}

header #global_nav ul#nav li ul li:first-child a {
	padding: 18px 10px 12px 30px;
	background: #db3339 url(../img/activity_nav_bg.png) repeat-x left top;
}

header #global_nav ul#nav li ul li:first-child a:before {
	top: 18px;	
}

header #global_nav ul#nav li ul li:last-child a {
	border-bottom: none;
}

/*IE7▼*/
*+html body header #global_nav ul#nav li ul li a {
	background:  #db3339 url(../img/gnavi_sub_icon.png) no-repeat 10px 11px;
}

*+html body header #global_nav ul#nav li ul li:first-child a {
	background:  #db3339 url(../img/gnavi_sub_icon.png) no-repeat 10px 18px;
}

/* panlist */

header #panlist {
	margin: 0;
	padding: 0;
}

header #panlist p {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-size: 93%;
	line-height: 1.5;
}

header #panlist p span {
	padding: 0 10px;
}

/*------------------------------------------------------------------------------
	Content
------------------------------------------------------------------------------*/

#content {
	padding: 30px 0 50px 0;
	font-size: 108%;
}

#content_inner {
	width: 960px;
	margin: 0 auto;
}

/* panlist */

#content #panlist {
	margin: 0;
}

#content #panlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}

#content #panlist ul:after {
	content: "";
	display: block;
	clear: both;
}


#content #panlist ul li {
	float: left;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	background: url(../img/panlist_section_bg.png) no-repeat left center;
}

#content #panlist ul li.first {
	margin: 0;
	padding: 0;
	background: none;
}

/* main */

#content #main_wrap {
	margin: 0;
	zoom: 1;
}

#content #main_wrap:after {
	content: "";
	display: block;
	clear: both;
}

#content #main_wrap #main {
	float: right;
	width: 700px;
	min-height: 413px;
	height: auto !important;
	height: 413px;
}

#content #main_wrap #side {
	float: left;
	width: 230px;
}

#content #main_wrap #side #sNav {
	margin: 0 0 20px 0;
}

#content #main_wrap #side #sNav h2 {
	background: url(../img/side_nav_top_bg.png) no-repeat left top;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.6;
	color: #ffffff;
	border-radius: 0 0 4px 4px;
}

#content #main_wrap #side #sNav h2 a {
	display: block;
	padding: 13px 12px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0 0 4px 4px;
}

#content #main_wrap #side #sNav h2 a:hover {
	text-decoration: underline;
}

#content #main_wrap #side #sNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side #sNav ul li {
	margin: 0;
	padding: 0;
	font-size: 93%;
	line-height: 1.6;
}

#content #main_wrap #side #sNav ul li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px dotted #aaaaaa;
	color: #333333;
	text-decoration: none;
}

#content #main_wrap #side #sNav ul li a:before {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../img/sidenav_icon_bg.png) no-repeat left top;
}

#content #main_wrap #side #sNav ul li a:hover {
	background: url(../img/sidenav_on_bg.png) repeat;
	text-decoration: underline;
}

#content #main_wrap #side #sNav ul li.on a {
	background: url(../img/sidenav_on_bg.png) repeat;
}


/*IE7▼*/
*+html body #content #main_wrap #side #sNav ul li a {
	background: url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}

*+html body #content #main_wrap #side #sNav ul li a:hover {
	background: #fff7f7 url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}

*+html body #content #main_wrap #side #sNav ul li.on a {
	background: #fff7f7 url(../img/sidenav_icon_bg.png) no-repeat 10px 14px;
}
/**/

#content #main_wrap #side #yNav {
	margin: 0 0 20px 0;
	background: #f9fafb;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

#content #main_wrap #side #yNav h2 {
	margin: 10px;
	padding: 0;
	line-height: 1.6;
}

#content #main_wrap #side #yNav ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side #yNav ul li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6;
}

#content #main_wrap #side #yNav ul li:last-child {
	margin: 0;
}

#content #main_wrap #side #yNav ul li a {
	display: block;
	padding: 0 0 0 25px;
	color: #333333;
	background: url(../img/ynav_icon_bg.png) no-repeat 10px center;
}

#content #main_wrap #side #yNav ul li a:hover {
	background: #ebeced url(../img/ynav_icon_bg.png) no-repeat 10px center;
	text-decoration: underline;
}

#content #main_wrap #side #yNav ul li p {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #dddddd;
}

#content #main_wrap #side #yNav ul li ul {
	margin: 0;
	padding: 0;
}

#content #main_wrap #side #yNav ul li ul li a {
	margin: 0;
	padding: 0 0 0 25px;
	background: url(../img/ynav_icon02_bg.png) no-repeat 10px center;
}

#content #main_wrap #side #yNav ul li ul li a:hover {
	background: #ebeced url(../img/ynav_icon02_bg.png) no-repeat 10px center;
}

#content #main_wrap #side ul.bnr {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side ul.bnr li {
	margin: 0 0 15px 0;
}

#content #main_wrap #side ul.bnr li img {
	vertical-align: top;
}

/* box */

.wrap-box {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.wrap-box-inner {
	padding: 15px 30px;
}

/*------------------------------------------------------------------------------
	Fotter
------------------------------------------------------------------------------*/

footer {
	padding: 10px 0 0 0;
}

footer #footer_top {
	background: #f3f3f3 url(../img/footer_top_bg.png) repeat-x left top;
}

footer #footer_top_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

footer #footer_top #gotop_btn {
	position: absolute;
	width: 151px;
	top: 17px;
	right: 0;
}

footer #footer_top #gotop_btn a {
	display: block;
	width: 151px;
	height: 50px;
	background: url(../img/gotop_bg.png) no-repeat left top;
	text-indent: -9999px;
	line-height: 1;
	vertical-align: bottom;
}

footer #footer_top #gotop_btn:hover a {
	background-position: 0 -100px;
}

footer #footer_top #utility_nav {
	margin: 0;
	padding: 18px 0;
	list-style: none;
	zoom: 1;
}

footer #footer_top #utility_nav:after {
	content: "";
	display: block;
	clear: both;
}

footer #footer_top #utility_nav li {
	float: left;
	margin: 0 22px 0 0;
	padding: 0 0 0 14px;
	font-size: 93%;
	line-height: 1.5;
	background: url(../img/utilitynav_link_icon.png) no-repeat left 5px;
}

footer #footer_top #utility_nav li a {
	color: #333333;
	text-decoration: none;
}

footer #footer_top #utility_nav li a:hover {
	text-decoration: underline;
}

footer #footer_bottom {
	background: #333333;
}

footer #footer_bottom #foot_nav {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	zoom: 1;
}

footer #footer_bottom #foot_nav:after {
	content: "";
	display: block;
	clear: both;
}

footer #footer_bottom #foot_nav li {
	float: left;
	margin: 0 22px 0 0;
	padding: 0 0 0 11px;
	font-size: 93%;
	line-height: 1.5;
	background: url(../img/footnav_link_icon.png) no-repeat left 4px;
}

footer #footer_bottom #foot_nav li a {
	color: #ffffff;
	text-decoration: none;
}

footer #footer_bottom #foot_nav li a:hover {
	text-decoration: underline;
}

footer #footer_bottom_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

footer #footer_bottom #copy {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #ffffff;
	top: 15px;
	right: 0;
}

footer #footer_bottom #copy p {
	margin: 0;
	padding: 0;
}