body {
	background-color:#FFF;			/*背景色*/
	line-height:1.5;				/*行間*/
	color:#333;						/*文字色*/
	background-repeat:no-repeat;	/*背景の繰り返し*/
	background-position:left top;	/*背景のアンカー*/
	margin:0;						/*マージン*/
	padding:0;						/*パディング*/
}
div#logo img{
	width: 360px;
	height: 62px;
	border: 0;
}
div#logo a{
	border: none;
}
div#lang ul li a img{
	border: none;
}

h1 {
padding-left:4px;					/*パディング左*/
background-repeat:no-repeat;		/*背景の繰り返し*/
line-height:1.5;					/*行間*/
font-size:108%;						/*文字サイズ*/
color:#003;							/*文字色*/
border-top:#999;					/*ボーダー上*/
padding-top:4px;					/*パディング上*/
padding-bottom:4px;					/*パディング下*/
background-image:url(../images/h1bg.gif);	/*背景イメージ*/
background-position:right center;	/*背景位置*/
border-bottom:1px solid #999;		/*ボーダー下*/
margin:4px 0 12;					/*マージン*/
}

h2 {
clear:both;							/*回り込み解除*/
line-height:1.5;					/*行間*/
font-size:100%;						/*文字サイズ*/
color:#333;							/*文字色*/
margin:2px 0 12px;					/*マージン*/
padding:6px 0 2px 4px;				/*パディング*/
border-bottom:1px solid #999;		/*ボーダー下*/
border-left:6px solid #36C;			/*ボーダー左*/
}

h3 {
clear:both;							/*回り込み解除*/
font-size:100%;						/*文字サイズ*/
color:#036;							/*文字色*/
margin:2px 0 5px;					/*マージン*/
}
h3.title{
	background-color: #ceeaff;		/*背景色*/
}
h3.title a:link,h3.title a:visited{
	border: doted;					/*ボーダーなし*/
	font-size: 0.8em;				/*フォントサイズ*/
	color: #008000;
}
h3.title a:hover{
	border: doted;					/*ボーダーなし*/
	font-size: 0.8em;				/*フォントサイズ*/
	color: #c00;
}
h4,h5 {
clear:both;							/*回り込み解除*/
font-size:100%;						/*文字サイズ*/
font-weight:700;					/*文字の太さ*/
margin:2px 0 5px;					/*マージン*/
}

ul {
padding-left:20px;					/*パディング左*/
list-style-type:square;				/*リストマーク*/
margin:0 0 0.5em;					/*マージン*/
}

hr {
clear:both;							/*回り込み解除*/
height:1px;							/*水平線の高さ*/
color:#AAA;							/*文字色*/
border:1;							/*ボーダー*/
}
form {
	margin-top: 0px;				/*マージン上*/
	margin-bottom: 0px;				/*マージン下*/
}
hr.white {
color:#FFF;							/*文字色*/
background-color:#FFF;				/*背景色*/
margin:0;							/*マージン*/
padding:0;							/*パディング*/
}
em {
	font-size: 1.2em;				/*文字サイズ*/
	font-weight: bold;				/*文字の太さ*/
	color: #660000;					/*文字色*/
	font-style: normal;				/*フォントスタイル*/
}

p {
margin-top:0;						/*マージン上*/
margin-bottom:0.5em;				/*マージン下*/
}
a.noborder:link, a.noborder:visited, a.noborder:hover, a.noborder:active {
	border-top-width: none;			/*ボーダー*/
}

a:link {
	color:#00c;						/*文字色*/
	text-decoration:none;			/*文字装飾*/
	border-bottom-width: 1px;		/*ボーダー下幅*/
	border-bottom-style: dotted;	/*ボーダー下スタイル*/
}

a:visited {
	color:#909;						/*文字色*/
	text-decoration:none;			/*文字装飾*/
	border-bottom-width: 1px;		/*ボーダー下幅*/
	border-bottom-style: dotted;	/*ボーダー下スタイル*/
}

a:hover,a:active {
	color:#CC0000;					/*文字色*/
	text-decoration:none;			/*文字装飾*/
	border-bottom-width: 1px;		/*ボーダー下幅*/
	border-bottom-style: dotted;	/*ボーダー下スタイル*/
}

img {
	border:none;					/*ボーダー*/
}
img.mental{
	margin-bottom: 32px;
}

#ibamain{
	margin:0 auto;
	text-align: left;
	position: relative;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:160px top;
	margin:0;
}

#header {
	padding-top:16px;
	padding-right:2%;
	padding-left:2%;
	background-image:url(../images/headerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
}

#logo {
	float:left;
	width:131px;
	margin-top: 1.5%;

}

