@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #444444;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	vertical-align: top;
}
a {
	color: #444444;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #444444;
}
a:hover,
a:focus {
	color: #039;
}
a:active {
	color: #369;
}
#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-bottom: 4px;
	background: url(../images/header_bg.gif) left bottom repeat-x;
	height: 95px;
	position: relative;
}
#menu {
	padding-bottom: 4px;
	height: 40px;
	position: relative;
}
#menu2 {
	padding-bottom: 15px;
	height: 40px;
	position: relative;
}
#flash {
	padding-bottom: 15px;
}

#content {
	clear: both;
	width: 100%;
	background-image: url(../images/tensen.gif);
	background-repeat: repeat-y;
}
#content #primary {
	float: left;
	width: 620px;
}
#content #secondary {
	float: right;
	width: 240px;
}
#contenttitle {
	padding-bottom: 10px;
}
.contenttitle {
	padding-bottom: 10px;
}
#contents {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#contents #main {
	float: right;
	width: 690px;
}
#contents #sub {
	float: left;
	width: 250px;
}

#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 30px;
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-left: 5px;
}
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 65px;
	width: 170px;
	font-size: 90%;
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 11em;
}
#utilityNavigation li#navTop {
	right: 20em;
}
#utilityNavigation li#navSiteMap {
	right: 16em;
}
#utilityNavigation li#navInquiry {
	right: 8em;
}
#utilityNavigation li#navPrivacy {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 15px;
	text-decoration: none;
}
#utilityNavigation li#navTop a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#utilityNavigation li#navSiteMap a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#utilityNavigation li#navInquiry a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#utilityNavigation li#navPrivacy a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 12px;
	font-size: 90%;
	border-top-color: #E5E5E5;
	border-top-width: 4px;
	border-top-style: solid;
	padding-top: 10px;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	background-image: url(../images/sen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerNavigation2 {
	padding-left: 12px;
	font-size: 90%;
	width: 888px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footerNavigation2 li {
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#footerNavigation2 li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	background-image: url(../images/sen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#copyright {
	clear: both;
	width: 941px;
	font-size: 100%;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/* サブ
---------------------------------------------*/

#info {
	margin-left: 5px;
	line-height: 1.6em;
	list-style-type: none;
}
#info ul {
	padding-bottom: 3px;
}

.deco {
	font-size: 9px;
	color: #777777;
	margin-right: 5px;
}

/* メイン
---------------------------------------------*/

.text {
	line-height: 1.5em;
	font-size: 100%;
	letter-spacing: 1.1pt;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 600px;
}
#btnbox img {
	padding-right: 8px;
	padding-bottom: 8px;
}
#btnbox2 img {
	padding-bottom: 8px;
}
#btnbox2 p {
	padding-bottom: 10px;
	padding-left: 7px;
}
#profile {
	margin-left: 15px;
	margin-top: 10px;
	border-collapse:collapse;
	border: 1px solid #CCC;
}
#profile td {
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 13px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#history {
	margin-left: 15px;
	margin-top: 10px;
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-size: 90%;
}
#history td {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#press {
	margin-left: 15px;
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-size: 100%;
}
#press td {
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 5px;
}
.presstext {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 10px;
}

.businessbox {
	width: 620px;
	float: left;
}
.businessbox h3 {
}
.businessboxright {
	float: right;
	width: 455px;
	margin-bottom: 10px;
}
.businessboxright p {
	line-height: 1.4em;
	height: 50px;
}
#sitemapbox {
	margin-top: 20px;
	margin-left: 30px;
}
#sitemapbox h4 {
	font-size: 100%;
	padding-bottom: 5px;
}
#sitemapbox p {
	margin-bottom: 30px;
	line-height: 1.8em;
}
.privacybox {
	margin-top: 20px;
	margin-left: 30px;
}
.privacybox h4 {
	font-size: 100%;
	padding-bottom: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
}
.privacybox p {
	margin-bottom: 30px;
	line-height: 1.8em;
}
.s10 {
	font-size: 10px;
	color: #999;
}



.glay {
	background-color: #F5F5F5;
}

.border_l {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 100px;
}

.pagetop {
	width: 690px;
	clear: both;
	text-align: right;
	padding-top: 30px;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
}

.mb40 {
	margin-bottom: 40px;
}




.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}

.mr25 {
	margin-right: 25px;
}

.line {
	clear: both;
	float: left;
}
