/*
-----------------------------------------------------
COMMON
-----------------------------------------------------
*/

* {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka","Arial","Verdana","Helvetica","sans-serif";
	color:#333333;
	line-height:150%;
	word-break:break-all;
}
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	display: inline;
}
table {
	font-size:1em; 
}
form {
	display: inline;
}
img { 
	vertical-align: bottom; 
}
h2 {
	font-size: 100%;
}

a:link {
	color: #339900;
	text-decoration: underline;
}

a:visited {
	color: #99CC7F;
	text-decoration: underline;
}

a:hover, a:active {
	color:#FF3300;
	text-decoration: underline;
}
ul{
	list-style-type: disc;
	margin:0px;
	padding-left: 17px;
}

#wrapper{
	margin:		0px auto;
	padding:	0px;
	width:		750px;
	background:	#FFFFFF;
}
#space_img{
	display:block;
	line-height: 0px;
}
#space_img_gray{
	display:block;
	line-height: 0px;
	background-color:#E5E5E5;
	margin:0px;
	padding:0px;
}
#space_img_bot{
	display:block;
	line-height: 0px;
	background:	#FFFFFF url("../img/top/dotborder.gif") repeat-x;
}

/*
-----------------------------------------------------
HEADER
-----------------------------------------------------
*/
#header	{
	margin:				0px auto;
	width:				726px;
}
#header_description {
}
#header_description_txt {
	width:			585px;
	font-size:		10px;
	font-weight:	bold;
	text-align:		left;
	margin:			0px 0px 0px 0px;/*上右下左*/
	padding:		0px 0px 0px 10px;/*上右下左*/
}
#header_font_size {
	width:		141px;
	text-align:	right;
	padding:	5px 5px 0px 0px;/*上右下左*/
}

#header_title_img {
	width:		100%;
	line-height: 0px;
}
#header_menu {
	width:		100%;
	text-align:	right;
	font-size:	85%;
}


/*
-----------------------------------------------------
TEXT COLOR
-----------------------------------------------------
*/
#txt_orange {
	color:#FF3300;
	font-weight:bold;
}
#txt_red {
	color:#FF3300;
}

#txt_attention {
	color:#FF0000;
	font-weight:bold;
}
#txt_underline{
	text-decoration:underline;
}

/*
-----------------------------------------------------
FOOTER
-----------------------------------------------------
*/
#footer	{
	margin:				0px auto;
	width:				726px;
}
#footer_txt	{
	width:				660px;
	margin:				0px auto;
	background-color:	#EDEDED;
	padding:			15px;
	font-size:			14px;
}
#footer_page_top {
	text-align:right;

}
#footer_space{
	margin:				0px auto;
	width:				100%;
	background-color:	#E5E5E5;
}
#footer_menu{
	font-size:	10px;
	width:		100%;
	text-align:	left;
}
#footer_copyright{
	font-size:		10px;
	text-align: 	right;
	white-space:	nowrap;
}

