
@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}


body{
height:auto;
width:100%;
overflow-x:hidden;
background-color: #cf153e;
background-image:url("images/bg-wall.png");
background-repeat:repeat-x;
background-attachment : fixed ; /* 背景を固定する */
	scrollbar-track-color: #a40035;
　　　	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #a40035;
}


body,td,th {
font-family:meiryo,Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}


.space a:link,a:active{
	color:#00ffff;
	text-decoration:underline;
}
.space a:visited { color: #A9A9A9 } 
.space a:hover{color:#00ffff;background-color:#313131;
text-decoration:none;}

.space a.b{color:#000000;}

.space a.b:hover{color:#313131;
text-decoration:none;
background-color: transparent;
}



.space2 a:link,a:visited,a:active{
	color:#CD5C5C;
	text-decoration:none;}
.space2 a:hover{color:#C71585;background-color:#EEEEEE;
text-decoration:underline;}

.space2 a.b{color:#000000;}

.space2 a.b:hover{color:#C71585;
text-decoration:underline;
background-color: transparent;
}




#top{
width:800px;
height:450px;
margin:0 auto;
}

table.menu{
background:url("images/menu_bar.png") repeat-x;
width:100%;
height:150px;
position:absolute;
top:200px;
}

table.down{
width:100%;
position:absolute;
top:330px;
}


table.arc{
width: 170px;
margin: 0px 15px 0px 15px;
font-size: 10px;
line-height: 200%

}

div.he{
background:url("images/he.png") ;
}
div.box{
background:url("images/bg.png") ;
}


h1 {
	font-size: 14px;
                font-family:meiryo;color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 65px;
    　　     font-family:meiryo;color: #ffffff;
	font-weight: bold;
	padding: 0px;

}
h3 {
background-color: #a40035;
padding: 0px;
}

h4 {
	font-size: 14px;
                font-family:meiryo;color: #ffffff;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
                letter-spacing: 0.3em;
                background-color: #000000;
}
h5 {
	font-size: 12px;
                font-family:meiryo;color: #ffffff;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
                letter-spacing: 0.3em;
                background-color: #a30035;
}

h6 {         background-color: #373434;
                text-align: right;
	font-size: 14px;
                font-family:Georgia,meiryo;color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


hr {
height: 1px;
border: none;
border-top: 1px #000000 dashed;
}


pre#nikki {
font-family:meiryo, sans-serif;
font-size: 12px;
color: #313131;
MARGIN: 15px 0px 15px 15px;
line-height:180%;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;     /* IE 6 */
}

pre {
font-family:meiryo, sans-serif;
font-size: 12px;
line-height:167%;
        margin:5px;
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;     /* IE 6 */
}

.cNowrap{
　　word-wrap: break-word;
}


table#left {table-layout: fixed;｝














