@charset "utf-8";
 @import url(reset-fonts.css);

/* >>>>>>>>>> initialize >>>>>>>>>> */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;	/* for ie6 */
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg_001.gif) repeat-x left top;
	color: #4a4a4a;
}

img {
	border: 0;
}

th,
td {
	line-height: 1.5;
}

a {
	color: #3D7CCD;
	text-decoration: underline;
}

a:visited {
	color: #285A9D;
}

a:hover {
	color: #472208;
}

a:active {
	color: #472208;
}

strong {
	font-weight: bold;
}

/* <<<<<<<<<< initialize <<<<<<<<<< */

/* >>>>>>>>>> layout >>>>>>>>>>
	- #container
		- #header
			- #site_title
			- #site_info
			- $goal_link
		- #globalmenu
		- #subglobalmenu
		- #footer
*/

/* >>>>>>>>>> container >>>>>>>>>> */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* >>>>>>>>>> header >>>>>>>>>> */
/* head 
--------------------------------------------------------------------- \*/
#head {
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
	overflow:hidden;
}

.head_logo_box {
	width:304px;
	margin:0;
	float:left;
}

.head_logo {
	width:304px;
	margin:0;
	overflow:hidden;
}

.head_logo h1 {
	padding:16px 0 4px 0;
}

.head_logo p {
	padding:0 0 40px 0;
}

.head_cntry {
	float:right;
	margin:16px 0 0 0;
}

.head_utl_box {
	width:581px;
	text-align:right;
	float:right;
}

.head_utl_pd {
	padding:0 7px 0 0;
	overflow:hidden;
}

.head_utl_btn {
	float:right;
	width:157px;
	margin:12px 0 0 16px;
}

.head_utl {
	text-align:right;
	float:right;
}

.head_utl01 {
	margin:6px 0 6px 0;
	font-size: 88%;
}

.head_utl01 ul {
	margin:0;
	padding:0;
	list-style:none;
}

.head_utl01 ul {
	padding:0 0 0 0;
}

