@charset "EUC-JP";

/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	text-align:center;
	width:100%;
	background-color:#eef6ff;
}
p {

}
img {
	border: 0;
}
a {
	color: #0000ff;
}
a:active,
a:hover {
	color: #800080;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	color: #F90;
	font-weight: bold;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
div#maincontainer{
	background:#eef6ff url(http://www.ogawarako.com/template/body_bg.gif) repeat-x;
	background-position:0px 0px;
	text-align:center;
	width:100%;
}
div#container{
	width:820px;
	margin:0px auto 0px auto;
	padding:0px;
	overflow:hidden;
	text-align:center;
	clear:both;
	background-image:url('http://www.ogawarako.com/template/container_bg.gif');
	background-position:center;
	background-repeat:repeat-y;
}
div#container_r{
	background-image:url('http://www.ogawarako.com/template/container_top_bg.gif');
	background-repeat:no-repeat;
	background-position:top;
	height:100%;
}
div#container_b{
	background-image:url('http://www.ogawarako.com/template/container_bottom_bg.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}
div#object{
	margin:0px auto 0px auto;
	width:800px;
}
/* fieldset */
fieldset{
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 10px 10px;
}
legend{
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 10px;
}
fieldset ul{
    margin-left:2em;
    list-style-type:square;
}
/* pdflink
---------------------------------------------------------------------- */
div.pdflink{
    background-image:url('img/pdficon_large.gif');
    background-position:10px center;
    background-repeat:no-repeat;
    border:1px dotted #80b62f;
    margin:10px 0px 10px 0px;
    padding:15px 10px 15px 10px;
}
/* pdflink-book
---------------------------------------------------------------------- */
div.pdflink-book{
    background-image:url('img/pdficon_large.gif');
    background-position:317px 5px;
    background-repeat:no-repeat;
    border:1px dotted #80b62f;
    float:left;
    margin:10px 0px 10px 0px;
    padding:5px 0px 5px 0px;
    width:354px;
}
div.pdflink-bookr{
    background-image:url('img/pdficon_large.gif');
    background-position:317px 5px;
    background-repeat:no-repeat;
    border:1px dotted #80b62f;
    float:right;
    margin:10px 0px 10px 0px;
    padding:5px 0px 5px 0px;
    width:354px;
}
div.pdflink-book img,div.pdflink-bookr img{
    float:left;
    margin:0px 5px;
}
div.pdflink-book p,div.pdflink-bookr p{
    line-height:1em;
    padding:20px 0px 0px 0px;
    text-indent:0;
}
