@charset "utf-8";

/* base font 12px | 2010.03.12 Takei

8px  0.667em;
9px  0.75em
10px 0.834em;
11px 0.917em;
12px 1em;
13px 1.084em;
14px 1.167em;
15px 1.25em;
16px 1.334em;
18px 1.5em;
20px 1.667em;
22px 1.834em;
24px 2em;
28px 2.334em;
32px 2.667em;
36px 3em;
---------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;/* base font */
	text-align: center;
	color: #666;
	background-image: url(../images/bgpt.gif);
	background-repeat: repeat;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

span.exlink a {
	padding-right: 20px;
	background: url(../images/exlink.gif) right 0 no-repeat;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0 0 0 13px;
}

li {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.3;
	list-style: disc;
}


.col1 {
	color: #003366;
}

.col2 {
	color: #FF3333;
}


/* clearfix
---------------------------------------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clr {
	clear: both;
}
/* clearfix end
---------------------------------------------------------------------------------------------------------- */

#ie6block {
	padding: 10px;
	background-color: #333;
	color: #fff;
	text-align: center;
	width: 980px;
}

p {
	margin: 5px 0;
	padding: 0;
	line-height: 1.4;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a {
	color: #003399;
}

h1 a:hover {
	background-image: url(../images/black.png);
	background-repeat: repeat-x;
	color: #FFFF99;
}

h2 {
	margin: 5px 0 5px 0;
	padding: 0 0 3px 0;
	font-size: 1.167em;
	font-weight: bold;
	color: #CC6666;
	border-bottom: #CC6666 dotted 1px;
}

h2.eng1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding: 0 0 1px 0;
	margin-top: 20px;
}

h2.eng2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 0 0 1px 0;
	color: #993366;
	border-bottom: #CC6666 dotted 1px;
}

h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
}

#info2box h3 {
	margin: 10px 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4;
	color: #003333;
}

#info2box p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4;
}

strong {
	color: #FF6699;
}


/* ------------------------------------------------------------- dl dt dd */
dl {
	margin: 10px 0 0 0;
	padding: 0;
}

dt {
	clear: both;
	float: left;
	width: 8em;
	padding: 5px 0;
	background: url(../images/mark1.gif) right 5px no-repeat;
}

dd {
	margin: 0;
	padding: 5px 0 5px 9em;
	/*background: url(images/border1.gif) repeat-x left bottom;*/
}

dl#prof {
	background: url(../images/lay-s.png) right 2px no-repeat;
	height: 400px;
}


/* ------------------------------------------------------------- Block */

#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/lay.jpg);
	background-repeat: no-repeat;
}

#header {
	padding: 0;
	height: 620px;
}

#head {
	width: 980px;
	text-align: right;
}

#newinfo {
	width: 980px;
}


#info1 {
	width: 400px;
	text-align: left;
	float: right;
	margin-right: 5px;
}

#flvbox {
	/*padding: 10px 20px;*/
}

#flvfile {
	text-align: center;
}

#info2 {
	width: 540px;
	background-image: url(../images/white.png);
	background-repeat: repeat;
	margin: 0 0 0 5px;
	padding: 10px;
	float: left;
}

#info2box {
	padding: 10px 0 10px 0;
}


#movie {
	width: 400px;
	height: 300px;
}


#main {
	width: 980px;
	/*padding: 20px 20px;*/
	margin-top: 5px;
	background-image: url(../images/white70.png);
	background-repeat: repeat;
}

#news {
	padding: 10px;
	width: 300px;
	float: left;
	/*border-right: #ddd solid 1px;*/
}

#activity {
	padding: 10px;
	margin-left: 10px;
	width: 300px;
	float: left;
	/*border-right: #ddd solid 1px;*/
}

#profile {
	padding: 10px;
	width: 300px;
	float: right;
}

.peagetop {
	text-align: right;
	padding: 2px 5px;
}


#copyright {
	margin: 5px 0 80px 0;
	padding: 5px;
	text-align: center;
	background-image: url(../images/white.png);
	background-repeat: repeat;
}


.line {
	padding-top: 10px;
}

.w70bg {
	background-image: url(../images/white70.png);
	background-repeat: repeat;
}