#lang {
	text-align:right;
	float: right;
	margin-top: 1.5%;
	margin-bottom: 1.1%;
}
#lang li {
	display:inline;
	padding:0px 0px 0px 6px;
}

#lang img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navigation {
	clear:both;
	border-bottom:1px solid #039;
	text-align:left;
	border-top-width:1px;
	border-top-style:solid;
	background-image:url('../images/menubg.jpg');
	background-repeat:repeat-x;
	font-size:76%;
	background-color:#022B91;
	margin:0px;
	padding:2px 2% 2px 2%;
}


#navigation ul {
	list-style-type:none;
	color:#FFF;
	padding:0;
	margin: 2px 0 6px 0;
}

#navigation ul li {
	display:inline;
	margin:4px 0 4px 0;
	padding:0 2px 0 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69C;
}

#navigation a:hover{
	text-decoration:underline;
}
#main ul.content{
	list-style-type: none;
	padding: 0;
	margin: 2px 0 6px 0;
}
#main ul.content li{
	display: inline;
	margin: 1em 0 1em 0;
	padding: 0 0.3em 0 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#main ul.content li a:hover{
	text-decoration: underline;
}
#main table tr td ul.content2{
	list-style-type: none;
	padding: 0;
	margin: 2px 0 6px 0;
}
main table tr td ul.content2 li{
	display: inline;
	margin: 1em 0 1em 0;
	padding: 0 0.3em 0 0.3em;
}
#main table tr td ul.content2 li a:hover{
	text-decoration: underline;
}


#content {
	margin:0;
	padding:10px 10px 0;
}

#wrap {
	clear:both;
	position:relative;
	width:100%;
}

#sub {
	position:absolute;
	top: 0;
	float: left;
	padding: 0px;
	width: 171px;
}

#main {
	background-color:#FFF;
	margin:0 272px 0 0;
	padding:0 8px 1.5em;

}
#mainl {
	background-color:#FFF;
	width: 48%;
	margin:0;	
	float: left;
}
#mainr {
	background-color:#FFF;
	width: 48%;
	margin:0 0 0 0;
	position:relative;
	float: right;
}
#extra {
	position:absolute;
	top:0;
	right:0;
	width:256px;
	padding:0 6px 8px 10px;
	float: right;
}
.small{
	font-size: 0.9em;
}
.bold{
	font-weight: 600;
}
.right{
	text-align: right;
	padding-right: 3px;
}
.center{
	text-align: center;
}
dl dt{
	font-weight: bold;
	font-size: 0.9em;
}
ol	li	ul{
	list-style-type: circle;
}
ol li ul li ul{
	list-style-type: disc;
	font-size: 0.9em;
}
.sub2-1-1
   {
	border-left:solid 1px #0000ff;	/* 左の罫線 */
	border-right:solid 1px #0000ff;	/* 右の罫線 */
	border-top:none;				/* ★上の罫線はなし★ */
	border-bottom:none;				/* 下の罫線はなし */
	text-align:center;				/* 文字を中央 */
	background-color:#0033ff;		/* 背景色 */
	color:#ffffff;					/* 文字色 */
	font-weight:bold; 				/* 文字を太く */
	padding-top:3px;  				/* 上部と文字までの間隔 */
	width:220px;					/* 全体の幅 */
   }

.sub2-1-2{
	border-left:solid 1px #0000ff;	/* 左の罫線 */
	border-right:solid 1px #0000ff;	/* 右の罫線 */
	border-top:none;				/* ★上の罫線はなし★ */
	border-bottom:none;				/* 下の罫線はなし */
	text-align:center;				/* 文字を中央 */
	background-color:#0033ff;		/* 背景色 */
	color:#ffffff;					/* 文字色 */
	font-weight:bold;				/* 文字を太く */
	padding-top:3px;				/* 上部と文字までの間隔 */
	width:220px;					/* 全体の幅 */
}

.sub2-1-3
{
	border-left:solid 1px #0000ff;	/* 左の罫線 */
	border-right:solid 1px #0000ff;	/* 右の罫線 */
	border-top:none;				/* ★上の罫線はなし★ */
	border-bottom:none;				/* 下の罫線はなし */
	text-align:center;				/* 文字を中央 */
	background-color:#0033ff;		/* 背景色 */
	color:#ffffff;					/* 文字色 */
	font-weight:bold;				/* 文字を太く */
	padding-top:3px;				/* 上部と文字までの間隔 */
	width:220px;					/* 全体の幅 */
   }
