/*---------- メイン ----------*/

#main {
	padding: 0px;
	width: 1000px;
	background-color: #ffffff;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	top: 0px;
	bottom: 0px;
	height: 100%;
}


/*---------- ヘッダー ----------*/

#header {
    width: 1000px;
    height: 150px;
    font-family: "ＭＳ Ｐゴシック","MS UI Gothic",Impact,Chicago,"Comic Sans MS",Helvetica,Arial,Osaka,  
    sans-serif;
    margin: 0px 0px 5px 0px;
}

#header h1 {
    margin: 0;
    padding: 60px 10px 10px 15px;
    width: 400px;
    text-align: left;
    font-size: 20px;
    text-indent:-100000000000000000000000000px;
    color: #ffffff;
}

#header a {
    color: #ffffff;
    font-size: 16px;
 }

#header a:hover {
    color: #ffffff;
    font-size: 16px;
}

#header-menu {
    margin: 0px;
    padding: 10px 0 0px 0px;
    background-repeat: repeat-x;
    height: 31px;
    /* background-image: url(img/title_bgimg.jpg); */
    background-image: url(../img/title_bgimg.jpg);
}

#header-menu ul {
    text-align: left;
    padding-bottom: 1px;
    padding-left: 0px;
    margin: 0px;
    width: auto;
}

#header-menu li {
    color: #CCCCCC;
    display: inline;
    padding-left: 9px;
    padding-right: 5px;
    /* background: url(img/l_icon.gif) no-repeat; */
    background: url(../img/l_icon.gif) no-repeat;    
}

#header-menu a {
    color: #000000;
    text-decoration: none;
}

#header-menu a:hover {
    color: #003466;
}


/*---------- フッター ----------*/

#footer {
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-top: solid 1px #ffffff;
    border-top-color: #ffffff;
    background-color: #ffffff;
    width: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 70px;
    background-position: center;
    margin: 0px 0px 0px 0px;
/*    bottom:0px;*/
}

#footer a {
    color: #666666;
    font-size: 14px;
 }

#footer a:hover {
    color: #55AA33;
}

/*---------- パンくずリスト----------*/

#pan {
    color: #003466;
    font-size: 12px;
}



