@charset "utf-8";
/* CSS Document */

/* --------------------------------

	* base Style Sheet {

		* last update 08.6/19
		* author : Ryo Yamashita;

	}
	
/* ==========================================================================================================

	 Common
 
============================================================================================================*/

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
li{
	list-style:none;
}
.section {
	padding:10px 5px 20px 5px;
}
.floatLeft{
	float:left;
	margin-top: 2px;
	margin-left: 2px;
}
.floatRight{
	float:right;
}
.floatLeft1{
	float:left;
	width: 20px;
}
.floatLeft2{
	float:left;
}
.floatRight1{
	float:right;
}


/* ==========================================================================================================

	 Anchor
 
============================================================================================================*/

a:link {
	color:#000066;
	text-decoration:underline;
}
a:visited {
	color:#000066;
	text-decoration:underline;
}
a:hover {
	color:#FF3366;
	text-decoration:underline;
}

/* ==========================================================================================================

	 Body, Wrapper
 
============================================================================================================*/

body {
	background-color:#CCCCCC;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:14px;
	line-height:1.9em;
	color:#333333;
}

#wrapper {
	width:720px;
	margin: 0 auto;
}

#container {
	width:718px;
	border: 1px solid black;
	background-color:#FFFFFF;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* ==========================================================================================================

	 Header
 
============================================================================================================*/


#header {
	height:189px;
	background-image:url(../img/header.jpg);
	position:relative;
}
img.logo {
	position:absolute;
	top:0px;
	left:0px;
}

#header .navi1 {
	position:absolute;
	top:9px;
	left:429px;
}
#header .navi2 {
	position:absolute;
	top:161px;
	left:202px;
}
#header .navi1 li, #header .navi2 li{
	float:left;
}
#header .navi1 li{
	padding-left:10px;
}
#header .navi1 li a, #header .navi2 li a{
	text-decoration:none;
}

/* ==========================================================================================================

	 Footer
 
============================================================================================================*/

#footer {
	width:718px;
	height:73px;
	border: 1px solid black;
	background-image:url(../img/footer.jpg);
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.4em;
	padding-top:5px;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
#footer ul li{
	display:inline;
	font-size:13px;
}
address {
	font-style:normal;
}

/* ==========================================================================================================

	 H
 
============================================================================================================*/
h1 {
	font-size:12px;
	font-weight:normal;
	line-height:1em;
}
h2 {
	height:42px;
	width:292px;
	overflow:hidden;
}

h2.second {
	height:32px;
	width:660px;
	margin:20px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding: 9px 0 1px 10px;
	overflow:hidden;
	background-image:url(../img/h2.gif);
	font-size:18px;
	color:#333;
}

h3 {
	font-size:15px;
	height:1em;
	line-height: 1em;
	margin:20px 0 10px 0;
	border-left:5px solid #900;
	border-bottom:1px solid #ccc;
	padding: 7px 10px;
	overflow:hidden;
	color:#333;
}
/*fa-romu*用*/
h3.blue {
	font-size:15px;
	height:1em;
	line-height: 1em;
	margin:20px 0 10px 0;
	padding: 7px 10px;
	overflow:hidden;
	color:#333;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #00519C;
}

h3.right {
	font-size:15px;
	height:1em;
	line-height: 1em;
	margin:20px 0 10px 0;
	border-left:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 7px 10px;
	color:#333;
	text-align:right;
}
h4 {
	font-size:15px;
	height:1em;
	line-height: 1em;
	margin:5px 0 10px 0;
	border-left:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 7px 10px;
	color:#333;
}

/* ==========================================================================================================

	 Main
 
============================================================================================================*/

#main {
	float:left;
	width:380px;
	padding:10px 0 10px 19px;
}
#message {
	height:307px;
	padding:150px 24px 77px;
	background-image:url(../img/message.gif);
	font-size:12px;
	line-height:1.8em;
}

/* ==========================================================================================================

	 Side
 
============================================================================================================*/

#side {
	float:right;
	width:292px;
	padding:19px 16px 10px 7px;
}
.section_image {
	padding:10px 5px 105px 5px;
	background-image:url(../img/section_image.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
}
#side .section ul, #side .section_image ul{
	margin-top:5px;
}
#side .section ul li, #side .section_image ul li {
	background-image:url(../img/liBg.gif);
	background-repeat:no-repeat;
	padding:0 0 0 17px;
	font-size:12px;
	line-height:1em;
}
#side .section ul li a, #side .section_image ul li a{
	text-decoration:none;
}


