﻿@charset "UTF-8";
/* CSS Document */
@import	"../css/common.css";


/*[ company ]*/
/*-----------------------------------------------------------------------*/
/*[ companyImage ]*/
/*-----------------------------------------------------------------------*/
#companyImage {
	margin: auto auto 30px auto;
}

/*-----------------------------------------------------------------------*/
/*[ policy ]*/
/*-----------------------------------------------------------------------*/
#policy {
	margin: auto auto 45px auto;
}
#policy h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
#policy p {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

/*-----------------------------------------------------------------------*/
/*[ president ]*/
/*-----------------------------------------------------------------------*/
#president {
	width: 870px;
	margin: auto auto 45px auto;
}
#president h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #333;
}
#president div.text {
	float: left;
	width: 660px;
}
#president div.text p {
	margin-bottom: 15px;
	line-height: 21px;
	text-indent: 1em;
}
#president p.photo {
	float: right;
	width: 190px;
}

/*-----------------------------------------------------------------------*/
/*[ outline ]*/
/*-----------------------------------------------------------------------*/
#outline {
	width: 870px;
	margin: auto auto 45px auto;
}
#outline #outlineData {
	float: right;
	width: 500px;
}
#outline h2 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #333;
}
#outline #outlineData table {
	width: 500px;
}
#outline #outlineData table th,
#outline #outlineData table td {
	padding: 9px 12px 6px 12px;
	line-height: 21px;
	text-align: left;
}
#outline #outlineData table th {
	background: #efefef;
}
#outline #outlineData table td {
	border-bottom: 1px dotted #666;
}
#outline p.photo {
	float: left;
	width: 360px;
	border: 1px solid #666;
}

/*-----------------------------------------------------------------------*/
/*[ access ]*/
/*-----------------------------------------------------------------------*/
#access {
	width: 870px;
	margin: auto auto 24px auto;
	
	border: 1px solid #e4e4e4;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	
	background: url(./image/photo_introduction.jpg) no-repeat;
	background-position: right;
	
	box-shadow: 1px 1px 3px #eee;
	-moz-box-shadow: 1px 1px 3px #eee;
	-webkit-box-shadow: 1px 1px 3px #eee;
}
#access h2 {
	margin: 12px 18px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #333;
}
#access #accessText {
	float: left;
	width: 390px;
	margin: auto auto 18px 18px;
}
#access #accessText p {
	margin-bottom: 18px;
	line-height: 21px;
}
#access #accessText ul {
	margin: 0 15px 0 30px;
}
#access #accessText ul li {
	border-bottom: 12px;
	border-bottom: 1px dotted #333;
	line-height: 30px;
}
#access #googleMap {
	float: right;
	width: 420px;
	margin: auto 18px 18px auto;
}