@charset "shift_jis";

/*=====================================================================================
	初期設定
=====================================================================================*/

.container {
	width: 980px;
	max-width: 1260px;
	min-width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
}

#content {
	width: 980px;
}

/* ボックス */
.box {
	width: 980px;
}

.logo_box {
	width: 285px;
	height: 94px;
	margin: 235px 347px 235px 347px;
}

/* リスト */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


/*=====================================================================================
	jQuary CSS
=====================================================================================*/

/* PAGE TOP */
#page-top {
    position: fixed;
    bottom: 42px;
    right: 13px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}