/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka ;
	letter-spacing: 0.2em;
}
img {
	border: none;
}
hr {
	display: none;
}

/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

.clearHR {
	clear: both;
}
/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #336699;
}
A:visited {
	color: #336699;
}
A:hover {
	color: #666666;
}
/*レイアウト
////////////////////////////////////////////////////*/
body {
	text-align: center;
}
#web {
	width: 806px;
	margin: 10px auto 0;
	padding: 3px 0;
	background-color: #1993CB;
}
#webContainer {
	width: 800px;
	margin: 0 auto;
	background-color: #CCCCCC;
}
#header {
	width: 800px;
	height: 81px;
	background: url(../img/bg_common_header.jpg) no-repeat;
}
#header h1 {
	width: 338px;
	height: 81px;
	background: url(../img/logo_osaka_fuju.jpg) no-repeat;
	text-indent: -9999px;
	float: left;
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
#header dl {
	width: 180px;
	margin-top: 16px;
	text-align: left;
	float: right;
}
#header dl dt {
	width: 175px;
	height: 24px;
	text-indent: -9999px;
	background: url(../img/h_common_head_memberpage.jpg) no-repeat;
}
#mainContainer {
	width: 800px;
	padding-top: 10px;
	background: url(../img/parts_common_headborder.gif) no-repeat top #F2F2EC;
	text-align: left;
}
#topicList p {
	padding: 6px 0 6px 10px;
	font-size: 10px;
	line-height: 1.0;
}
#topicList a {
	font-size: 10px;
}
#mainWrapper {
	width: 800px;
}
#groundMenu {
	width: 190px;
	float: left;
}
#contentArea {
	width: 610px;
	float: right;
	text-align: center;
	background-color: #FFFFFF;
}
#contentArea .contentCol {
	width: 606px;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	margin: 0 auto;
	text-align: left;
}
#pageHead h2,
#pageHead p {
	text-indent: -9999px;
}

p#siteMap {
	text-align: left;
	clear: both;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

#footer address {
	width: 806px;
	height: 30px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background: url(../img/parts_common_copyright.jpg) no-repeat right;
}

/*その他
////////////////////////////////////////////////////*/

p.bt_pageTop {
	text-align: right;
	clear: both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.ancher {
	margin: 12px 0;
	padding-left: 20px;
	background: url(../img/parts_common_ancher01.gif) no-repeat;
}


ul.ancherList {
	margin: 20px 0;
}
ul.ancherList li {
	margin: 5px 0;
	padding-left: 20px;
	background: url(../img/parts_common_ancher01.gif) no-repeat;
	list-style-type: none;
}
