/* リセット
---------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;padding:0;border:0;outline:0;font-size:1em;vertical-align:baseline;background:transparent;
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}


/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 76%;
	*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	margin: 25px 0 0;
	padding: 0;
}

a:link{ color: #990000; text-decoration: none;}
a:visited{ color: #999999; text-decoration: none;}
a:hover{ color: #003366; text-decoration: none;}
a:active{ color: #990000; text-decoration: none;}

li { margin-bottom: 0.35em;}

img { border: none;}

#mini {
	width: 500px;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
}

.img_l {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.img_r {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}


div { 
	zoom: 100%;
}
div:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


img, div { behavior: url(/wp-content/themes/soleilgarden/js/iepngfix.htc) }







/* ヘッダー
---------------------------------------------------- */


#mini h1{
	overflow: hidden;
	width: 500px;
	height: 100px;
	font-size: 1em;
	margin: 0 0 10px;
	padding: 0;
}
#mini h1 a{
	display: block;
	width: 500px;
	height: 100px;
	text-indent: -9999px;
	background: transparent url(/wp-content/themes/soleilgarden/img/header_mini.png) no-repeat;
}
#mini h1 a:hover{
	background: transparent url(/wp-content/themes/soleilgarden/img/header_mini.png) 0 -100px no-repeat;
}










/* フッター
---------------------------------------------------- */

#footer {
	clear: both;
	width: 500px;
	margin: 2.5em auto 0;
	padding: 0;
	background: url(/wp-content/themes/soleilgarden/img/footer_bar.png) no-repeat;
}

#footer p{
	font-size: 0.92em;
	text-align: center;
	color: #333;
	margin: 0 auto;
	padding: 10px 0 5px;
}





/* メインコンテンツ
---------------------------------------------------- */

#mini h3{
	clear: both;
	font-size: 1.2em;
	color: #990000;
	margin-bottom: 1.5em;
}

#mini p{
	margin-bottom: 1em;
}

#mini ul{
	margin: 0.5em 0 0.5em 2em;
}






/* 認証ページ
---------------------------------------------------- */
#mini .certification {
	text-align: center;
	margin: 3em auto 0;
	padding: 0;
}
#mini .certification img.enter{
	display: inline;
	float: left;
	margin: 0 0 4em 115px;
}
#mini .certification img.leave{
	display: inline;
	float: right;
	margin-right: 115px;
}








