@charset "shift_jis";
/* *** reset *** */	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
/*
ol {

}*/
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* *** reset *** */	

/* *** 全頁共通 *** */	
body    {
    
    margin:0px auto;
    padding:0px auto;
    background: url('../imgs/body_bg.gif') top center repeat-x #fcfcfc;
    font-size:95%;
    color:#666;
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
a     {color: ; text-decoration: none;}
a:link     {color: ; text-decoration: ;}
a:visited   {color: ; text-decoration: ;}
a:hover   {color: ; text-decoration: ;}
a:active   {color: ; text-decoration: ;}


/* *** header *** */
#header    {
    width:500px;
    background:url('../imgs/rogo.gif') -20px top no-repeat; 
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0;
    padding:0 0px;
    height:80px;
	overflow:hidden;
}
h1     {padding: 80px 0 0 0;
		width:500px;
		float:left;
		margin-top: 0;
		margin-bottom: 0;
		overflow: hidden;
		height: 0pt ! important;
		font-size: 0pt;}

.banner	{padding:80px 500px 0 0;
		}

/* *** wrapper *** */
#container    {
    margin:0px auto;
    padding:0px;
    background:url('../imgs/mini/container_mini_bg2.gif') center top;
    background-repeat:repeat-y;
    clear: both;
	}

div#container:after {
	content: ".";
	display:block;
	clear: both;
}
#content_mini  {
    	width:500px;
    	background:#fff;
    	margin:20px auto 0px;
    	padding:0px;
    	padding-bottom:0px;
    	clear:both;
    	}
/* *** footer *** */
#footer    {
    	clear:both;
    	background:url('../imgs/footer_bg.gif') center 100%;
    	background-repeat:no-repeat;
    	margin:0px auto -18px;
    	padding:0px 0px 25px;
    	width:500px;
    	}

.copy    {
		clear:both;
		margin:0px 0 0 0px;
		padding:11px 20px 0 0px;
		text-align:right;
    	font-size:12px;
		color:#666;}
		
/* *** その他 *** */		
.breaks{
 	clear:both;
	height:1px;
}
/* *** 全頁共通ここまで *** */

/* *** font *** */
p.nomaltext {
		line-height:1.6em;
		padding:0px 20px 12px 20px;
		}
span.red {
		color:#f33333;
		}
span.redb {
		color:#f33333;
		font-weight:bold;
		}