@charset "utf-8";
/* CSS Document */

/* 共通：レイアウト */

.containers {
	width: 760px;  /* この幅により、760px のブラウザウィンドウに収まるコンテナが設定されます */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #000000;
}
/*\*/
* html .containers {
	height: 1em;
}
/**/



/* 共通：ヘッダーエリア */
#HeaderArea {
	width: 760px;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;/**/
}
/*\*/
* html .containers #HeaderArea {
	height: 1em;
}
/**/

/* 共通：コンテンツエリア */
#ContentArea {
	width: 760px;
	color: #CCFF00;
	padding-top: 25px;
	padding-bottom: 30px;/**/
}
/*\*/
* html .containers #ContentArea {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：レイアウト */

#FooterContainer {
	width: 760px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
/*\*/
* html #FooterContainer {
    height: 1em;
    overflow: visible;
}
#FooterArea {
	background-color: #333333;
	height: 65px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}


/* 汎用：タグ */
html * {
/*	box-sizing:content-box;  CSS 3 [ MacIE 5] */
	-moz-box-sizing:content-box; /* Mozilla */
}
*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 13px;
	line-height: 1.2;
	color: #000;
}

/* IE/Win \*/
* html {
	font-size: small;
	line-height: 1.2;
}

/**/

body{
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
}

body * {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	font-weight: normal;
}

em,i {
    font-style: normal;
}

a{
	color: #FFF;
	text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

img{
	border: 0;
	padding: 0;
}



a img{
	border: 0;
}

hr {
	clear: both;
	background-image: url(../img/line.png);
	margin: 30px 0 20px 0;
	width: 760px;
 	border: none;
}

div.sepa {

}

.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
	visibility: hidden;
}


/* 共通：レイアウト */

.containers {
	width: 760px;  /* この幅により、760px のブラウザウィンドウに収まるコンテナが設定されます */
	margin: 0 auto; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #000000;
	overflow: hidden;
}
/*\*/
* html .containers {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：ヘッダーエリア */
#HeaderArea {
	width: 760px;
	overflow: hidden;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*\*/
* html .containers #HeaderArea {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：コンテンツエリア */
#ContentArea {
	width: 760px;
	overflow: hidden;
	color: #CCFF00;
	padding-top: 25px;
	padding-bottom: 30px;
}
/*\*/
* html .containers #ContentArea {
    height: 1em;
    overflow: visible;
}
/**/

/* 共通：レイアウト */

#FooterContainer {
	width: 760px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding-top: 20px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}
/*\*/
* html #FooterContainer {
    height: 1em;
    overflow: visible;
}
#FooterArea {
	background-color: #333333;
	height: 65px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}
/*
#section1 #page #pageInner #header {
	display: none;
}
#section1 #page #pageInner #footer {
	display: none;
}
*/

#HeaderArea #siteLogo {
	height: 50px;
	width: 200px;
	float: left;
}

#HeaderArea #subTitle {
	font-size: 10px;
	float: right;
	width: 550px;
	text-align: right;
}


#FooterArea #FooterContainer ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	display: block;
	font-size: 10px;
}
#FooterArea #FooterContainer ul {
	float: left;
	width: 760px;
	display: block;
}
#FooterArea #FooterContainer img {
	float: right;
	margin-top: 15px;
}
