@charset "utf-8";
/*サイト共通*/
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a{
	color:#3399CC;
}
a:hover{color:#FF6633;}
a:visited{color:#6699CC;}

#shadow{
	background-image: url(images/side_kage.gif);
	width:10px;
}
#white_bg{
	background-color: #FFFFFF;

}
.white{
	color: #FFFFFF;
}
#menubox{
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1{
	font-size: 130%;
	color: #003399;
	font-weight: bold;

}
h2{
	font-size: 115%;
	color: red;
	font-weight: bold;

}
h3{
	font-size: 120%;
	font-weight: bold;

}
h3.dekigoto{
	margin-bottom: 5px;
}
#otoiawase a{
	color:#FFFFFF;
	text-decoration: none;
}
#pankuzu{
	font-size: small;
}

#gototop{
	font-size: small;
}
 
ul.pagelink {
 margin:0;
 margin-top:10px;
 margin-bottom:10px;
 padding:0;
 list-style-type:none;
 margin-left:5px;
 }

ul.pagelink li {
 padding-left:15px;
 margin-bottom:0.3em;
 background-image:url(entei/img/list_mark.gif);
 background-position:left;
 background-repeat:no-repeat;
 } 

/*トップページのみ*/
#rightbox{
	background-image: url(images/right_bg.gif);
	width:200px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFDEDE
}

#rightbox p{
	padding-left: 12px;
}
.fontSmall {
	font-size: 84%;
}
.font12px {
	font-size: 12px;
}

/* ※印テキスト */
p.warbing {
 padding:0.5em;
 margin:0;
 margin-left:1em;
 font-size:0.9em;
 text-indent:-1em;
 }
 
.right {
	float: right;
}