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

/* 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
--------------------------------------------------------- */
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0 auto\9;
	width: 950px\9;
}

#page {
	margin: 0 auto;
	max-width: 950px;
	width: 950px\9;
}

#topHead {
	display: none;
}

#header h1 {
	margin-bottom: 5px;
	background: url(../img/logo.png) no-repeat;
	width: 250px;
	height: 35px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	height: 35px;
	width: 80px;
}

#header ul {
	border-top: 1px #c3c3c3 solid;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 15px;
    _padding-bottom: 15px;
}

#header ul li {
	font-weight: bold;
	background: url("../img/arrow.gif") 0 3px no-repeat;
    margin-right: 10px;
    padding-left: 15px;
	float: left;
}

#header ul li.first {
	background: none;
	padding: 0;
	float: left;
}

#content {
	clear: both;
}

#content h2 {
    background-color: #EDEDED;
    border-left: 6px solid #9C9CCD;
    clear: both;
    color: #2A2A56;
    font-size: 116%;
    font-weight: bold;
    padding: 6px 12px;
	margin-bottom: 15px;
}

#content ul {
	overflow: hidden;
	width: 100%;
}

#content ul li {
	background: url("../img/list_bg.png") 5px 0 no-repeat;
	float: left;
	width: 180px;
	height: 210px;
	padding: 0 5px 10px;
	line-height: 1.4;
}

#content ul li:hover {
	background: url("../img/list_bg.png") 5px -250px no-repeat;
}

#content ul li a {
	color: #000;
	display: block;
	height: 85px;
	text-decoration: none;
	padding-top: 125px;
	width: 180px;
}

#content ul li a strong {
	color: #00e;
	font-weight: normal;
	padding: 0 5px;
	text-decoration: underline;
}

#content ul li a:hover strong {
	text-decoration: none;
}

#content ul li a em {
	display: block;
	padding: 0 5px;
	line-height: 1.2;
}

#footer {
	border-top: 1px #c3c3c3 solid;
	text-align: center;
	padding: 10px 0;
}

.list01 a {
	background: url("../img/list/list_01.png") no-repeat;
}

.list02 a {
	background: url("../img/list/list_02.png") no-repeat;
}

.list03 a {
	background: url("../img/list/list_03.png") no-repeat;
}

.list04 a {
	background: url("../img/list/list_04.png") no-repeat;
}

.list05 a {
	background: url("../img/list/list_05.png") no-repeat;
}

.list06 a {
	background: url("../img/list/list_06.png") no-repeat;
}

.list07 a {
	background: url("../img/list/list_07.png") no-repeat;
}

.list08 a {
	background: url("../img/list/list_08.png") no-repeat;
}

.list09 a {
	background: url("../img/list/list_09.png") no-repeat;
}

.list10 a {
	background: url("../img/list/list_10.png") no-repeat;
}

.list11 a {
	background: url("../img/list/list_11.png") no-repeat;
}

.list12 a {
	background: url("../img/list/list_12.png") no-repeat;
}

.list13 a {
	background: url("../img/list/list_13.png") no-repeat;
}

.list14 a {
	background: url("../img/list/list_14.png") no-repeat;
}

.list15 a {
	background: url("../img/list/list_15.png") no-repeat;
}

.list16 a {
	background: url("../img/list/list_16.png") no-repeat;
}

.list17 a {
	background: url("../img/list/list_17.png") no-repeat;
}

.list18 a {
	background: url("../img/list/list_18.png") no-repeat;
}

.list19 a {
	background: url("../img/list/list_19.png") no-repeat;
}

.list20 a {
	background: url("../img/list/list_20.png") no-repeat;
}

.list21 a {
	background: url("../img/list/list_21.png") no-repeat;
}

.list22 a {
	background: url("../img/list/list_22.png") no-repeat;
}

.list23 a {
	background: url("../img/list/list_23.png") no-repeat;
}

.list24 a {
	background: url("../img/list/list_24.png") no-repeat;
}

.list25 a {
	background: url("../img/list/list_25.png") no-repeat;
}

.list26 a {
	background: url("../img/list/list_26.png") no-repeat;
}

.list27 a {
	background: url("../img/list/list_27.png") no-repeat;
}

.list28 a {
	background: url("../img/list/list_28.png") no-repeat;
}

.list29 a {
	background: url("../img/list/list_29.png") no-repeat;
}

.list30 a {
	background: url("../img/list/list_30.png") no-repeat;
}

.list31 a {
	background: url("../img/list/list_31.png") no-repeat;
}

.list32 a {
	background: url("../img/list/list_32.png") no-repeat;
}

.list33 a {
	background: url("../img/list/list_33.png") no-repeat;
}

.list34 a {
	background: url("../img/list/list_34.png") no-repeat;
}

.list_s_01 a {
	background: url("../img/list/list_s_01.png") no-repeat;
}

.list_s_02 a {
	background: url("../img/list/list_s_02.png") no-repeat;
}

.list_s_03 a {
	background: url("../img/list/list_s_03.png") no-repeat;
}

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

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


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


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