@charset "utf-8";

/* ----------basic style---------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif) repeat left top #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000000;
	font-size: 100%;
	text-align: center;
}

a {
	color: #3366CC;
}

a:visited {
	color: #339999;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

img {
	border: none;
}


/* font default */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.6em;
}


/* list default */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.6em;
}

ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 2.5em;
}

* html body ol li {
	margin-left: 3em;
}

*+html body ol li {
	margin-left: 3em;
}

ol.list_alpha {
	list-style-type: upper-alpha;
}


/* sup for Firefox */

*>/**/sup {
	vertical-align: text-top;
	line-height: 4px;
}


/* clear */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* margin */

.mb1em {
	margin-bottom: 1em;
}

.mb2em {
	margin-bottom: 2em;
}


/* font size */

.small {
	font-size: 0.625em;
}

.small2 {
	margin-bottom: 1em;
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


span.small {
	font-size: 0.83em;
}

span.large {
	font-size: 1.17em;
}


/* color */

.text_gray {
	color: #666666;
}

.text_red {
	color: #CC0000;
}


/* ----------header---------- */

#header {
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: url(../images/header_bg.gif) repeat-x left top;
	margin-bottom: 11px;
}

#header_box {
	width: 830px;
	height: 83px;
	background: url(../images/header_image.jpg) no-repeat left top;
	margin: 6px auto 0;
	text-align: left;
}

#header_box .box_left {
	float: left;
	width: 583px;
	margin-top: 20px;
}

#header_box .box_left p {
	line-height: normal;
	margin-bottom: 0.5em;
}

#header_box .box_right {
	float: right;
	width: 247px;
	margin-top: 21px;
}


/* ----------layout---------- */

#container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

/* ----------tab---------- */

#tab_box {
	width: 830px;
	border-bottom: 3px solid #666666;
}

#tab_box ul {
	list-style-type: none;
}

#tab_box ul li {
	float: left;
	width: 254px;
	height: 30px;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 0;
}

#btn_rss {
	float: right;
}

#btn_rss a {
	display: block;
	background: url(../images/icon_rss.gif) no-repeat left center;
	padding: 0.25em 0 0.25em 1.84em;
}


/* contents area */

#main_contents {
	background: url(../images/contents_bg.gif) repeat-y left top;
	border-bottom: 1px solid #666666;
}

#box1 {
	width: 782px;
	background: url(../images/box1_bg.jpg) repeat-x left top;
	margin-left: 1px;
	padding: 20px 23px;
}


#contents_left {
	float: left;
	width: 565px;
}

#contents_right {
	float: right;
	width: 201px;
}

#contents_right h2{
	margin-top: 16px;
}


/* ----------right area---------- */

.right_column {
	width: 179px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding: 8px 10px;
}

#contents_right h2.topline {
	margin-top: 3px;
}

.right_column p.banner1 {
	margin-top: 0.5em;
}



/* ----------bottom navi---------- */

p#bottom_navi {
	margin: 1em 18px;
	font-family: "ＭＳ ゴシック", sans-serif;
	font-size: 0.625em;
}


/* ----------bottom address---------- */

#bottom_address {
	width: 794px;
	border-top: 1px solid #D1D1D1;
	margin-left: 1px;
	padding: 13px 17px;
}

#bottom_address .box_left {
	float: left;
	width: 111px;
	margin-bottom: 5px;
}

#bottom_address .box_right {
	float: right;
	width: 662px;
	margin-bottom: 5px;
}

#bottom_address p {
	font-size: 0.625em;
}

#bottom_address .colored {
	color: #BB2345;
}

#bottom_address .colored_num {
	color: #BB2345;
	font-family: Arial, Helvetica, sans-serif;
}

#address_tokyo {
	float: left;
	width: 350px;
}

#address_osaka {
	float: right;
	width: 420px;
}


/* ----------footer---------- */

#footer {
	margin: 10px 0;
}

#footer_copyright {
	float: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

#logo_aura {
	float: right;
	width: 114px;
	height: 14px;
}