/* ==========================================================================================================

	 Other
 
============================================================================================================*/

#info {
	clear:both;
	border:1px solid #999999;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#info h2{
	margin: 0 auto;
	width:642px;
}
#globalnews1{
	clear:both;
	border:1px none #999999;
	margin-top: 10;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#globalnews{
	clear:both;
	border:1px solid #999999;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 440px;
	padding-left: 10px;
	width: 640px;
}
#globalnews2{
	clear:both;
	margin-top: 0;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#globalnews1 h2{
	width:663px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 49px;
}
#globalnews ul li h3{
	font-weight: bold;
	color: #003399;
}
#globalnews ul{}
#globalnews ul li{
	font-weight: bold;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 615px;
	padding-top: 15px;
	font-size: 13px;
	margin-left: 10px;
	padding-left: 4px;
}
#globalnews li{}
#globalnews ul li a{}
#info .section{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#bana {
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 11px;
}

#bana li {
	border: 1px solid #cccccc;
	background-color:#ebebee;
	width:219px;
	line-height: 1.1em;
	margin-left: 4px;
	margin-right: 4px;
}
#bana li p{
	padding:5px;
	font-size:12px;
}
#bana1 {
	margin: 0 18px;
}

#bana1 li {
	border: 1px solid #cccccc;
	background-color:#ebebee;
	width:220px;
	line-height: 1.1em;
	margin-left: 5px;
}
#bana1 li p{
	padding:5px;
	font-size:12px;
}
.textAlignCenter{
	text-align:center;
}
.textAlignRight{
	text-align:right;
}
.padding5px{
	padding:5px;
}
.alert{
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 5px;
	color:#444;
}
.alert strong{
	color:#cc2222;
}
.alert span{
	font-weight:bold;
}

/* ==========================================================================================================

	 Second
 
============================================================================================================*/

.sectionSecond {
	padding: 10px 35px;
}

.sectionSecond p{
	padding: 5px;
}

p.q {
	padding: 0 0 10px 40px;
	background-image:url(../img/q.gif);
	background-repeat:no-repeat;
}
p.a {
	padding: 0 0 10px 40px;
	background-image:url(../img/a.gif);
	background-repeat:no-repeat;
}

ul.gyosei, ol{
	padding: 10px 40px;
}
ul.gyosei li{
	list-style:circle;
}
ol li{
	list-style:decimal;
}

ul.bg{
	padding-left:120px;
}
ul.bg li{
	background-image:url(../img/li.gif);
	background-repeat:no-repeat;
	padding: 8px 23px 0;
	display:inline;
	text-align:center;
}

ul.sitemap{
	padding-left:120px;
}
ul.sitemap li{
	background-image:url(../img/li.gif);
	background-repeat:no-repeat;
	padding: 8px 30px 0;
	text-align:left;
}

dl{
	padding: 10px 20px;
}
dt{
	font-weight:bold;	
	list-style:circle;
}
dd{
	padding: 5px 10px;
}

.red{
	font-weight:bold;
	color:red;
}
/* ==========================================================================================================

	 Form
 
============================================================================================================*/
form {
	padding:20px;
}
table.form {
	border-collapse: collapse;
	margin: 0 auto;
	width:520px;
}
td.formLeft {
	border: solid 5px #ffffff;
	border-left: 0;
	padding: 5px;
	width: 150px;
	background-color:#eee;
}
td.formRight {
	border: solid 5px #ffffff;
	padding: 5px;
}
td.submit {
	padding: 10px;
}

/* ==========================================================================================================

	 Clearfix
 
============================================================================================================*/

/* start clearfix */
#bana:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html #bana{
	height: 1%;
}
/* ie7 hack */
*:first-child+html #bana{
	min-height: 1%;
}
.textAlignleft {

	text-align:left;
}
/*============================================================================================================

ｱﾄﾞﾋﾞﾀﾞｳﾝﾛｰﾄﾞ

==============================================================================================================*/
#adobereader{
	padding-left: 40px;
	float: left;
}
#adobereader_text{
	width: 400px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 14px;
	float: right;
	padding-right: 70px;
}

