/*--------------リンク色設定--------------*/
a:visited,
a:active,
a:link {
	color: #0055b5;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.3em;
}

a:hover {
	color: #ed5a90;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.3em;
}

/*---------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 1em;
} 

table,
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

ul,
span {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 842px;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-y;
}

#contents-wrapper {
	width: 795px;
	margin-left: 17px;
}

#contents {
	vertical-align: top;
}

/*--------------タイトルロゴ--------------*/
#logo {
	width: 795px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 22px;
	padding-top: 8px;
	margin-left: 20px;
}

/*--------------フッター--------------*/
#footer {
	text-align: right;
	width: 795px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 15px;
	margin-top: 40px;
	padding-bottom: 15px;
	margin-left: 20px;
}

#shadow {
	margin-right: auto;
	margin-left: auto;	
	padding-bottom: 5px;
	width: 842px;
}

/*--------------コピーライト--------------*/
#copy {
	margin-right: auto;
	margin-left: auto;
	width: 432px;
	padding-bottom: 20px;
	padding-top: 12px;
}

/*--------------サイドメニュー--------------*/
#main-menu {
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding-right: 14px;
}

li.line {
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-top: 5px;
	padding-bottom: 8px;
	list-style-type: none;
	padding-left: 16px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-bottom-width: 1px;
} 

li.noline {
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-top: 5px;
	padding-bottom: 8px;
	list-style-type: none;
	padding-left: 16px;
} 

.bnr {
	margin-bottom: 10px;
}

/*--------------テキスト揃え--------------*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}


