@charset "utf-8";
/* CSS Document */

/* ------------------------------
 Reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

img{
	border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-weight: normal;
    font-style: normal;
}

ul {	
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
/* ------------------------------
 Base
------------------------------ */
hr{
	display: none;
}
a:link,
a:visited{
	color: #005a99;
	text-decoration: underline;
}
a:hover{
	color: #3393d6;
	text-decoration: underline;
}
.word-wrap{
	word-wrap: break-word;
	word-wrap: normal;/*for IE6 IE7*/
}
/* ------------------------------
 common class
------------------------------ */
.font-bold{
	font-weight:bold;
}
.text-C{
	text-align:center;
}

#pageUp{
	text-align:right;
	font-size:75%;
	margin-top:10px;
	margin-bottom:20px;

}


/* ------------------------------
 Layout
------------------------------ */
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'sans-serif';
	line-height: 1.5;	
	font-size: 100%;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 

#main-contents {
	border-top:#CCC 1px solid;
	width: 950px;
	float: left;
	display: inline;
	margin-top:9px;
	padding-top:41px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1%;
    line-height: 0px;
}


/* ------------------------------
 Header
------------------------------ */
#header_top{
	margin:0; padding:0;
	width:950px;
	height:5px;
	background:url(/autharea/common/images/border_header_an_top.gif) top left no-repeat;
}

#header #logo {
	width:450px;
	height:53px;
	padding-left:30px;
	float:left;
	display:inline;
	margin-top:21px;
}

#header #logo span{
	padding-left:22px;
}
#header #logo span img{
	vertical-align:top;
}

/*header-logout追加*/

#header-logout{
	width: 300px;
	float: right;
	margin-top:40px;
	margin-right: 15px;
	text-align:right;
	font-size:75%;
}
.ie6 #header-logout{
	margin-right: 7px;
	width: 329px;
	overflow:hidden;
}
#header-logout ul{
	overflow: hidden;
	text-align:right;
}
#header-logout li{
	display: inline;
}


/* ------------------------------
 Footer
------------------------------ */
#footer{
	width:950px;
	background-color:#EBEBEB;
	background-image:url(/autharea/common/images/border_footer_an_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#footer address{
	width:480px;
	float:right;
	display: inline;
	padding: 10px 20px 3px 0px;
	margin-bottom:3px;
	font-size: 11px;
	color:#666;
	text-align:right;
}


/* ------------------------------
ClearFix 
------------------------------ */

/*.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* .clearfix {
  display: inline-block;
}*/

/* Hide from IE-mac \
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}*/


/* ------------------------------
 autharea.css
------------------------------ */
.font-75{
	font-size:75%;
}
.m-b10{
	margin-bottom:10px;
}
.p-t10{
	padding-top:10px;
}
.p-t30{
	padding-top:30px;
}

.main-area{
	width:920px;
	margin:0 auto;
}

.main-area h2{
    color: #333333;
    font-weight: bold;
    height: 1.8em;
    margin-bottom: 25px;
}

.mainbox01{
	width:920px;
	margin-bottom:30px;
}
.mainbox01 p{
	font-size:75%;
}

.mainbox01 ol {
	margin-left:25px;
}
.mainbox01 table tr td {
	border:#666666 1px solid;
	padding:5px;
}

.txtC{
	text-align:center
}
.t-title{
	background-color:#EBEBEB;
}


/* ------------------------------
 英語版
------------------------------ */
.movieBox{
	margin:0 auto 0 auto;
	overflow:hidden;
	width:910px;
}

.movieLeft{
	width:450px;
	float:left;
}

.movieRight{
	width:450px;
	float:right;
}






