/* CSS Document */

html{
	height:100%;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image:url(images/bg.gif); //バックグラウンドイメージ
	min-height:100%;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 140%;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 871px;
	min-height:100%;
	border-left:solid 10px #D1CFC8;
	border-right:solid 10px #D1CFC8;
	color: #666666;
	background-color:#FFFFFF;
}

#navigation_bar{
	text-align:right;
	color:#FFFFFF;
	font-size: x-small;
	background-color:#251771;
	width: 871px;
}

#copyright{
	text-align:right;
	font-size: x-small;
	color:#999999;
	width: 871px;
}

/* Document専用 */

#doc_top_main{
	height:auto;
	width:870px;
	border:solid 1px #000000;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#doc_top_image{
	float:left;
	width:490px;
	text-align:left;
	font-size: x-small;
}

#doc_top_image h2{
	margin:0;
	padding:0;
}

#doc_top_image h2 a {
	display:block;
	height:655px;
	width:490px;
	background:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#doc_top_image h2 span {
	display:none;
}

#doc_top_menu{
	float:left;
	width:380px;
	text-align:right;
	font-size: x-small;
}


#doc_main{
	height:auto;
	width:870px;
	border:solid 1px #000000;
	background-image:url(../images/doc_back.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

h2{
	margin:0;
	padding:0;
}

h2 a {
	display:block;
	height:170px;
	width:250px;
	background:url(../images/royce_document.gif);
	background-repeat:no-repeat;
}

h2 span {
	display:none;
}


#doc_menu{
	float:left;
	width:250px;
	text-align:right;
	font-size: x-small;
}

#doc_menu a{ color:#965000; text-decoration:none; }
#doc_menu a:link { color: #965000; text-decoration:none; }
#doc_menu a:visited { color: #965000; text-decoration:none; }
#doc_menu a:hover { color: #965000; text-decoration:none; }
#doc_menu a:active { color: #965000; text-decoration:none; }

#doc_contents{
	float:left;
	width:620px;
	text-align:left;
}

.doc_body_text{
	width:550px;
	text-align:left;
	padding-left:35px;
	background-image:url(../images/entry_back.gif);
	background-repeat:repeat-y;
}

.doc_entry{
	padding-bottom:20px;
}


.doc_entry img{
	margin:5px;
}


.doc_body_text h3{
	margin-top:0px;
	margin-bottom:0px;
	font-size:small;
	color:#965000;
}

.doc_body_text h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size:small;
	font-weight:normal;
	color:#965000;
	/*clear: both;*/
}

.doc_body_text p{
	margin-top:0px;
	margin-bottom:10px;
}

.img_text_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	line-height: 100%;
	font-size:x-small;
}

.img_text_left img{
	margin:0px;
}

.img_text_center{
	float:left;
	margin-bottom:10px;
	line-height: 100%;
	font-size:x-small;
}

.img_text_center img{
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
}

.shopping_img{
	float:left;
	width:114px;
	margin-top:15px;
	margin-left:0px;
	padding-bottom:30px;
}

.doc_shopping_text{
	float:left;
	width:420px;
	color:#56565D;
	margin-top:21px;
	margin-bottom:20px;
}

.doc_shopping_text p{
	margin:0;
	line-height: 110%;
}

.doc_shopping_text a{ color:#56565D; text-decoration:none; }
.doc_shopping_text a:link { color: #56565D; text-decoration:none; }
.doc_shopping_text a:visited { color: #56565D; text-decoration:none; }
.doc_shopping_text a:hover { color: #965000; text-decoration:none; }
.doc_shopping_text a:active { color: #56565D; text-decoration:none; }

