@charset "utf-8";

/*----------------------------------------------------
Information
File name :		base.css
Style Info:		基本スタイルの設定
--------------------------------------------------- */


/* ------------------------------
	reset
------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}


/* ------------------------------
	linkcolor
------------------------------ */

a:link {
	color: #207ed5;
	text-decoration: underline;
}

a:visited {
	color: #207ed5;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: none;
}


/* ------------------------------
	base
------------------------------ */

html {
}

body {
	background: #dfdfdf;
	color: #2c2d2e;
	font-size: 87.5%;
	font-family: Arial, Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

#page {
	width: 768px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


/* ------------------------------
	#header
------------------------------ */

#header {
	overflow: hidden;
	margin: 0 15px 11px;
	/zoom: 1;
}
#header table {
	float: left;
}
#header th,
#header td {
	padding-top: 6px;
	vertical-align: middle;
}
#header .logo {
	width: 344px;
}
#header .catch {
	width: 182px;
	line-height: 1.4;
}

#resizer {
	float: right;
	width: 89px;
	margin-bottom: 4px;
	padding: 2px 0 8px 123px;
	background: url(/asset/simple/img/resizer_bg.gif) no-repeat left top;
	/zoom: 1;
}
#en #resizer {
	background: url(/asset/simple/img/resizer_bg_en.gif) no-repeat left top;
}
#resizer:after {
	content: '';
	display: block;
	clear: both;
}
#resizer li {
	float: left;
	margin-right: 2px;
	_display: inline;
}
#resizer a {
	outline: none;
}
#header .btn {
	float: right;
}

/* ------------------------------
	#nav
------------------------------ */

#nav {
	height: 56px;
	margin: 0 15px 23px;
}

#nav li {
	float: left;
}


#visual {
	margin: 0 15px;
}
#visual img {
	margin-bottom: 6px;
}
#visual .text {
	margin-bottom: 6px;
	font-size: 114.3%;
	text-align: center;
	color: #666;
}


/* ------------------------------
	#contents
------------------------------ */

#contents {
	margin: 0 15px;
}
div.small {
	font-size: 85.7%;
}
div.large {
	font-size: 114.3%;
}

.section {
	overflow: hidden;
	padding-bottom: 1.5em;
	_zoom: 1;
}

.title {
	height: 43px;
	margin-bottom: 1em;
	background: url(/asset/simple/img/title_bg.gif) no-repeat left top;
}
.title h2,
.title h3,
.title h4 {
	float: left;
	width: 593px;
	padding-top: 17px;
}
.title h2 img,
.title h3 img,
.title h4 img {
	margin-left: 35px;
}

.subTitle {
	clear: both;
	margin-bottom: 1em;
	background: url(/asset/simple/img/subTitle_bg_bot.gif) no-repeat left bottom;
	font-weight: bold;
	font-size: 114.3%;
	line-height: 1.1;
}
.subTitle span {
	display: block;
	padding: 12px 0 12px 35px;
	background: url(/asset/simple/img/subTitle_bg_top.gif) no-repeat left top;
}

#businessHeader {
	margin: 0 35px 35px;
	color: #666;
}
.business {
	clear: both;
	/zoom: 1;
}
.business:after {
	content: '';
	display: block;
	clear: both;
}
.business .photo {
	float: left;
	width: 244px;
	margin: 0 0 20px 8px;
	padding-top: 5px;
	background: url(/asset/simple/img/photo_bg_top.gif) no-repeat left top;
	_display: inline;
}
.business .photo .img {
	margin-bottom: 5px;
	padding: 3px 8px 9px;
	background: url(/asset/simple/img/photo_bg_bot.gif) no-repeat left bottom;
}
.business .photo .text {
	margin: 0 3px;
	font-size: 71.4%;
	font-size: 10px;
	/font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.business .body {
	float: right;
	width: 448px;
	margin: 0 20px 20px 0;
	padding-top: 2px;
	_display: inline;
}
.business .body .text {
	margin-bottom: 1em;
}
.business .body .subText {
	margin-bottom: 1em;
	color: #666;
}
.business .body .download {
	margin-bottom: 18px;
	font-size: 85.7%;
}
.business .body .download a {
	display: block;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	padding-top: 5px;
	padding-left: 74px;
	background: url(/asset/simple/img/download_bg.gif) no-repeat left top;
}
.business .body .contact {
	padding: 10px 10px 8px 8px;
	background: #f3f3e7;
}
.business .body .contact h4 {
	margin-bottom: 7px;
}
.business .body .contact p {
	font-size: 85.7%;
}

.table1 {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
	width: 716px;
	margin: 0 11px 1em;
	background: #ccc;
	font-size: 85.7%;
}
.table1 th {
	width: 133px;
	padding: 9px 5px 9px 17px;
	background: #f3f3e7;
	font-weight: bold;
}
.table1 td {
	padding: 9px 5px 9px 12px;
	background: #fff;
	color: #666;
}

#access {
	margin: -0.85em 0 3em;
}

#access #map {
	width: 738px;
	height: 436px;
	margin-bottom: 8px;
}
#access .text {
	margin: 0 10px;
}

#contact {
	margin: 0 10px;
}

#koukoku {
	margin: 0 10px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino kaku GothicPro','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
}
#koukoku li {
	padding: 2px 0;
}
#koukoku .pdf {
	display: inline-block;
	padding-left: 25px;
	background: url(/asset/simple/img/icon_pdf.gif) no-repeat left 1px;
}

/* ------------------------------
	#.pageTop
------------------------------ */

#pageTop {
	margin-top: -1.5em;
	border-bottom: 1px solid #ddddd3;
	text-align: right;
}

.pageTop {
	float: right;
}

#pageTop a,
.pageTop a {
	outline: none;
}


/* ------------------------------
	#footer
------------------------------ */

#footer {
	margin: 0 15px;
	padding-top: 60px;
}

#copyright {
	margin: 0 -15px;
	padding: 10px 13px 10px 0;
	background: #606060 url(/asset/simple/img/cosmo_logo.gif) no-repeat 14px center;
	color: #fff;
	font-size: 71.4%;
	text-align: right;
	/font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#en #copyright {
	background: #606060 url(/asset/simple/img/cosmo_logo_en.gif) no-repeat 14px center;
}
#copyrightNon {
	margin: 0 -15px;
	padding: 10px 13px 10px 0;
	background: #606060;
	color: #fff;
	font-size: 71.4%;
	text-align: right;
	/font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer .nav {
	/zoom: 1;
}
#footer .nav:after {
	content: '';
	display: block;
	clear: both;
}
#footer .nav li {
	float: left;
	margin-right: 16px;
	font-size: 85.7%;
	line-height: 1.2;
}
#footer .nav a {
	display: inline-block;
	padding-left: 18px;
	background: url(/asset/simple/img/arrow.gif) no-repeat left 0.2em;
	text-decoration: underline;
	color: #2c2d2e;
}
#footer .nav a:hover {
	text-decoration: none;
}

#footer .logo {
	margin-bottom: 7px;
	padding-top: 5px;
	border-top: 1px solid #cdcfce;
	font-size: 71.4%;
	/font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer .logo img {
	margin-bottom: 2px;
}
#footer .logo a {
	color: #2c2d2e;
	text-decoration: none;
}
#footer .banner {
	height: 50px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#footer .banner li {
	float: left;
	margin-left: 16px;
	_display: inline;
}

/* ------------------------------
	style
------------------------------ */

strong {
	font-weight: bold;
}