@charset "utf-8";

@import url(reset-fonts.css);


/* >>>>>>>>>> initialize >>>>>>>>>> */
body {
	text-align: center;	/* for ie6 */
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 1px;
	background: #8B7241;
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th,
td {
	line-height: 1.5;
}

a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #374375;
}

a:hover,
a:active {
	color: #A8223D;
}

strong {
	font-weight: bold;
}

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

/* >>>>>>>>>> layout >>>>>>>>>>
	- #wrapper
		- #header
		- #container
			- #content
				(home)- #center
				(home)- #right
			- #sidebar
		- #footer
*/

#wrapper {
	width: 900px;
	background: #FFF url(../images/bg.gif) repeat-y;
	margin: auto;
	padding: 13px 30px;
	text-align: left;
}

#header {
	width: 900px;
/*	overflow: hidden;	/* clearfixもどき */
/*	position: relative;	/* clearfixもどき */
}

#container {
	clear: both;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 675px;
	float: right;
}

#sidebar {
	width: 200px;
	float: right;
	margin-right: 25px;
}
#center {
	width: 450px;
	float: left;
}
#right {
	width: 200px;
	float: left;
	margin-left: 25px;
}
/* <<<<<<<<<< layout <<<<<<<<<< */


/* >>>>>>>>>> header >>>>>>>>>> */

#header p,
#header h1 {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	margin: 0;
	text-align: right;
	width: 600px;
	float: right;
	height: 29px;
}

#header #logo {
	float: left;
	width: 250px;
}
#header #site_title {
	float: left;
	width: 250px;
	height: 54px;
}

#header #site_info {
	float: right;
	width: 600px;
	text-align: right;
}

#header ul {
	list-style: none;
}

#header li {
	display: inline;
}
#header li a {
}

#header ul.linkmenu {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 11px;
	height: 29px;
}

#header ul.linkmenu li {
	padding: 0 0 0 27px;
	background: url(../images/icon_ar_mini.gif) 15px center no-repeat;
}
#header .linkmenu a {
	text-decoration: none;
	color: #666;
}
#header .linkmenu a:hover {
	text-decoration: underline;
	color: #000;
}
#header ul.goals {
}
#header ul.goals li {
}
#header ul.goals li img {
}
#bar {
	clear: both;
	background: #50361F;
	font-size: 1px;
	height: 8px;
}


/* >>>>>>>>>> content >>>>>>>>>> */
#main_image {
	margin-bottom: 25px;
}

/* >>>>>>>>>> sidebar >>>>>>>>>> */
.index {
	background: #ECE9D8;
	margin: 0 0 15px 0;
	color: #8F8D84;
	padding: 5px 6px 5px 7px;
}
.index h5 {
	font-weight: bold;
	padding: 6px 5px 9px;
	background: url(../images/line_bias_h3.gif) left bottom no-repeat;
	letter-spacing: 0;
}
.index ul {
	list-style: none;
}
.index ul li {
	padding: 4px 4px;
	line-height: 1.4;
	background: url(../images/line_dot_w.gif) left bottom no-repeat;
}
.index a {
	color: #323231;
	text-decoration: none;
}

.index a:link
.index a:visited {
}

.index a:hover,
.index a:active {
	color: #A8223D;
}

.index h5 a.active,
.index li.active a {
	color: #A8223D;
}






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

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

.pagetop a {
	background-image: url(../images/icon_au.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;
	border-top: 3px solid #50361F;
}
#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;
	padding: 10px 0 10px 10px;
	background: url(../images/footer_bg.gif) left top no-repeat;
}

#footer #globallink ul {
	list-style:none;
}

#footer #globallink li {
	background: url(../images/icon_ar_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 */
}