.sub2-1-4
   {
	border-left:solid 1px #0000ff;	/* 左の罫線 */
	border-right:solid 1px #0000ff;	/* 右の罫線 */
	border-top:none;				/* ★上の罫線はなし★ */
	border-bottom:none;				/* 下の罫線はなし */
	text-align:center;				/* 文字を中央 */
	background-color:#0033ff;		/* 背景色 */
	color:#ffffff;					/* 文字色 */
	font-weight:bold;				/* 文字を太く */
	padding-top:3px;				/* 上部と文字までの間隔 */
	width:220px;					/* 全体の幅 */
   }
/* 中身 */

.sub2-2
   {
	padding-top:10px;				/* 枠内上部の余白 */
	border-left:solid 1px #0000ff;	/* 左の罫線 */
	border-right:solid 1px #0000ff;	/* 右の罫線 */
	border-top:none;				/* ★上の罫線はなし★ */
	border-bottom:solid 1px #0000ff;/* ★下の罫線★ */
	width:220px;					/* 全体の幅 */
	font-size:97%;  
 }


/* リスト */

.sub2-3
   {
	margin-top:0px;					/* リスト上の余白は無しに。 */
	margin-left:10px;				/* リスト左の余白 */
	margin-right:10px;				/* リスト右の余白 */
	margin-bottom:10px; 			/* リスト下の余白 */
	font-size: 0.9em;
   }


#route {
	clear:both;
	background-color:#EEE;
	font-size:90%;
	border-top:1px solid #AAA;
	background-attachment:scroll;
	background-image:url(../images/routeshadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAA;
	margin:-4px 0 0 0;
	padding:0 8px;
}

#footer {
	clear:both;
	background-color:#DDD;
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:80%;
	margin:0;
	padding:8px 8px 16px;
}

#about ul {
	text-align:center;
}

#about ul li {
	display:inline;
	margin-left:2px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999;
	padding-right:4px;
}


#copyright {
	padding-top: 1em;
	color:#333;
	line-height:110%;
	text-align:center;
}

.floatLeft {
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}

.floatRight {
	margin-left:8px;
	margin-bottom:8px;
	float:right;
}

.indent1 {
	margin-left:1em;
	margin-right:1em;
}

.indent2 {
	margin-left:2em;
	margin-right:2em;
}

.indent4 {
	margin-left:4em;
	margin-right:4em;
}

.indent6 {
	margin-left:6em;
	margin-right:6em;
}


#subcat ul {
	list-style-type:none;
	font-size:80%;
	margin-top: 12px;
	margin-left: 0px;
	padding-left: 0px;
}

#subcatA a,#subcatB a, #subcat2 a {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subcat1 li {
	height:20px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:6px solid #F30;
	padding-left:40px;
	padding-top:4px;
	background-attachment:scroll;
	background-image:url(../images/subcatbg.gif);
	background-repeat:repeat-x;
	display: inline;
	list-style-type: none;
	margin: 4px;
	padding-right: 40px;
	padding-bottom: 4px;
}

#subcat2 li {
	margin-top:4px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:6px solid #36F;
	padding-left:6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

#subcat2 img {
	vertical-align: middle;
	margin-right: 6px;
}

.subcat {
	list-style-type:none;
	font-size:80%;
	margin-top: 12px;
	margin-left: 0px;
	padding-left: 0px;
}


.subcat3  {
	margin-top:4px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:6px solid #36F;
	padding-left:6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
.cont {
width:100%;
}

#main table{
	width:90%;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 32px;
	margin-bottom: 32px;
}
#main table tr th{
	background-color: #bee7ff;
	border: 1px solid #999;
}
#main table tr td{
	padding-left: 0.5em;
	border: 1px solid #999;
}
#main table tr ul{
		list-style-type: circle;

}
#main p#update{
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	padding-right: 1em;
}
#main ul#topic{
	list-style-image: url('../images/075.gif');
	padding-left: 2em;
	font-weight: 400;
}
#main ul.or{
	list-style-image: url('../images/075.gif');
	padding-left: 2em;
	font-weight: 600;
}
#main ul.or li p{
	font-weight: 400;
}
#main td{
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	vertical-align: top;	
}

#single {
	margin-top: 0px;
	margin-bottom: 0px;
}


#single table{
	width:90%;
	border-collapse: collapse;
	padding: 0px;
}
#single td{
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	vertical-align: top;	
}


.line {
	width:90%;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 32px;
	
}

.half td{
	width: 50%;
}



#navigation a:link,#navigation a:hover,#navigation a:visited,#navigation a:hover {
	border-bottom-style:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
	color:#FFF;
}
#main{
	_width: 100%;
}
.Main #main,.Main #route,.Main #pre-footer,.Main #footer {
	margin-right:0;
}

.printShow, .mobileShow,.hide {
	display:none;
}

