@charset "utf-8";

/* ----------------------------------------
CSS Information

 Site URL:		http://www.reformcatalog.com
 File name:		default.css(http://www.reformcatalog.com/catalog/css/privacy.css)
 Summary:			all styles
 Created:			2008-6-24
 Lust update:	2008-6-24 by imamura
 Author:			Kousuke Imamura(admin)
 Style Info:	共通CSS

-Search key"__"+"id Name or Class Name"

/__Deafault style clear
/__wrap					(div#wrap)
/__footer				(div#footer)
------------------------------------------ */

/*-----------------------
__Deafault style clear
------------------------*/

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	font-family:Meiryo,Osaka,verdana,arial,sans-serif;
	background:#FFF;
	text-align:center;
	color:#333;
	line-height:1.6;
}


/* other ----------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

ul{list-style-type:disc;}
legend {text-indent:-9999px;}
address{color:#000;}
caption {display:none;}
img {border:0;}
a img {border:0;}
em, strong {font-weight:bold;}
b {font-weight:bold;}
i {font-style:italic;}
s {text-decoration:line-through;}
u {text-decoration: underline;}
input {margin-bottom:3px;}

/* LinkColor ------------------------------*/
a {color:#03F; text-decoration:underline; font-size:12px;}
a:visited {color:#636;}
a:hover {color:#F00;}
a:active {color:#F00;}


/* Clear */
.clear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/*-----------------------------
__wrap
-------------------------------*/
#wrap {
	width:710px;
	margin:0 auto;
	padding:5px;
	background:#FFF;
	text-align:left;
	position:relative;
}

#wrap h1 {font-size:14px;}
#wrap h2 {margin:5px 0 3px 0; font-weight:bold;}
#wrap ul{padding:0 0 3px 20px;}
#wrap p {padding-left:5px;}