.head_utl01 ul {
	background-image: url(../img/line_001.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.head_utl01 li {
	margin:0;
	padding:0 12px 0 18px;
	display:inline;
}

.head_utl01 li {
	background-image: url(../img/line_001.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.head_utl h2 {
	top:2px;
	padding:4px 0 2px 0;
	line-height:1.2;
	font-weight:normal;
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic";
}

.head_utl01 a:link {
	text-decoration:none;
}

.head_utl01 a:visited {
	text-decoration:none;
}

.head_utl01 a:hover {
	text-decoration:underline;
}

.head_utl01 a:active {
	text-decoration:underline;
}

.head_utl02 {
}

.head_utl02 ul {
	margin:0;
	padding:0;
	list-style:none;
}

.head_utl02 li {
	margin:0;
	padding:0;
	display:inline;
}

/* >>>>>>>>>> globalmenu >>>>>>>>>> */
/*
#globalmenu {
	margin: 14px 0;
	clear: both;
}

#globalmenu ul {
	list-style:none;
}

#globalmenu li {
	display:inline;
}
*/
/* global menu
-------------------------- \*/
#gm {
	width:900px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

#gm ul {
	margin:0;
	padding:0;
	list-style:none;
}

#gm li {
	margin:0;
	padding:0;
	display:inline;
}

#gm li {
	margin:0;
	padding:0;
}

/* ----------------------- */



/* >>>>>>>>>> pagetop >>>>>>>>>> */
.pagetop {
	text-align: right;
	clear: both;
}

.pagetop a {
	padding: 1px 3px 1px 18px;
}

.pagetop a {
	background-image: url(../img/icon_003.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pagetop a:link {
	text-decoration:none;
}

.pagetop a:visited {
	color: #3D7CCD;
	text-decoration:none;
}

.pagetop a:hover {
	text-decoration:underline;
}

.pagetop a:active {
	text-decoration:underline;
}

/* >>>>>>>>>> subglobalmenu >>>>>>>>>> */
/*
#subglobalmenu {
	clear: both;
	margin: 20px 0 0 0;
	padding: 22px 0 40px 0;
	background: url(../img/bg_007.gif) repeat-x left top;
	font-size: 100%;
}

#subglobalmenu #siteindex {
	margin: 0 auto 35px auto;
	background: url(../img/siteindex_bg.gif) left top no-repeat;
	width: 900px;
	overflow: hidden;	/* clearfixもどき *//*
	position: relative;	/* clearfixもどき *//*
}


#subglobalmenu #siteindex .column {
	float: left;
	width: 160px;
	padding: 0 10px;
	font-weight: bold;
	text-align: left;
}

#subglobalmenu #siteindex a:link,
#subglobalmenu #siteindex a:visited {
	text-decoration: none;
	color: #4A4A4A;
}

#subglobalmenu #siteindex a:hover {
	text-decoration: underline;
	color: #645317;
}

#subglobalmenu #siteindex ul {
	margin: 6px 0;
	list-style: none;
}

#subglobalmenu #siteindex li {
	float: none;
	background: url(../img/icon_001.gif) no-repeat 4px 6px;
	padding: 2px 0 2px 15px;
	font-weight: normal;
}

#subglobalmenu #siteindex p a:link,
#subglobalmenu #siteindex p a:visited {
	text-decoration: none;
}

#subglobalmenu #siteindex li a:hover {
	text-decoration: underline;
	color: #645317;
}

#satellitelink {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background: url(../img/bg_009.gif) no-repeat center top;
	height: 39px;
}

#satellitelink dt {
	float: left;
}

#satellitelink dd {
	margin: 10px 22px 3px 0;
	float: left;
}

#satellitelink img {
	vertical-align: middel;
}

.img_subgm {
	margin: 5px 0 0 0;
}
*/
/* sub global menu
-------------------------- \*/
.subgm_area {
	margin:0;
	padding:22px 0 40px 0;
}

.subgm_area {
	background-image: url(../img/bg_007.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.subgm_box {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

.subgm_list_box {
	width:900px;
	margin:0 0 35px 0;
	overflow:hidden;
}

.subgm_list_box {
	background-image: url(../img/bg_008.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.subgm_list_box dt {
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}

.subgm_list_box dt a:link {
	color:#4A4A4A;
	text-decoration:none;
}

.subgm_list_box dt a:visited {
	color:#4A4A4A;
	text-decoration:none;
}

.subgm_list_box dt a:hover {
	color:#4A4A4A;
	text-decoration:underline;
}

.subgm_list_box dt a:active {
	color:#4A4A4A;
	text-decoration:underline;
}

.subgm_list_box dd {
	margin:0 0 3px 0;
	padding:0 0 0 14px;
}

.subgm_list_box dd {
	background-image: url(../img/icon_001.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.subgm_list_box dd a:link {
	color:#4A4A4A;
	text-decoration:underline;
}

.subgm_list_box dd a:visited {
	color:#4A4A4A;
	text-decoration:underline;
}

.subgm_list_box dd a:hover {
	color:#4A4A4A;
	text-decoration:none;
}

.subgm_list_box dd a:active {
	color:#4A4A4A;
	text-decoration:none;
}

.subgm_list01 {
	width:220px;
	margin:0;
	padding:0;
	float:left;
}

.subgm_list02 {
	width:205px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
}

.subgm_list03 {
	width:203px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
}

.subgm_list04 {
	width:200px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
}

.subgm_contry {
	margin:0 auto 0 auto;
	height:39px;
	overflow:hidden;
}

.subgm_contry {
	background-image: url(../img/bg_009.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.subgm_contry dt {
	margin:0;
	padding:0;
	float:left;
}

.subgm_contry dd {
	margin:10px 22px 3px 0;
	padding:0;
	float:left;
}

.subgm_contry img {
	vertical-align:top;
}

.img_subgm {
	margin:5px 0 0 0;
}

/* ----------------------- */

/* >>>>>>>>>> footer >>>>>>>>>> */

/* foot
--------------------------------------------------------------------- \*/
#foot {
	text-align:center;
}

#foot {
	background-image: url(../img/bg_002.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.foot {
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	clear:both;
}

.foot_utl {
	width:460px;
	margin:23px 0 10px 0;
	padding:0;
	text-align:left;
	float:left;
	word-break:keep-all;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
}

.foot_utl ul {
	margin:0;
	padding:0;
	list-style:none;
}

/*.foot_utl ul { background-image: url(../img/line_001.gif); background-repeat: no-repeat; background-position: left center; }*/
.foot_utl li {
	margin:0;
	padding:0 6px 0 0;
	float:left;
	background-image: url(../img/icon_004.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
}

.foot_utl a {
	margin:0;
	padding:0 0 0 13px;
}

.foot_utl a:link {
	color:#3D7CCD;
	text-decoration:none;
}

.foot_utl a:visited {
	color:#3D7CCD;
	text-decoration:none;
}

.foot_utl a:hover {
	color:#3D7CCD;
	text-decoration:underline;
}

.foot_utl a:active {
	color:#3D7CCD;
	text-decoration:underline;
}

.foot_info {
	width:440px;
	margin:23px 0 34px 0;
	text-align:right;
	float:right;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
}

.foot_info address {
	text-decoration: none;
}

.foot_copy {
	padding:0 0 35px 0;
}
/* ------------------------------------------------------------------- */
