@charset "utf-8";
/* CSS Document */

/*
  ---------------------------------------------------------------
   
   ＡＺクラブサイト
   common.css
     
  ---------------------------------------------------------------
*/


body,div,ul,li,h1,h2,h3,p{margin:0;padding:0;}
img{border:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/

body {
	background:url(../../img/ft_img.jpg) repeat-y center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	color: #4C4C4C;
}

a:link {
	text-decoration: underline;
	color: #4C4C4C;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #104097;
	text-decoration: underline;
}

.f10{
font-size:10px;
line-height:14px;
}

.f12{
font-size:12px;
line-height:18px;
}

.blue{
color:#330099;
}

.pink{
font-size:12px;
color:#CC3366;
font-weight:bold;
line-height:18px;
}

.strong{
font-size:14px;
font-weight:bold;
line-height:18px;
color:#104097;
}

.topics{
font-size:12px;
line-height:18px;
color:#330099;
margin:15px 0 0 0;
padding:10px;
border:1px solid #330099;
}

.topics2{
font-size:12px;
line-height:18px;
color:#330099;
margin:5px 0 0 0;
padding:10px;
border:1px solid #330099;
}

.topics_r{
font-size:12px;
line-height:18px;
color:#dd0000;
margin:0 0 30px 0;
padding:10px;
border:1px solid #dd0000;
}


/*
-----------------------------------------------------------------
   contents
-----------------------------------------------------------------
*/

#contents{
	margin:0 auto;
	padding:0;
	background:url(../../img/bg_img.jpg) repeat-y center;
	width:776px;
}


/*
-----------------------------------------------------------------
   header
-----------------------------------------------------------------
*/


#header h1{
	margin:0 auto;
	width:778px;
	height:98px;
	background-image:url(../../img/bg_header.gif);
	padding:0;
	text-indent:-9999px;
}


/*
-----------------------------------------------------------------
   menu
-----------------------------------------------------------------
*/

#menu{
	float:left;
	width:220px;
}

#menu_box{
	margin:15px auto;
}

#menu ul{
	list-style: none;
	width: 190px;
	margin:0px auto;
}



/*
-----------------------------------------------------------------
   main
-----------------------------------------------------------------
*/

#main{
	float:right;
	width:556px;
}

#main_box{
	margin:15px auto 5px;
}

#main_box p.f10{
	font-size:x-small;
	line-height:14px;
	margin:50px 0 0 420px;
	padding:5px 10px 0 0;
}

p.to_top{
	font-size:x-small;
	line-height:14px;
	margin:50px 0 0 430px;
}

#main p.f10_k{
	font-size:x-small;
	line-height:14px;
	margin:20px 10px 10px auto;
}

.table-01 {
	background-color: #dbebf6;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.table-02 {
	background-color: #dbebf6;
}


.table_line td {
	border-bottom:solid 2px #ffffff;
	padding:5px;
}

.bt10 {
	margin-bottom:10px;
}

.bt20 {
	margin-bottom:20px;
}

/*
-----------------------------------------------------------------
   footer
-----------------------------------------------------------------
*/

#footer{
	margin:0 auto;
	clear:both;
	background:url(../../img/bg_footer.gif) no-repeat;
	width:778px;
	height:43px;
}

.copy{
	font-size:10px;
	padding:10px 0 0 450px;
	width:300px;
	}


