﻿@charset "utf-8";
/* rule reset */

html, body, div, span, img, ul, li, a, p, h1, h2, h3 ,h4, h5, h6, dl, dt, dd, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"ＭＳ ＵＩゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}

/* basic style */
body {
	font-size: 14px;
	line-height: 14px;
	color: #454545;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a {
	color: #009000;
	text-decoration: none;
}

a:hover {
	color: #60F000;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	text-align: left;
}

h3 {
	font-size: 12px;
}

li {
	list-style-type: none;
}

#all {
	height: auto;
	width: 900px;
	line-height: 20px;
	margin: auto;
}

#all #outerGroup {
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* clear */
#all #outerGroup .floatClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}


/* h3_bottom( ▲top page area) */
#h3_bottom {
	background-image: url(../../images/basic/label_h3_bottom.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 56px;
	width: 900px;
}
#h3_bottom span {
	padding-top: 25px;
	display: block;
	padding-left: 25px;
	height: 15px;
	width: 100px;
	float: left;
}
.h3_bottom600 {
	background-image: url(../../images/basic/label_h3_bottom.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 56px;
	width: 600px;
}
.h3_bottom600 span {
	padding-top: 25px;
	display: block;
	padding-left: 25px;
	height: 15px;
	width: 100px;
	float: right;
}

/* align or float */
.right {
	float: right;
}
.left {
	float: left;
}
.text-center {
	text-align: center;
}
.small {
	font-size: smaller;	
}

/* bar(.....) */
.bar900 {
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../../images/basic/info_bar.gif);
	height: 31px;
	width: 900px;
}
.bar750 {
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../../images/basic/info_bar.gif);
	height: 31px;
	width: 750px;
}
.bar600 {
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../../images/basic/info_bar.gif);
	height: 31px;
	width: 600px;
}

#summary a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #999999;
}

.invisible {
	display: none;
}


/*
.blue {
	color: #000058;
	font-weight: bold;
}
*/

/* px
#px10 {
	font-size: 10px;
	color: #999999;
}

#px16_blue {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	line-height: 18px;
}

#px16_green {
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
	line-height: 18px;
}

#px24_blue {
	font-size: 24px;
	font-weight: bold;
	color: #000033;
	line-height: 28px;
}

#px24_green {
	font-size: 24px;
	font-weight: bold;
	color: #003300;
	line-height: 28px;
}

#px22_grey {
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	line-height: 28px;
	text-align: right;
}

#px22_grey_left {
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	line-height: 28px;
	text-align: left;
}

#5px_bottom {
	height: 10px;
	width: 798px;
	padding-bottom: 5px;
	display: block;
}
*/

/* spacing
#spacing_normal {
	letter-spacing: normal;	
}
*/

/*
.blue_bold {
	font-weight: bold;
	color: #0066FF;
}

.black_bold{
	font-weight: bold;
}
*/
