<style type="text/css">
body{
margin-top:0px;
background-color:#FFFFFF;
}

/*ここから全体の構成*/
div#wrapper{
width:750px;
margin:auto;
}
div#cover{
background-color:#ffffff;
}
div#header{
width:100%;
overflow:hidden;
}
div#second{
width:100%;
height:47px;
background-image:url(img/bar.gif);
margin-bottom:20px;
overflow:hidden;
}
div#leftmenu{
margin-top:0px;
float:left;
width:180px;
background-color:#ffffff;
line-height:2em;
overflow:hidden;
}
div#center{
margin-top:0px;
float:left;
width:430px;
background-color:#ffffff;
line-height:2em;
overflow:hidden;
}
div#leftside{
margin-top:0px;
float:left;
width:600px;
background-color:#ffffff;
text-align:center;
line-height:2em;
overflow:hidden;
}
div#rightside{
background-color:#ffffff;
overflow:hidden;
}
div#footer{
clear:both;
margin:0px;
padding:3px;
background-color:#cccccc;
text-align:right;
overflow:hidden;
}
div#clear{
clear:both;
}

/*文字の設定*/
.note{
font-size:12px;
color:#666666;
line-height:1.5em;
text-align:left;
}
.special{
float:right;
font-size:10px;
color:#666666;
line-height:1.3em;
}
.navi{
font-size:18px;
color:#666666;
line-height:2.5em;
}
.jump{
text-align:right;
font-size:12px;
color:#999999;
text-decoration:none;
}
h1{
margin-top:0px;
padding-left:3px;
text-align:left;
color:#ff6600;
font-size:14px;
font-weight:bold;
}
h2{
margin-top:0px;
padding-left:3px;
text-align:left;
color:#333333;
font-size:16px;
font-weight:bold;
border-bottom:2px #ffcc00 solid;
padding-bottom:1px;
}

/*リストの設定*/
ul.kininaru{
margin-top:15px;
padding-left:17px;
list-style-type:disc;
font-size:10px;
color:#666666;
line-height:2em;
}

/*ナビゲーションバーの設定*/
ul#globalnavi{
width:750px;
margin:0px;
padding:0px;
}

ul#globalnavi li{
margin:0px;
padding:0px;
float:left;
width:187px;
list-style-type:none;
}
ul#globalnavi a{
padding:15px;
display:block;
position:relative;
font-size:14px;
color:#333333;
text-align:center;
text-decoration:none;
}
ul#globalnavi li a:hover{
color:#ffffff;
}
ul#globalNavi{
	width:750px;
	/* for MacIE5.x ＼*//**/
overflow:hidden;
	/* end */
}

/*リンクの設定*/
a:link{
color:#666666;
}
a:visited{
color:#333333;
}
a:hover{
color:#999999;
position:relative;
top:1px;
left:1px;
}
a:active{
color:#999900;
}
a.deco{
text-decoration:none;
border-bottom:2px #ffcc00 dotted;
padding-bottom:1.5px;
}

/*箱の設定*/
div.textbox{
margin:0px;
border-width:1px;
border-color:#ffcc00;
border-style:solid;
width:350px;
overflow:hidden;
}
div.titlebar{
background-color:#ffcc00;
text-align:left;
color:#666666;
font-size:12px;
font-weight:bold;
padding-bottom:5px;
width:100%;
height:25px;
}
div.titlebar2{
padding:3px;
background-color:#ffcc00;
text-align:center;
color:#333333;
font-size:12px;
width:100%;
}
div.textbox2{
margin:auto;
padding:5px;
text-align:left;
border-width:2px;
border-color:#ffcc00;
border-style:solid;
width:506px;
overflow:hidden;
}

/*画像の位置*/
img.pright{
float:right;
padding:5px;
}
img.pleft{
float:left;
padding:5px;
}

</style>