@charset "utf-8";

/* 共通
--------------------------------------------------------------------------- */
* { 
	padding: 0;
	margin: 0;
	line-height: 150%;
	font-size: 12px;
	}

/* container */
#container {
	width: 100%;
	min-height: 100%;
	}
*html #container {
    height: 100%;
	}
#container #headerBg {
	height: 25px;
	width: 100%;
	background-color: #7E2F5D;
	border-bottom: #FF9999 solid 5px;
	}
#container #contantsBg {
	}
.iepngfix {behavior: expression(IEPNGFIX.fix(this));}

/* footer */
#footerBg {
	margin-top:20px;
	width: 100%;
	height: 80px;
	background-color: #7E2F5D;
	clear: both;
	}

/* position */
.centerPosition { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
	}

/* list */
ul { list-style: none;}

/* a */
a { text-decoration: none;}
a: hover { text-decoration: underline;}

/* h */
h1 { text-indent: -9999px;}

/* img */
img { border: none; margin:0px; padding:0px;}

/* br */
br.clear{ clear:both;}

/* header
--------------------------------------------------------------------------- */
#header { }
#header ul { }
#header ul li { 
	border-right:#330000 solid 1px;
	border-left:#ffcccc solid 1px;
	padding:3px 5px 3px 5px;
	float:right;
	}
#header ul li a { color:#FFFFFF;}
#header ul li a:hover { color:#FF9999;}
	
/* footer
--------------------------------------------------------------------------- */

#footer { color:#FFFFFF; padding-top:10px;}
#footer .centerPosition { 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:600px;
	}
#officialLogo { padding-right:5px; float:left; }
#officialContents { }
#officialContents ul { }
#officialContents ul li { float:left;}
#officialContents a { color:#FFFFFF; padding-left:5px; padding-right:5px; font-size:10px;}
#officialContents a:hover { color:#FF9999;}
#officialText{ font-size:10px;}
