@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
body  {
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
a {
	color: #FF004C;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
.twoColFixLtHdr #container { 
	width: 980px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #ffffff;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0px 10px 0px 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 490px;
	width: 970px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 220px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #ffffff; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	margin-top: 20px;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	width: 690px;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 35px;
	background-color: #ffffff;
	clear:right;  /* leftでもrightでも可能 */
	overflow: hidden
 } 
.twoColFixLtHdr #footer {
	padding: 20px 10px 20px 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#ffffff;
	border: 1px solid #000000;
	margin:40px auto 40px auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 18px;
	letter-spacing: 3px;
	color: #519656;
}
h2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	clear: both;
}
h3 {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 950px;
	top: 40px;
	left: 20px;
	clear: both;
}
#header ul li {
	display: inline;
	margin: 0px -5px 0px 0px;
	padding: 0px;
}
#header .logo {
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
}
#header .illust {
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 0px;
	float: right;
}
#header .adress {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 256px;
	left: 725px;
}
#header .flash {
	margin: 0;
	padding: 0;
	position: relative;
	top: 50px;
	left: 20px;
}


#sidebar1 ul {
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 200px;
}
#sidebar1 ul li {
	margin: 0;
	padding: 0;
}
#mainContent table .table1 {
	margin: 0;
	padding: 0;
}
#mainContent .table1 td {
	margin: 0;
	padding: 5px 0 10px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}
#mainContent .font1 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 18px;
	margin-top: 18px;
}
#mainContent .info {
	margin-bottom: 30px;
	margin-top: 30px;
}
#mainContent .constructs {
	width: 690px;
	margin-top: 20px;
	clear: both;
	height: auto;
	position: relative;
}
#mainContent .construct1 {
	width: 680px;
	float: left;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mainContent .construct2 {
	width: 220px;
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
}
#mainContent .staffs {
	width: 690px;
	height: 530px;
	float: left;
}
#mainContent .staff {
	width: 170px;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
}
#mainContent .top {
	font-size: 11px;
	float: right;
	padding: 0px 5px;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
#mainContent .next {
	font-size: 14px;
	float: right;
	padding: 0px 5px;
}#mainContent .caps {
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;	
	height: 100%;
}
#mainContent .cap {
	float: left;
	padding-right: 5px;
}
#mainContent .omoi {
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;	
}
#mainContent .sankou {
	height: 425px;
	float: left;
	padding-right: 5px;
	margin-bottom: 20px;
}
#mainContent .sankoutext {
	padding-right: 5px;
	clear: both;
}