@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;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 1px;
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th,
td {
	line-height: 1.5;
}

a {
	color: #3F5096;
	text-decoration: underline;
}

a:visited {
	color: #1F294C;
}

a:hover {
	color: #474510;
}

a:active {
	color: #474510;
}

strong {
	font-weight: bold;
}
/* <<<<<<<<<< initialize <<<<<<<<<< */

/* >>>>>>>>>> layout >>>>>>>>>>
		- #header
		- #globalmenu
		- #container
		- #footer
*/

/* >>>>>>>>>> header >>>>>>>>>> */
#header {
	width: 900px;
	height: 91px;
	margin: 0 auto;
	text-align: left;
}

#header #site_title {
	float: left;
	width: 350px;
}

#header #site_info {
	float: left;
	width: 542px;
	margin-right: 8px;
	text-align: right;
}

#header p,
#header h1 {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	margin: 0;
	padding: 10px 8px 8px 11px;
}

#header #site_title .logo {
	margin: 0 12px 0 10px;
	width: 58px;
	float: left;
}
#header .title_ja {
	margin-bottom: 8px;
}


#header #site_info .logo {
	margin: 10px 0 0 0;
}

#header ul {
	list-style: none;
}

#header li {
	display: inline;
}

#header ul.linkmenu {
	margin: 13px 0 10px 0;
}

#header ul.linkmenu li {
}
#header .linkmenu a {
	text-decoration: none;
	color: #666;
	padding: 0 0 0 27px;
	background: url(../img/icon_ar_gray_box.gif) 15px center no-repeat;
}
#header .linkmenu a:hover {
	text-decoration: underline;
	color: #000;
}

#header ul.local {
}
#header ul.local li {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
}
#header .local a {
	text-decoration: none;
	color: #333;
	padding: 0 0 0 27px;
	background: url(../img/icon_ar_darkgray_mini.gif) 20px center no-repeat;
}
#header .local a:hover {
	text-decoration: underline;
	color: #000;
}


/* >>>>>>>>>> globalmenu >>>>>>>>>> */
#globalmenu {
	margin: 0;
	clear: both;
	background: url(../img/gm_bar.gif) repeat-x;
}

#globalmenu ul {
	list-style:none;
}

#globalmenu li {
	display:inline;
}

/* >>>>>>>>>> container >>>>>>>>>> */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* >>>>>>>>>> submenu >>>>>>>>>> */
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
}
#submenu ul li {
	margin: 0;
	padding: 0;
}
#submenu ul li a {
	display: block;
	color: #000;
	margin: 0;
	padding: 8px 20px;
	background: #f5f5f5 url(../img/icon_ar_black_mini.gif) 6px 11px no-repeat;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}
#submenu ul li a:hover {
	background: #e4e4e4 url(../img/icon_ar_black_mini.gif) 6px 11px no-repeat;
}
#submenu ul li.active a {
	background-color: #e4e4e4;
}

#left .banner,
#sidebar .banner {
	margin-top: 20px;
}

/* >>>>>>>>>> site_info_bar >>>>>>>>>> */
#site_info_bar {
	background-color: #f5f5f5;
	color: #666;
	margin: 20px auto 0 auto;
}
#site_info_bar p {
	margin: 0.3em 3px;
	letter-spacing: 1px;
}
#site_info_bar ul {
	margin: 4px 0 4px 4px;;
	padding: 0;
	list-style: none;
}
#site_info_bar ul li {
	margin: 3px 0;
	padding: 0 0 0 12px;
	background: url(../img/icon_ar_gray_box.gif) left center no-repeat;
}
#site_info_bar a:link,
#site_info_bar a:visited {
	color: #666;
	text-decoration: none;
}
#site_info_bar a:hover,
#site_info_bar a:active {
	color: #000;
	text-decoration: underline;
}
.site_info_head {
	padding: 6px 6px 0 6px;
}
.site_info_piece {
/*	border-top: 1px dotted #CCC;	*/
	padding: 3px 6px;
}
#site_info_bar .link {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	letter-spacing: 0;
	text-align: right;
}


/* >>>>>>>>>> pagetop >>>>>>>>>> */
.pagetop {
	text-align: right;
	clear: both;
}

.pagetop a {
	padding: 1px 3px 1px 14px;
}

.pagetop a {
	background-image: url(../img/icon_au_gray_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
}

.pagetop a:link,
.pagetop a:visited {
	text-decoration:none;
}
.pagetop a:hover,
.pagetop a:active {
	text-decoration:underline;
}


/* >>>>>>>>>> footer >>>>>>>>>> */

#footer {
	margin-top: 20px;
	width: 100%;	/* for ie6 */
	clear: right;
	border-top: 1px solid #CCC;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	text-align: left;
	background: #f5f5f5;
}
#footer p {
	margin: 0.4em 2px;
}
#footer_inner {
	width: 900px;
	margin: 0 auto;
}
#footer #footer_left {
	width: 695;
	float: left;
	padding: 10px 0;
}
#footer #sitelink {
	color: #BBB;
}

#footer #globallink {
	width: 190px;
	float: right;
	border-left: 1px solid #CCC;
	padding: 10px 0 10px 10px;
}

#footer #globallink ul {
	list-style:none;
}

#footer #globallink li {
	background: url(../img/icon_ar_darkgray_mini.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin: 6px 0;
}


#footer #beo_info {
	margin-top: 10px;
	padding-left: 3px;
}


#footer a:link,
#footer a:visited {
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

#footer #copyright {
	clear: both;
	text-decoration: none;
	padding: 20px 0 30px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
address {
	font-style: normal;	/* for ie */
}
