*{
	margin:0;
	padding:0;
}

body{
	background-color:#000026;
	background-image:url('img/bg1.png');
	background-repeat:no-repeat;
	background-position:50% 0;
	background-attachment:fixed;
	color:#a2c2e6;
	font-family:Arial,"ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0;
}

table{
	color:#a2c2e6;
	font-family:Arial,"ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:150%;
}

img{
	border:none;
}

input,select,textarea{
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#c08cb3;
	font-family:Arial,"ＭＳ Ｐゴシック";
	font-size:12px;
	margin:1px;
	padding:0px 2px;
}

a:link,a:visited,a:active{
	background-color:#001e43;
	color:#d83473;
	text-decoration:none;
}

a:hover{
	background-color:#bc611e;
	color:#ffdc00;
	text-decoration:none;
}



h1{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:150%;
	padding:10px 0;
	text-align:center;
}

h2{
	background-image:url('img/line.gif');
	background-position:0% 100%;
	background-repeat:repeat-x;
	border-left:4px solid #ffdc00;
	color:#ffdc00;
	font-size:12px;
	line-height:150%;
	margin:10px 20px 5px 20px;
	padding:0 0 0 10px;
}

.p{
	margin:0 20px 50px 20px;
}

.line{
	height:31px;
	width:65%;
	background-image:url('img/line2.gif');
	background-position:0 50%;
	background-repeat:repeat-x;
}

/* 全体レイアウト */
#all{
    text-align:center;
    width:100%;
}

#ac_body{
    margin:0px auto;
    text-align:left;
    width:800px;
}

#ac_right{
	width:575px;
}

#ac_left{
	width:225px;
}

#ac_footer{
	padding:15px 0;
}

/* 左側 */
#ac_menu{
	text-align:center;
}

#ac_menu ul{
	list-style-type:none;
}

#ac_menu li{
	margin:8px 0;
}

#ac_menu a{
	padding:2px 4px;
}

#ac_menu a:hover{
	padding:2px 4px;
}

/* フッター */
#back{
	padding:0 0 20px 0;
}
