@charset "utf-8";
/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, address, pre, strong, em, script {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background-color: #fef8ef;
	background-repeat: repeat;
}

img {
	border: none;
}

a:link {
	color: #5a9505;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #e42d03;
	text-decoration: underline;
}

#container {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -295px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* ヘッダ'
---------------------------------------------------------------------------- */
#header {
	height: 100px;
	padding: 0;
	margin: 0px;
	background-image: url(../images/top_header.jpg);
	background-repeat: no-repeat;
}

#header #headLeft {
	float: left;
	height: 100px;
	width: 395px;
}

#header #headLeft #sub {
	padding-top: 25px;
	padding-bottom: 4px;
}

#header #headRight {
	float: left;
	height: 100px;
	width: 530px;
}

#header #headRight #menu {
	margin-top: 34px;
}

#header #headRight #menu li {
	float: left;
	list-style-type: none;
}

#header #navi {
	font-family: 'メイリオ','Mayryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 80%;
	color: #5a9505;
	line-height: 36px;
	list-style-type: none;
	text-align: left;
	padding-left: 55px;
}

#header #navi li {
	float: left;
	margin-right: 1em;
}

#container #content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

/* メイン'
---------------------------------------------------------------------------- */
#mainContent {
	height: 390px;
	text-align: left;
	background-image: url(../images/top_main.jpg);
	background-repeat: no-repeat;
	width: 930px;
}

#leftCol {
	float: left;
	width: 340px;
	height: 390px;
}


#rightCol {
	float: left;
	width: 590px;
	height: 390px;
}

#mainContent h1 {
	height: 140px;
	width: 590px;
}

#mainContent #info {
	font-family: 'メイリオ','Mayryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 140%;
	padding-top: 30px;
	padding-left: 390px;
	margin-top: 40px;
	width: 260px;
}

#mainContent #profile {
	font-family: 'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 120%;
	list-style-type: none;
	margin-left: 20px;
	height: 90px;
	padding-top: 300px;
	padding-left: 50px;
}

#mainContent #profile li {
	list-style-type: none;
}
#mainContent #lead {
	font-size: 90%;
	line-height: 150%;
	color: #000;
	font-family: 'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 100px;
	height: 150px;
	padding-left: 100px;
}


/* フッタ'
---------------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/top_footer.jpg);
	background-repeat: no-repeat;
}

#footer #left {
	float: left;
	height: 42px;
	width: 430px;
	padding-top: 20px;
	padding-left: 40px;
	color: #5a9505;
	text-align: right;
	padding-right: 10px;
}

#footer #left #navi {
	height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'メイリオ','Mayryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 80%;
	color: #000;
	list-style-type: none;
}

#footer #left #navi li {
	float: left;
	margin-right: 1em;
}

#footer #left #navi a:link {
	color: #fff;
	text-decoration: none;
}

#footer #left #navi a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #left #navi a:visited {
	color: #000;
	text-decoration: underline;
}

#footer #left #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	clear: both;
	text-align: left;
}

#footer #right {
	float: right;
	height: 22px;
	width: 400px;
	padding-top: 20px;
}

#footer #right ul {
	font-family: 'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 130%;
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
}

#footer #right .en {
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}
