/* CSS Document */
@charset "UTF-8";
html {
	overflow-y:scroll;
}
body {
	text-align: center;
	background-image: url(../images/back_bg.gif);
	background-repeat: repeat;
	line-height: 1.5;
	color: #484848;
}
#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 850px;
}
#header {
	width: 850px;
	margin-top: 20px;
}
/*ここから共通header*/
#header h1 {
	float: left;
	width: 188px;
	margin-left: 30px;
}
#header #hMainarea {
	float: right;
	width: 591px;
	margin-top: 15px;
}
#header #hMainarea ul {
	margin-bottom: 15px;
}
#header #hMainarea li {
	display: inline;
	margin-left: 20px;
}
#header #hMainarea h2 {
	text-align: right;
}
/*ここから共通contents*/
#contents {
	width: 850px;
	background-color: #FFFFFF;
	margin-bottom: 120px;
}
/*ここからsideContents*/
#contents #sideContents {
	width: 200px;
	float: left;
	background-image: url(../images/sideBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	margin-left: 30px;
	padding-bottom: 5px;
}
#contents #sideContents #sideList {
	background-image: url(../images/sideBg.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: repeat;
}
.sideTitle {
	width: 159px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents #sideContents #sideList .sideTitle a {
	color: #484848;
	text-decoration: none;
}
#contents #sideContents #sideList .sideTitle a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.sideLast {
	margin-bottom: 15px;
}
#contents #sideContents #sideList ul .sideLast a {
	color: #333;
}
#contents #sideContents #sideList ul .sideLast a:hover {
    color: #CC3300;
}
/*ここからmainContents*/
#contents #mainContents {
	width: 575px;
	float: right;
}
#contents #info {
	clear: both;
	width: 850px;
}
/*ここから共通footer*/
#footer {
    font-size: 83.3%;
}
#footer #footerBg #fContents {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 20px;
}
#footer #snowman {
	background-image: url(../images/footerTop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	/*padding-bottom: 20px;←冬バージョン*/
	padding-top: 10px;/*←緑バージョン*/
}
#footer #footerBg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
#footer #footerBg #fContents {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #footerBg #fContents p {
	margin-bottom: 10px;
}
#footer #footerBg #fContents ul {
	margin-top: 25px;
	margin-bottom: 5px;
}
#footer #footerBg #fContents li {
	display: inline;
}
#footer #footerBg #fContents a {
	color: #484848;
	text-decoration: none;
}
#footer #footerBg #fContents a:hover {
	color:#CC3300;
	text-decoration: underline;
}
/*共通タイトル*/
.title {
	width: 500px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9900;
	margin-bottom: 15px;
}
/*ページトップ*/
.pageTop {
	text-align: right;
	margin-right: 20px;
    font-size: 83.3%;
}
.pageTop a {
	color: #CC6600;
	text-decoration: none;
}
