/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #2FBCD0; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }


/* headWrap
---------------------------------------------*/
#headWrap {
	background: url(../images/common/headBack.gif) repeat-x top left;
	height: 203px;
	margin-bottom: 30px;
}

#headWrap .head {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#headWrap .head:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #headWrap .head {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



#headWrap .head h1 {
	font-size: 80%;
	color: #FFFFFF;
}



#headwrap .head h1 {
	font-size/*\**/: 70%\9;
}


#headWrap .head  h2 {
	position: absolute;
	top: 39px;
	left: 0px;
}

#headWrap .head .mark {
	position: absolute;
	top: 11px;
	right: 0px;
}


#headWrap .head h3 {
	position: absolute;
	top: 131px;
	left: 0px;
}


#bt {
	width: 900px;
	margin: 0px auto;
}

#bt ul {
	padding-bottom: 30px;
}

#bt li {
	display: inline;
}

/* contentwrap
-----------------------------------------*/

#contentwrap {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#contentwrap .content {
	width: 900px;
	margin-top: 5px;
	background: url(../images/common/contentBack.gif) repeat-y top left;
}

#contentwrap .content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #contentwrap .content {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#contentwrap .content .goTopMovie {
	text-align: center;
	padding: 10px 0px 20px 0px;
}



/* side
-----------------------------------------*/


#contentwrap .content .side{
	width: 216px;
	height: 620px;
	background: url(../images/top/sideBack.gif) repeat-y top left;
	float: right;
	padding: 1px 10px 12px 0px;
	margin-top: 5px;
}

#contentwrap .content .side .sideHead {
	padding-left: 1px;
}

#contentwrap .content .side ul {
	padding-left: 8px;
}


/* content
-----------------------------------------*/

#contentwrap .content .topmenu {
	padding: 5px 0px 12px 12px;;
}


#contentwrap .content .topmenu .left {
	padding: 0px 20px 20px 0px;
}


#contentwrap .content .topmenu .center {
	padding: 0px 20px 20px 0px;
}


#contentwrap .content .topmenu .right {
	padding: 0px 0px 20px 0px;
}



#contentwrap .pagetop {
	width: 900px;
	text-align: right;
	padding: 20px 0px 10px 0px;
}
 

/* foot
-----------------------------------------*/

#foot {
	background: url(../images/common/footBack.gif) repeat-x bottom left;
	margin-top: 0px;
	height: 195px;
	text-align: center;
}

#foot .footText {
	padding-top: 140px;
	color: #FFFFFF;
}






