@charset "utf-8";
/* CSS Document */
/*---------------------------------*/
/* 共通設定 */
/*---------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	font-size:10pt;
	font-style: normal;
	list-style:none;
	line-height:1.6;
	/*zoom: 1;*//*IEトラブル検証用*/
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline:none;
}
body{
	background:url(bg_header02.jpg) repeat-x;
}
/*---------------------------------*/
/* ヘッダー */
/*---------------------------------*/
#header{
	background:url(bg_header02.jpg) repeat-x;
	height:70px;
}
#header-contents{
	widht:1000px;
	margin:0 auto;
}
h1{
	text-indent:-9999px;
	background:url(bg_header01.jpg) no-repeat;
	width:380px;
	height:70px;
	float:left;
}
#ac-info{
	height:70px;
	width:250px;
	float:left;
}
#ac-name{
	width:230px;
	height:23px;
	padding-top:12px;
	overflow:hidden;
}
#setting{
	float:left;
	height:70px;
	width:260px;
	position:relative;
}
/*---------------------------------*/
/* フッター */
/*---------------------------------*/
#footer{
	margin-top:50px;
	background:url(bg_footer.jpg) repeat-x;
	height:80px;
	text-align:center;
	clear:both;
}
#footer-text{
	padding-top:40px;
	color:#fff;
	text-shadow:-1px -1px 0px #006;
}
/*---------------------------------*/
/* メッセージボックス */
/*---------------------------------*/
#message-box{
	width:500px;
	margin:100px auto;
	border:solid 1px #ccc;
	padding-bottom:20px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#message-box p{
	padding:15px;
	line-height:25px;
}
#message-box h2{
	text-align:center;
	height:30px;
	color:#fff;
	background-color:#666;
	padding-top:5px;
	margin-bottom:10px;
	border:solid 1px #ccc;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
#message-box h3{
	text-indent:15px;
	padding-top:10px;
}
#message-box p a:hover{
	color:#09F;
}
