@charset "utf-8";

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

Menu  :
	1.BROWSER-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.CUSTOM STYLE
	5.PART STYLE
	6.FORM STYLE
	7.TABLE STYLE
	8.COMMON STYLE

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

/* 1.BROWSER-RESET
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td { 
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

input,
textarea {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

abbr,
acronym {
	border: 0;
}

a {
/* \*/
	overflow: hidden;
/* */
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

/* 2.BASE-SET
--------------------------------------------------------- */

/* FONT-LIB */

body,
input,
select,
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-size: 13px;
}

* html body {
	font-size: small; /* for IE6 */
}

*:first-child+html body {
	font-size: small; /* for IE7 */
}

* html table {
	font-size: 100%; /* for IE6 table */
}

.px10 {
	font-size: 77%;
}

.px11,
.xs {
	font-size: 85%;
}

.px12,
.s {
	font-size: 93%;
}

.px13,
.m {
	font-size: 100%;
}

.px14 {
	font-size: 108%;
}

.px15,
.l {
	font-size: 116%;
}

.px16,
.xl {
	font-size: 123%;
}

.px17 {
	font-size: 131%;
}

.px18 {
	font-size: 138%;
}

.px19 {
	font-size: 146%;
}

.px20 {
	font-size: 153%;
}

.px21 {
	font-size: 161%;
}

.px22 {
	font-size: 167%;
}

.px23 {
	font-size: 174%;
}

.px24 {
	font-size: 182%;
}

.px25 {
	font-size: 189%;
}

.px26 {
	font-size: 197%;
}

/* CLEAR-FIX */

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

*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
}

.clfix {
	display: block;
}
/* End hide from IE6/IE Mac */

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll; /* CSS3 */
}

/*body {
	background: url("../img/bg_body.png") repeat-y 50% 0;
}*/

#pageOutbox {
	background: url("../img/bg_body.png") repeat-y 50% 0;
}

#page {
	background-color: #333631;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 940px;
}

#content {
	float: left;
	width: 630px;
}

#aside {
	float: right;
	width: 300px;
}

#footer {
	padding: 10px 0;
}

/* 4.CUSTOM STYLE
--------------------------------------------------------- */


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

#footer ul {
	text-align: center;
}

#footer ul li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 0 10px 0 13px;
}

#footer ul li.fst {
	border-left: 0;
}

#footer address {
	padding-top: 10px;
}


/* 5.PART STYLE
--------------------------------------------------------- */

/* header */

#header {
	padding: 10px 0;
}

#h1Area {
	float: right;
	height: 210px;
	position: relative;
	width: 790px;
}

#h1Area h1,
#h1Area p,
#h1Area ul#socialmedia {
	position: absolute;
}

#h1Area ul#socialmedia {
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	padding: 3px;
	top: 10px;
	right: 10px;
}

#h1Area p {
	bottom: 10px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	width: 790px;
}

#monthArea {
	float: left;
	width: 140px;
}

#monthArea dl {
	background-color: #c39143;
	color: #fff;
	height: 55px;
	line-height: 1.3;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}

#monthArea dl dt {
	font-weight: bold;
}

/* content */

#presentArea {
	margin-left: -10px;
	overflow: hidden;
	width: 640px;
}

#presentArea li {
	display: block;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
}

/*#presentArea li.r {
	padding-left: 10px;
}*/

#presentArea li img {
	display: block;
}

#content .btn a {
	background: url("../img/btn_entry01.png") no-repeat;
	display: block;
	height: 90px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 630px;
}

#content .btn a:hover {
	background-position: 0 -90px;
}

/* aside */

#aside .btn a {
	background: url("../img/btn_entry02.png") no-repeat;
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	width: 300px;
}

#aside .btn a:hover {
	background-position: 0 -70px;
}

#fbArea {
	background-color: #fff;
	margin-top: 10px;
}

#fbArea iframe {
	border: 0;
	height: 387px;
	overflow: hidden;
	width: 300px;
}

#guidelineArea {
	background-color: #fff;
	margin-top: 10px;
}

#guidelineTxt {
	padding: 10px;
}

#guidelineTxtInbox {
	height: 270px;
	line-height: 1.3;
	overflow: auto;
	padding-right: 10px;
	width: 270px;
}

#guidelineTxtInbox dl {
	margin-bottom: 10px;
}

#guidelineTxtInbox a:link {
	color: #07519a;
}

#guidelineTxtInbox a:visited {
	color: #07519a;
}

#guidelineTxtInbox a:hover {
	color: #c00;
}

/* nextInfo */
#nextInfo {
	margin-top: 10px;
}

#nextInfo h2 {
	float: left;
	width: 140px;
}

#nextInfo .infoArea {
	background-color: #71686c;
	float: right;
	padding: 10px;
	width: 770px;
}

#nextInfo .infoArea dl {
	color: #fff;
	float: left;
	line-height: 1.4;
	width: 560px;
}

#nextInfo .infoArea dt {
	font-size: 123%;
	font-weight: bold;
	padding-bottom: 10px;
}

#nextInfo .infoArea div {
	float: right;
	width: 200px;
}

/* toTopLnk */

.toTopLnk {
	margin-top: 10px;
	text-align: right;
}

/* balloon */

#balloonArea li {
	display: none;
}

.balloon {
	display: none;
	position: absolute;
	z-index: 999;
}

.balloon p {
	background-color: #fff;
	border: 1px solid #333631;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.2;
	padding: 10px;
	width: 200px;
}

.balloon p:before {
	content: ' ';
	height: 0;
	left: 50%;
	bottom: -30px;
	border-top: 20px solid #333631;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	width: 0;
}

.balloon p:after {
	content: ' ';
	height: 0;
	left: 50%;
	bottom: -28px;
	border-top: 20px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	width: 0;
}

/* 6.FORM STYLE
--------------------------------------------------------- */


/* 7.TABLE STYLE
--------------------------------------------------------- */


/* 8.COMMON STYLE
--------------------------------------------------------- */

a:link {
	color: #fff;
	text-decoration: none;
}

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

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

.m10 {
	margin-bottom: 10px;
}
