﻿#container
{
    height:100%;
    width:100%;
    background-repeat:repeat-y;
    background-position:center;
    background-image:Url("../images/common/bg_img.jpg");
    margin:auto;
}
#container_shadow
{
    width:820px;
    background-repeat:repeat-y;
    background-image:Url("../images/common/bg_sub.gif");
    margin:auto;
}
#container_main
{
    width:800px;
    margin:auto;
}
/* ------------------------------------- */
/* ヘッダー情報 */
#header
{
    width:100%;
}
#header_main,#header_sub
{   
    width:800px;
    height:375px;
    margin:auto;
    margin-top:0px;
    background-repeat:no-repeat;
    background-image:Url("../images/common/headerImgMain.jpg");
}
#header_sub
{   
	height:217px;
    background-image:Url("../images/common/headerImgSub.jpg");
}
#header_description_kj
{
	width:800px;
	margin:auto;
	font-size:13px;
	color:#FFCC00;
	margin-top:0px;
	margin-bottom:0px;
}
#header_menu
{
	margin:0px 0px 0px 0px;
	padding-bottom:5px;
}
#header_menu li
{
	float:left;
	list-style-type:none;
	border-bottom:solid 3px #B7CFB7;
	padding-bottom:3px;
}
/* ------------------------------------- */

/* ------------------------------------- */
/* メイン情報 */
#main
{
    clear:both;
    margin:auto;
    width:800px;
}
#main_sub
{
    clear:both;
    text-align:left;
    margin-left:5px;
}
#main_contents
{
    width:595px;
    margin:auto;
    float:left;
}
#main_menu
{
    width:200px;
    margin:auto;
    margin-top:15px;
    float:right;
}

/* ------------------------------------- */

/* ------------------------------------- */
/* フッター情報 */
#footer
{
    clear:both;
    margin:auto;
    width:800px;
    padding-top:45px;
    padding-bottom:65px;
}
#footer_bottom
{
    clear:both;
    margin:auto;
    width:800px;

}
#footer_copyright
{
	clear:both;
    height:26px;
    padding-left:3px;
    padding-top:6px;
    text-align:left;
    background-repeat:no-repeat;
	background-image:Url("../images/common/copyright_bar.gif");
	color:#FFFFFF;
}
#footer_bottom
{
    margin:auto;
    margin-top:20px;
    margin-left:10px;
}
dl.footer_bottom
{
	clear:both;
    font-size:12px;
    color:#999999;
    margin-left:60px;
}
dt.footer_bottom
{
    float:left;
    text-align:right;
    margin-right:10px;
    width:150px;
}
dd.footer_bottom
{
    float:left;
    width:500px;
    text-align:left;
    margin-bottom:10px;
}
dt.footer_bottom a
{
    color:#999999;
}
dt.footer_bottom a:hover
{
    color:#999966;
}
dd.footer_bottom a
{
    color:#999999;
}
dd.footer_bottom a:hover
{
    color:#999966;
}
/* ------------------------------------- */
/* ------------------------------------- */
/* 画像表示 */
.img_type_1
{
    margin-right:10px;
    margin-bottom:10px;
    border:solid 1px #CCCCFF;
}
.img_type_2
{
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    border:solid 1px #CCCCFF;
}
.img_type_3
{
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    border:solid 1px #CCCCFF;
}
/* ------------------------------------- */