@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	background-color:  #E3E5E8;
	color: #2E3033;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

table {
	color: #2E3033;
	font-size: 12px;
	line-height: 150%;
	border-left: 1px solid #333E50;
	border-right: 1px solid #333E50;
	background-color: #FFFFFF;
}

table .layout {
	border-left: none;
	border-right: none;
}

form {
	margin: 0;
}

input, select, textarea {
	font-size: 12px;
}

img { 
	border:0px none;
}

br { 
	letter-spacing:0px;
}


/* リンク
---------------------------------------------------- */
a:link {
	color: #677C99;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #677C99;
	background: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #11977C;
	background: transparent;
	text-decoration: underline;
}


/* ヘッダ
---------------------------------------------------- */
#langSelect {
	text-align: right;
	margin: 5px 20px 20px 20px;
}

#langSelect select {
	width:140px;
}


/* フッタ
---------------------------------------------------- */
#footer {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#footer p {
	float: left;
	margin: 0 20px 2px 20px;
	padding-left: 10px;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	background: url(../../images/arrow_rg.gif) no-repeat;
	background-position: 0 50%;
}

#copyright {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 6px;
	text-align: center;
	border-top: 30px solid #333E50;
}


/* 左メニュー
---------------------------------------------------- */
#leftMenu {
	float: left;
	width: 200px;
	padding: 20px 0;
	background-image: url(../../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

#leftMenu p {
	margin: 0 0 0 20px;
	font-family: Arial,Helvetica,sans-serif;
}

#leftMenu a {
	display: block;
	width: 152px;
	height: 26px;
	padding: 3px 5px 0px 20px;
	color: #2E3033;
	background: url(../../images/menu_normal.gif) no-repeat;
}

#leftMenu a:hover, #leftMenu a:active {
	color: #000000;
	text-decoration: none;
	background: url(../../images/menu_hover.gif) no-repeat;
}

#leftMenu .here {
	background: url(../../images/menu_here.gif) no-repeat;
}


/* コンテンツ全ページ向け
---------------------------------------------------- */
#content { 
	float: left;
	padding-left: 45px;
	margin: 0;
	background-image: url(../../images/linedot_ver.gif);
	background-repeat: repeat-y;
}

h2 { 
	width: 515px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #00B44D;
	font-size: 18px;
	font-weight: bold;
}

h3 { 
	width: 515px;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

#content h5 {  /* ---点線をひく--- */
	clear: both;
	width: 500px;
	margin: 0 0 15px 15px;
	padding: 0;
	border-top: 1px dotted #CCCCCC;
}

#content p { 
	width: 500px;
	margin: 0 0 15px 15px;
	padding: 0;
}

#content .date {  /* ---NEWSページの日付--- */
	width: 500px;
	margin: 0 0 0 15px;
	padding: 0;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color: #84878C;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.eng {
	font-family: Verdana,Arial,Helvetica, sans-serif;
}

.phleft {  /* ---写真左側--- */
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.phright {  /* ---写真右側--- */
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}


