@charset "utf-8";

/*--------------------------------------
 ogawachiharu official web site popup
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: verdana, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W6";
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	color: #A4A4A4;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}



/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*--------------------------------------
 container
---------------------------------------*/
div#container {
    width:450px;
	margin: 0 auto;
}

/*--------------------------------------
 header
---------------------------------------*/
div#header h1{
    font-size:18px;
	margin:0;
	padding-top:30px;
}

/*--------------------------------------
 contents
---------------------------------------*/
div#contents h2{
    font-size:13px;
}

div#contents p{
    font-size:12px;
}

div#contents p.text{
    font-size:12px;
}

div#contents p.button{
    display:block;
	width:245px;
    margin:0 auto;

}

/*--------------------------------------
 footer
---------------------------------------*/
div#footer {
	margin-top: 20px;
}

address {
    font-size:8px;
	font-style:normal;
	text-align:center;
}