/*  標準CSS */
body {
	font-size: 78%;
	margin: 0;
	padding: 0;
	color:#333;
	font-family:
    "メイリオ”,
    Meiryo,
    Arial,
    Helvetica,
    Verdana,
    "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ Ｐゴシック”,
    sans-serif;
	line-height: 1.5;
	background-image: url(images/t_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
 line-height:1.6; 
}

p,li,dt,dl {
 line-height:1.6; 
}

p {
 margin:0 0 1em 0; 
}

ul li {
 list-style-type:none; 
}

a img {
 border:0; 
}


blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

.cncn table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}

.cncn table th,
.cncn table td{
	padding:0.3em 0.75em 
}

.hidden {
	display: none;
	visibility: hidden;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: “.”;
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix {
 height: 1% 
}
.clearfix {
	display:block;
}
/* end MacIE5 */

/* end 標準CSS*/

/*　レイアウト基本 */

#ALL {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#MA{
	width: 800px;
	height:100%;
	clear: both;
	background-image: url(images/t_main_bg.gif);
	background-repeat: repeat-y;
}


#CN{
	width: 540px;
	float: right;
	margin-right: 7px;
	margin-left: 7px;
}


#LM{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}



#MENU,
#INFO,
#LINK{
	margin:0px;

}

/*　end レイアウト基本 */



#ALL {
}
#HD {
	height: 80px;

}

#LOGO {
	FLOAT: left;
	height: 80px;
}



#HB {
	FLOAT: left;
	HEIGHT: 30px;
}
#HB A {
	DISPLAY: block;
	HEIGHT: 30px;
}

#HB .hb1 {
	BACKGROUND-POSITION: 0px 0px;
	FLOAT: left;
	BACKGROUND-IMAGE: url(images/hm.gif);
	WIDTH: 66px;
	HEIGHT: 30px;
}
#HB .hb1 A:hover {
	BACKGROUND-POSITION: 0px 30px;
	BACKGROUND-IMAGE: url(images/hm.gif);
}
#HB .hb2 {
	BACKGROUND-POSITION: -66px 0px;
	FLOAT: left;
	BACKGROUND-IMAGE: url(images/hm.gif);
	WIDTH: 100px;
	HEIGHT: 30px;
}
#HB .hb2 A:hover {
	BACKGROUND-POSITION: -66px 30px;
	BACKGROUND-IMAGE: url(images/hm.gif);
}
#HB .hb3 {
	BACKGROUND-POSITION: -166px 0px;
	FLOAT: left;
	BACKGROUND-IMAGE: url(images/hm.gif);
	WIDTH: 100px;
	HEIGHT: 30px;
}
#HB .hb3 A:hover {
	BACKGROUND-POSITION: -166px 30px;
	BACKGROUND-IMAGE: url(images/hm.gif);
}
#HB .hb4 {
	BACKGROUND-POSITION: -266px 0px;
	FLOAT: left;
	BACKGROUND-IMAGE: url(images/hm.gif);
	WIDTH: 88px;
	HEIGHT: 30px;
}
#HB .hb4 A:hover {
	BACKGROUND-POSITION: -266px 30px;
	BACKGROUND-IMAGE: url(images/hm.gif);
}

#TP{
	background-image: url(images/t_tp.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 20px;
	padding-top: 3px;
	marin:0px;
}
.topick_navi_box .midashi {
	background-color: #E7F2F8;
	color: #666666;
	margin: 0px;
	padding: 5px;
}



#TP a{



}

#MA{
	background-image: url(images/t_main_bg.gif);
	background-repeat: repeat-y;
}

#MA:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#CN{
	background-repeat: repeat-y;
}

#CN p {
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 5px;
}

#CN h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	height: 86px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/cn_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #005085;
	margin-bottom: 0px;
}

#CN h2 {
	color: #005085;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 160%;
	padding-left: 15px;
	background-image: url(images/cn_h2.gif);
	height: 53px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 0px;
}

#CN h3 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(images/cn_h3.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 12px;
	color: #003399;
	margin-top: 5px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.topick_navi_box {
	margin: 10px;
	padding: 0px;
	border: 1px solid #B3D7EF;
}
.topick_navi_box li {
	margin-bottom: 10px;
	margin-top: 2px;
}


#CN #result{
	margin-top:10px;
}

#CN dl {
	clear:both;
	width:500px;
}
#CN dt {
	margin:0px;
	width:250px;
	background-color: #F1F1EF;
	float: left;
	padding: 0px;
}
#CN dd {
	width:230px;
	padding: 0px;
	margin:0px;
	float: left;
}


.cncn table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}


.cncn td,
.cncn th {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 12px;
	color: #333333;
}



#LM{
	background-repeat: repeat-y;
	text-align: left;
	width: 230px;
}



#LM a
 {
	display: block;
	text-decoration: none;
	color: #005188;
}


#LM ul{
	margin:0px 6px 0px 0px;
	padding:0px;

}
#LM ul li ul,
#LM ul li ul li ul
{
	margin:0px 0px 0px 0px;
	padding:0px;

}

#LM li
{
	margin:0px;
	margin-right:3px;
	padding:0px;
	display: inline;
}

#LM li a:hover{
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFFFFF;
}



#MENU ul li{
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#LM ul li a{
	padding-left: 10px;

}


#LM ul li ul li .active{
	font-weight: bold;
}


#LM li .active a:hover {
	font-weight: bold;
	text-decoration: none;
}


#LM .active li{
	font-weight: normal;
}


#LM ul li li a{
	padding-left: 20px;
	background-color: #E3E3E3;
	margin-left:1px;

}
#LM ul li li li a{
	padding-left: 30px;
	background-color: #EEEEFF;

}
#HB {
	text-decoration: blink;
}


#LM ul li ul li{
	padding-left: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#LM ul li ul li ul li{
	background-repeat: no-repeat;
	background-position: 15px 5px;
}


#FT {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(images/t_ft.gif);
	background-repeat: no-repeat;
	height: 65px;
}

#CMS{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;

}

#CN .go-page{
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#CN .go-page a{
	padding-left:20px;
	background-image:url(images/t_go.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;

}

#CN .gotop {
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sutage {
	padding:10px;
	background-color: #FFFFCC;
	border: thin ridge #999999;
	height: 150px;
	width: 250px;
	overflow: visible;
	position:absolute;
	left:50px;
	top:600px;
	z-index:1;
}
#CN .tab ul{
	margin:5px;
}
#CN .tab li {
	float: left;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
}

.exmple{
	color:#666666;
}

.red{
	color:red;
}

#CN .h1nobg {
	background-image: none;
	margin:0px 0px 10px 0px;
	padding:0px;
	height:100px;
}
#LM p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#BASIC ul {
	margin: 10px;
}
#BASIC ul li{
	list-style-type: none;
	padding:10px 0px 3px 0px;

}


#LM .active{
	color:blue;
	font-weight: bold;

}

#LM .li_1{

}
#LM .a_1,
#LM .a_2,
#LM .a_6,
#LM .a_7,
#LM .a_52,
#LM .a_116
{
	background-repeat: no-repeat;
	height:30px;
	padding-top: 20px;
	padding-left: 60px;
	background-position: 1px;
}

#LM .a_1{
	background-image: url(images/menu01.gif);
}

#LM .a_2{
	background-image: url(images/menu02.gif);
}

#LM .a_6{
	background-image: url(images/menu03.gif);
}

#LM .a_7{
	background-image: url(images/menu04.gif);
}

#LM .a_52{
	background-image: url(images/menu05.gif);
}
#LM .a_116{
	background-image: url(images/menu06.gif);
}
