
/*全体の設定*/
*{
font:normal normal normal 100%/1.5em osaka,"ＭＳ Ｐゴシック",sans-serif;
margin:0;
padding:0;
}

body{
background-color:#ffff99;
background-repeat:repeat;
margin:20px 0;
}

#container{
margin:auto;
padding:0px;
background:#ffff99;
width:750px;
hight:auto;
text-align:left;
}

#aclog{
display:none;
}

#header{
text-align:center;
}

img{
border:0;
position:relative;
}

#logomark{
width:300px;
float:left;
clear:both;
}

p.powered{
text-align:right;
color:#000000;
font-size:8pt;
float:right;
}

#maincontents{
width:600px;
float:left;
}

#mainmenu{
list-style-type:none;
clear:both;
margin:10px 0;
width:150px;
float:left;
}

#mainmenu li{
text-align:center;
font-size:16px;
padding:5px 0 0 0;
height:30px;
}

#topmenu{
list-style-type:none;
margin:10px 25px;
}

#topmenu li{
text-align:center;
font-size:16px;
padding:5px 0 0 0;
float:left;
width:100px;
height:26px;
}

#square1{
width:330px;
height:170px;
float:left;
clear:both;
}

#square2{
width:420px;
height:170px;
float:left;
}

#square3{
width:150px;
height:300px;
float:left;
clear:both;
}

#square4{
width:600px;
height:300px;
float:left;
}

/*リンクの設定*/
a:link,a:visited{
color:#000000;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#ff0000;
text-decoration:underline;
}

h1{
font-size:16px;
color:#ff0000;
font-weight:bold;
text-decoration:underline;
}

h2{
margin:10px 0 0 10px;
color:#000000;
font-size:12pt;
font-weight:bold;
}

h3{
margin-left:30px;
font-size:12pt;
font-weight:bold;
}

hr{
clear:both;
}

ul{
list-style-type:none;
}

ul.career{
padding:10px;
}

ul.career li{
padding:0 20px;
color:#000000;
font-size:9pt;
font-weight:normal;
}

ul.report{
margin:15px 0 0 15px;
}

ul.report li{
font-size:10pt;
padding-top:5px;
clear:both;
}

ul.top-list li{
margin-left:50px;
list-style-type:none;
font-size:9pt;
font-weight:normal;
}

p.part{
font-size:24pt;
}

p.player{
font-size:18pt;
padding-left:40px;
font-weight:bold;
}

p.detail{
text-indent:1em;
font-size:12px;
padding:5px;
}

p.story{
text-indent:1em;
font-size:12pt;
padding:10px 25px;
color:#000000;
}

p.info{
font-size:9pt;
padding:5px 0 0 40px;
color:#000000;
}

dl.top{
margin-left:10px;
}

dl.top dt{
width:5em;
padding:0;
font-size:9pt;
float:left;
clear:both;
}

dl.top dd{
margin:0 0 0 5em;
padding:0;
font-size:9pt;
}

dt{
width:150px;
padding:10px 0;
color:#000000;
font-size:9pt;
float:left;
line-height:150%;
clear:both;
}

dd{
margin:0 0 0 150px;
padding:10px;
color:#000000;
font-size:9pt;
line-height:150%;
}

.TT dt{
width:4em;
padding:5px 0 0 40px;
color:#000000;
font-size:9pt;
float:left;
line-height:150%;
clear:both;
}

.TT dd{
margin:0 0 0 4em;
padding:5px 0 0 0;
color:#000000;
font-size:9pt;
line-height:150%;
}

dl.report{
margin:0 0 20px 30px;
}

.report dt{
width:310px;
padding:5px;
float:left;
line-height:150%;
text-align:right;
clear:both;
}

.report dd{
margin:0 0 0 310px;
padding-top:20px;
color:#000000;
font-size:9pt;
line-height:150%;
}

dd:after{
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
}

/*フッタースタイル*/

div#powered{
float:right;
clear:both;
}

.copyright{
background-color:#ffff99;
text-align:center;
clear:both;
color:#000000;
font-weight:bold;
}

