@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #FFFFFF;
}
html {
	overflow: scroll;
}
h1 {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	width: 950px;
	padding-left: 10px;
	position: absolute;
	top: 5px;
}
h2 {
	height: 35px;
	width: 190px;
	left: 10px;
	top: 25px;
	position: absolute;
}
/*img {
	border:0;
}*/
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}


#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/bg_sidebar.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 960px;
}
#header img {
	border:0 ;
}
#header a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#header a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#header a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#global_navi {
	height: 45px;
	width: 960px;
	position: absolute;
	top: 75px;
}
#global_navi ul {
	height: 45px;
	width: 960px;
}
#global_navi li {
	float: left;
	list-style-type: none;
}
#global_navi li a {
	display: block;
	height: 45px;
	width: 150px;
	background-image: url(../img/global_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
li#gn01 a {
	background-position: 0px 0px;
}
li#gn01 a:hover {
	background-position: 0px -45px;
}
li#gn02 a {
	background-position: -150px 0px;
}
li#gn02 a:hover {
	background-position: -150px -45px;
}
li#gn03 a {
	background-position: -300px 0px;
}
li#gn03 a:hover {
	background-position: -300px -45px;
}
li#gn04 a {
	background-position: -450px 0px;
}
li#gn04 a:hover {
	background-position: -450px -45px;
}
li#gn05 a {
	background-position: -600px 0px;
}
li#gn05 a:hover {
	background-position: -600px -45px;
}
#assist_navi {
	height: 19px;
	width: 250px;
	position: absolute;
	top: 25px;
	right: 0px;
}
#assist_navi ul {
	text-align: right;
	width: 250px;
}

#assist_navi li {
	float: left;
	list-style-type: none;
	width: 110px;
	padding-right: 15px;
}
#assist_navi2 {
	height: 21px;
	width: 80px;
	font-size: 10px;
	position: absolute;
	right: 0px;
	text-align: right;
	padding-right: 10px;
	line-height: 21px;
	top: 90px;
}
#assist_navi2 li {
	list-style-type: none;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 22px 8px;
}
#keyword_highlight {
	background-color:#FFFF00;	
}
#left_side {
	width: 200px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	float: left;
}
#left_side a:link {
	color: #333333;
	text-decoration: none;
}
#left_side a:visited {
	color: #333333;
	text-decoration: none;
}
#left_side a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#left_side h3 {
	margin-bottom: 10px;
}
#left_side ul {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
#left_side li {
	list-style-type: none;
	padding-bottom: 1em;
	background-image: url(../img/arrow03.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: 0px 3px;
}

#left_side #login,#left_side #registration {
	height: 21px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#login a {
	display: block;
	height: 21px;
	width: 180px;
	background-image: url(../img/btn_login.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#login a:hover {
	background-position: -180px 0px;
}
#registration a {
	display: block;
	height: 21px;
	width: 180px;
	background-image: url(../img/btn_registration.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#registration a:hover {
	background-position: -180px 0px;
}
#left_side #fax {
	height: 29px;
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#fax a {
	display: block;
	height: 29px;
	width: 180px;
	background-image: url(../img/btn_fax.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#fax a:hover {
	background-position: -180px 0px;
}
#left_side #search {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#search table.search {
	width: 180px;
}
#search table.search td {
	padding-bottom: 5px;
}
#search td.btn_search {
	text-align: right;
}
#left_side .bannarbox {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	font-size: 10px;
	line-height: 120%;
	color: #FF6600;
}


#right_side {
	width: 745px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: right;
}
#footer {
	clear: both;
	width: 960px;
}
#footer_navi {
	width: 960px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer_navi a:link {
	color: #666666;
	text-decoration: none;
}
#footer_navi a:visited {
	color: #666666;
	text-decoration: none;
}
#footer_navi a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#footer_navi li {
	font-size: 10px;
	list-style-type: none;
	display: inline;
}
#pagetop {
	text-align: right;
	height: 25px;
	width: 960px;
	background-color: #E8E8E8;
	line-height: 25px;
}
#pagetop img {
	border:0;
	height: 12px;
	width: 62px;
	margin-top: 7px;
	margin-right: 10px;
}
address {
	background-color: #666666;
	height: 35px;
	width: 960px;
	font-size: 10px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#content_area {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#content_area h4 {
	margin-bottom: 30px;
}
.txt_orange {
	color: #FF6600;
}

.txt_gray01 {
	color: #666666;
}
.txt_10px {
	font-size: 10px;
	line-height: 120%;
}

.clear {
	clear: both;
}
#geotrust {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	margin-bottom: 30px;
}

/*-- add hirajo -- */
#left_side #login_message{
	font-size:12px;
	margin-left:16px;
	margin-bottom:8px;
}
