﻿/*ページ全体*/

a { text-decoration:none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #FF5400;
	text-decoration: underline;
}

a:active {
	color: #FF5400;
}

* {
	margin:0;
	padding:0;
}

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

body{
	text-align: center;
	font: small/130% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #FFF;
	background-position: center;
}

img{
	border:0;
	vertical-align: bottom;
margin:0;
	padding:0;
}

.clearboth {
	clear: both;
}

#base {
	background-color: #fff;
	border-left: 1px #b3b3b3 solid; 
	border-right: 1px #b3b3b3 solid; 
	border-bottom: 1px #b3b3b3 solid; 
	width: 760px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
}

/*ヘッダー*/

#header p {
	font-size: 80%;
	background: url(../img_cmn/header_bg.gif) repeat-x;
	height: 18px;
	padding-left: 10px;
	color: #fff;
}

#header_title {
	background: url(../img_cmn/header_title.gif) no-repeat;
	height: 59px;
}

#header_title img {
	float: left;
}

#header_title h1 {
	visibility: hidden;
}

#header_list {
	float: right;
}

#header_list ul {
	list-style: none;
}

#header_list li {
	float: left;
	padding-right: 10px;
	padding-top: 16px;
	font-size: 75%;
}

#header_icon1 {
/*	padding-left: 16px;*/
}

#header_icon2 {
	padding-left: 13px;
}

#header_icon3 {
	padding-left: 11px;
}

/*フラッシュ*/

#flash {
	clear: both;
}

/*メニュー*/

#menu {
	background: url(../img_cmn/menu_bg.gif) repeat-x;
	height: 78px;
}

#menu ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 11px;
}

#menu li {
	float: left;
	padding-right: 6px;
}

/*コンテンツ*/

#contents {
	padding-top: 15px;
}

#contents_l {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}

#top_contents1 {
	padding-top: 20px;
	padding-left: 15px;
}

#top_photo1 {
	float: left;
}

#top_title1 {
	float: left;
	padding-left: 15px;
}

#top_title1 p {
	width: 330px;
	padding-left: 5px;
	font-size: 85%;
}

#top_title1 img {
}

#contents_l a {
	margin-left: 300px;
}

#top_contents2 {
	padding-top: 20px;
	padding-left: 15px;
	border-top: 1px #cfcfcf dashed; 
	clear: both;
}

#top_title2 {
	float: left;
}

#top_title2 p {
	width: 330px;
	padding-left: 5px;
	font-size: 85%;
}

#top_photo2 {
	float:left;
	padding-left: 15px;
}

#contents_r {
	float: right;
	padding-right: 30px;
}

#office_info {
	width: 198px;
	border-right: 1px #cfcfcf solid;
	border-left: 1px #cfcfcf solid; 
	border-bottom: 1px #cfcfcf solid;
/*	height: 240px;*/
	margin-top: 5px;
}

#office_info h3 {
	background: url(../img/nagoya_office.gif) no-repeat;
	height: 21px;
	width: 200px;
	font-weight: bold;
	padding-top: 2px; 
	padding-left: 15px;
	margin-left: -1px;
	margin-top: -5px;
}

#office_info h3 span {
	font-weight: normal ;
	font-size: 75%;
}

#office_info p {
	font-size: 75%;
	padding: 0 0 8px 5px;
}

.office_title {
	background: url(../img/tokyo_office.gif) no-repeat;
	height: 21px;
	width: 190px;
	font-weight: bold;
	padding-top: 2px; 
	padding-left: 15px;
}
#banner {
	margin-top: 10px;
}

/*フッター*/

#footer {
	background: url(../img_cmn/footer_bg.gif) repeat-x;
	height: 40px;
	clear: both;
}

#footer_l {
	float: left;
}

#footer_l ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
}

#footer_l li {
	float: left;
}

#footer_l p {
	clear: both;
	font-size: 80%;
	padding-left: 20px;
}

#footer_r {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
}



