@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 */
}

/* 4.CUSTOM STYLE
--------------------------------------------------------- */
body {
	background-color: #f1fdff;
	color: #333;
}

a:link {
	color: #07519A;
}

a:visited {
	color: #990099;
}

a:hover {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}

#header {
	background:url("../img/bg_line.png") center bottom no-repeat;
	padding-bottom: 31px;
}

#socialmedia {
	position:absolute;
	top:-520px;
	right:10px;
}

h1 {
	background:url("../img/h1.jpg") center 0 no-repeat;
	text-indent: -9999px;
	display: block;
	height: 500px;
}

#content {
	width: 950px;
	margin: 0 auto;
	position:relative;
}

h2.h2_1,
h2.h2_2 {
	background:url("../img/h2_1.png") no-repeat;
	width: 950px;
	height: 40px;
	text-indent: -9999px;
	display: block;
}

h2.h2_1 {
	background:url("../img/h2_1.png") no-repeat;
}

h2.h2_2 {
	background:url("../img/h2_2.png") no-repeat;
	margin-bottom: 20px;
}

.img01 {
	background:url("../img/img01.png") no-repeat;
	width: 931px;
	height: 111px;
	display:block;
	text-indent: -9999px;
	margin-bottom: 30px;
}

.rank {
	margin-bottom: 40px;
}

.rankP,
.rankG {
	width: 460px;
	height: 130px;
	text-height: -9999px;
	display: block;
	float: left;
}

.rankP dl,
.rankG dl {
	text-indent: -9999px;
}

.rankP {
	background:url("../img/img02.png") no-repeat;
}

.rankG {
	background:url("../img/img03.png") no-repeat;
	margin-left: 10px;
}

.summary {
	width: 910px;
	margin: 0 auto;
}

.summary dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.summary dd {
	padding-bottom: 2.5em;
	line-height: 1.7;
}

.summary dd li {
	line-height: 1.7;
}

.homeLink {
	text-align: center;
	margin-bottom: 30px;
}

.homeLink a {
	background:url(../img/home_arrow.png) 0 center no-repeat;
	padding-left: 10px;
}

.topLink {
	text-align: right;
	margin-bottom: 20px;
}

.topLink a {
	background: url(../img/top_arrow.png) 0 center no-repeat;
	padding-left: 10px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	border-top: 1px solid #d2d8d9;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
}

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


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


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


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

