/* 
トップページ用のCSS
目次
01 CSSの初期化

10 clear
11 clearfixハック
 */

/* 
01 css初期化 */
*{
}

body {
 background-color:#FFFFFF;
	font-size:100%;
	font-style:normal;
    line-height:1.3;
 letter-spacing:normal;
	margin:0px;
	padding:0px;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,th,tr,td,strong,a,address {
 font-family:'ＭＳ Ｐゴシック', Osaka,'ヒラギノ角ゴ Pro W3',sans-serif;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,p,strong,span,div,ul,li,a,address{

	line-height:1.3;
	font-style:normal;
}

h2{
	font-size: 12px;
	color: #666666;
	padding: 0px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3{
	padding: 0px;
	margin: 0px;
}
h4{
	padding: 0px;
	color: #FF6600;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 0.9em;
}
p {
	padding: 0px;
	margin-bottom: 10px;
}

.cap01{
	font-size: 0.8em;
	line-height: 130%;
	color: #330000;
	text-align: left;
	margin: 15px;
}
.cap-bg{
	background-image: url(../img/top_capbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



/*
10 clear */
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

/*
11 clearfixハック */
.clearfix {/*for IE 5.5-7*/
    zoom:1;
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
.copyright {
	font-size: 0.8em;
	color: #996666;
	text-align: center;
}

div#Player {
 margin-left:2px;
 border-style:solid;
 border-width:2px;
 border-color:#000000;
}

div#Player #media player {
}


a img{
	border:none;
}
#page {
	background-color: white;
	width:724px;
	margin:0 auto;
	text-align: left;


	}
#header *{
}

#header{
	width:724px;
	z-index:99;
	position:relative;
	height:62px;
	margin:0 auto;
}

#header #logo{
	z-index:100;
	position:absolute;
	left:0;
	}
#header #description h1{
	position:absolute;
	left:0;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	width:595px;
	margin:0;
	margin-left:128px;}
* html #header #description h1{
	margin-left:88px;}
#header #globalmenu{
	position:absolute;
	left:0;
	width:595px;
	margin-left:128px;
	margin-top:28px;}
#header #globalmenu ul{
	margin:0;
	padding:0;
	height:30px;
	position:relative;
	overflow:hidden;
	}
#header #globalmenu ul li{
	list-style-type:none;
	float:left;
	margin-left:1px;
	}
.clearfloatWrap{
	position:relative;
	overflow:hidden;}
a,div,img,ul{ behavior: url(/wp-content/themes/default/js/iepngfix.htc) }

