@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
ヘッドライン
--------------------------------------------------------------------*/
h1 {
    font-size: 21px;
    }

h1 img {
    }

h2 {
    font-size: 18px;
	font-weight: bold;
    }

h2 img {
    }

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
    }

h3 img {
    }

h4 {
    font-size: 13px;
	margin: 0;
    }

h4 img {
    }

p {
    font-size: 12px;
    }

a, img {
	border: none !important;
}

a:link {
	border: none !important;
}

a:hover {
	border: none !important;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------------
基本レイアウト
---------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	line-height: 180% !important;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
    }

#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    }

/*-----------------------------
ヘッダーは各style.cssにて指定
-----------------------------*/

/*---------------------------------------------------------コンテンツ*/
#content {
    width: 800px;
	clear: both;
    margin: 0 100px;
    padding: 0;
	text-align: left;
    }

/*-----------------------------------------パンくず(TOPページは除く)*/
#breadcrumbs {
    width: 800px;
    margin: 5px 0 0 0;
    padding: 0px;
	clear: both;
	font-size: 12px;
    }

/*------------------------------------------------------------メイン*/
#main {
    width: 800px;
    margin: 0 0 10px;
    padding: 0;
    }

/*------------------------------------------------------別コンテンツリンク*/
#another_page {
    height: 35px;
    width: 800px;
	clear: both;
    margin: 0 0 20px;
    padding: 0;
	text-align: right;
}

/*------------------------------------------------------ページトップ*/
#page_top {
    width: 800px;
	clear: both;
    margin: 0;
    padding: 0;
	text-align: right;
}


/*------------------------------------------------------------フッタ*/
#footer {
	height: 100px;
	width: 1000px;
	clear: both;
	text-align: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    }

#footer img {
    border: none;
    }

#footer #footer-inner {
    height: 14px;
    width: 182px;
    color: #FFFFFF;
    margin: 0;
    padding: 68px 0 0 643px !important;
    }

#footer #footer-inner .link-svo a {
    height: 14px;
    width: 34px;
	float: left;
    margin: 0;
    padding: 0;
	text-indent: -9999px;
    display:block;
    }

#footer #footer-inner .link-kaiyou a {
    height: 14px;
    width: 110px;
	float: left;
    margin: 0;
    padding: 0 0 0 15px;
	text-indent: -9999px;
    display:block;
    }

#footer #footer-inner #footer-logo a {
    height: 14px;
    width: 92px;
	float: right;
    margin: 0;
    padding: 0 0 0 10px;
	text-indent: -9999px;
    display:block;
    }


/*--margin-----------------------------------------------------------------*/
/*TOP*/
.mt01 {margin-top: 1px;}
.mt03 {margin-top: 3px;}
.mt05 {margin-top: 5px;}
.mt08 {margin-top: 8px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}

/*RIGHT*/
.mr01 {margin-right: 1px;}
.mr05 {margin-right: 5px;}
.mr08 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}

/*bottom*/
.mb01 {margin-bottom: 1px;}
.mb03 {margin-bottom: 3px;}
.mb05 {margin-bottom: 5px;}
.mb08 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb16 {margin-bottom: 16px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}

/*left*/
.ml01 {margin-left: 1px;}
.ml05 {margin-left: 5px;}
.ml08 {margin-left: 8px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}



