@charset "Shift_JIS";
@import url("class.css");

/* 基本設定
******************************************************************************************** */

.title-arrowCopy {

	background-image: url(images/arrowTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	color: #666666;
	width: 85px;
	padding-top: 11px;
	padding-left: 50px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
div,img,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.kyokai {
	border: solid 1px #a0a0a4;
	line-height: 17px;
	font-size: 12px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #3988CE;
	text-decoration: underline;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}

/* 中ページヘッダー
******************************************************************************************** */

#headerNaka {
	height: 290px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	background-image: url(images/headBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#headerNaka h2 {
	height: 130px;
	width: 750px;
	padding-top: 15px;
}

/* メイン
******************************************************************************************** */
#main {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* フッター
******************************************************************************************** */
#footerNaka {
	height: 176px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageTop {
	padding-top: 23px;
	text-align: right;
	padding-bottom: 43px;
}

/*サイドメニュー
******************************************************************************************** */
#sideMenu {
	background-image: url(images/sidemenu-line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 200px;
	padding-top: 5px;
}


#sideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.noLink {
	background-image: url(../images/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	height: 12px;
	width: 170px;
}

#sideMenu li a:link {
	background-image: url(../images/sideMenu-off.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #56426C;
	text-decoration: none;
	height: 12px;
	width: 200px;
}

#sideMenu li a:visited {
	background-image: url(../images/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #56426C;
	text-decoration: none;
	height: 12px;
	width: 200px;
}

#sideMenu li a:hover {
	background-image: url(../images/sideMenu-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 12px;
	width: 200px;
}

#sideMenu li a:active {
	background-image: url(../images/sideMenu-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 12px;
	width: 200px;
}
.apple {
	font-size: 11px;
	background-color: #ffc;
	border: solid 1px #a0a0a4;
	padding: 2px;
}
