@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: #fff7d9;
	background-repeat: repeat;
}

img {
	border: none;
}

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

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

#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  a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fedd61;
}

#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: #032f37;
	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: 510px;
	height: 390px;
	position: relative;
	top: 0px;
	left: 0px;
}


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

#mainContent h1 {
	height: 250px;
	width: 410px;
}


#mainContent #info {
	font-family: 'メイリオ','Mayryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 90%;
	color: #032f37;
	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: #fff7d9;
	line-height: 120%;
	list-style-type: none;
	margin-left: 40px;
	margin-top: 220px;
}

#mainContent #profile li {
	list-style-type: none;
}
#mainContent #lead {
	font-size: 90%;
	line-height: 140%;
	color: #fff7d9;
	font-family: 'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 60px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
}
p.news {
	font-family: 'メイリオ', 'Mayryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 190px;
	color: #fff;
	font-size: 80%;
	line-height: 130%;
	border: 1px solid #e2498a;
	padding: 10px;
	text-align: center;
}



/* フッタ'
---------------------------------------------------------------------------- */
#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: #032f37;
	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: #635121;
	list-style-type: none;
}

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

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

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

#footer #left #navi a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fedd61;
}

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

#footer #right {
	float: right;
	height: 42px;
	width: 400px;
}

#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;
}
