a {
    color: #0000ff;
    text-decoration: none;
}
a {
 word-break: break-all;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a:visited {
    color: #0000ff;
    text-decoration: none;
}

/* CONTENT */
#content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


/*--------------------------
HEADER
--------------------------*/
#header {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#header p {
    font-size: 80%;
    margin: 0 0 10px 0;
}
#header p.topic {
    font-size:     90%;
    /*margin: 0 !important;*/
	text-align: center;
    line-height: 150%;
}
#header p.topicl {
    font-size:     90%;
    /*margin: 0 !important;*/
	text-align: center;
    line-height: 150%;
    border-top: dotted 1px #CCC;
    padding: 5px 0;
	margin: 0 66px;
}
/*--------------------------
SIDEBAR
--------------------------*/
#sidebar {
    width:         190px;
    float:         left;
    border-top:    solid 1px #000000;
    border-bottom: solid 1px #000000;
}

#sidebar h1 {
    font-size:        110%;
    /*line-height:      220%;*/
    color:            #ffffff;
    background-color: #000000;
    margin-top:       0px;
    margin-bottom:    5px;
	padding: 6px 0 5px 10px;
}
#sidebar h1 a {
    color:            #ccccff;
    text-decoration:  underline;
}

#sidebar p {
    line-height:      200%;
    margin-top:       0px;
    margin-bottom:    0px;
    padding-left:     5px;
    background-color: #ffffff;
}
#sidebar p.nar01{
    line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar p.nar02{
    line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 6px;
}
#sidebar a {
    color:           #0000ff;
    text-decoration: none;
}
#sidebar a:hover {
    color:           #ff0000;
    text-decoration: underline;
}

/*--------------------------
main
--------------------------*/
#main {
    width:        600px;
    float:        right;
    margin-left:  auto;
    margin-right: auto;
	margin-bottom: 30px;
}
#main.full {
    width:        100%;
    float:        none;
    margin-left:  auto;
    margin-right: auto;
	margin-bottom: 30px;
}
#main h1 {
    font-size:        110%;
    /*line-height:      220%;*/
    color:            #ffffff;
    background-color: #000000;
    margin-top:       0px;
    margin-bottom:    10px;
	padding: 6px 10px 5px 10px;
}
#main h1 a {
    color: #FFFFFF;
    text-decoration: underline;
}
#main h1 a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

#main h2 {
    font-size:        100%;
    /*line-height:      200%;*/
    color:            #000000;
    background-color: #cccccc;
    margin-top:       5px;
    margin-bottom:    5px;
	padding: 5px 0 3px 10px;
}
#main h2 a {
    color: #0000ff;
    text-decoration: none;
}
#main h2 a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#main h2.ir01 {
    font-size:        100%;
    /*line-height:      200%;*/
    color:            #000000;
    background-color: #fff;
    margin-top:       5px;
    margin-bottom:    5px;
	padding: 5px 0 3px 0;
    border-bottom:    solid 1px #000000;
}

#main h3 {
    font-size:        100%;
    color:            #000000;
    line-height:      200%;
    margin-top:       10px;
    margin-bottom:    5px;
    background-color: #ffffff;
    padding-left:     10px;
    border-bottom:    solid 1px #000000;
}

#main h3.ir01 {
    font-size:        100%;
    color:            #000000;
    line-height:      150%;
    margin-top:       10px;
    margin-bottom:    5px;
    background-color: #ffffff;
    padding-left:     0;
    border-bottom:    none;
}

#main h3 a {
    color: #FFFF00;
    text-decoration: underline;
}
#main h3 a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

#main h3.ttl {
    font-size:        100%;
    color:            #000000;
    line-height:      200%;
    margin-top:       10px;
    margin-bottom:    15px;
    background-color: #ffffff;
    padding-left:      0 !important;
    border-bottom:    solid 1px #000000;
}
#main h3.ttl a {
    color: #0000FF !important;
    text-decoration: none !important;
}
#main h3.ttl a:hover {
    color: #FF0000 !important;
    text-decoration: underline !important;
}

#main p {
    line-height:   150%;
    margin-top:    5px;
    margin-bottom: 10px;
    margin-left:   0px;
}


#main p.pn1 {
    line-height:   130%;
    margin-top:    0;
    margin-bottom: 0;
}

#main .pnar p {
    margin-bottom: 0px !important;
}

#main .small p {
    font-size: 90% !important;
}

#main .menu p {
    line-height:   130%;
    margin-top:    5px;
    margin-bottom: 5px;
    margin-left:   0px;
}

#main p a {
    color:           #0000ff;
    text-decoration: none;
}
#main p a:hover {
    color:           #ff0000;
    text-decoration: underline;
}

#main li a {
    color:           #0000ff;
    text-decoration: none;
}
#main li a:hover {
    color:           #ff0000;
    text-decoration: underline;
}


#main p.small{
    font-size: 80%;
}

#main p.line01{
	border-top: 1px dashed #cecece !important;
	border-bottom: 1px dashed #cecece !important;
	padding: 10px;
}

#main p.line02{
	/*border: 2px solid #271b84 !important;*/
	border: 2px solid #c50028 !important;
	background: #FFC;
	padding: 10px;
	margin: 20px 0;
	font-weight: bold;
}

#main tr {
    line-height:      150%; 
    vertical-align:   top;
}

#main tr a{
    color:           #0000ff;
    text-decoration: none;
}

#main tr.international {
    line-height:      150%; 
    vertical-align:   top;
    background-color: #ffcccc;
}
#main tr.domestic {
    line-height:      150%; 
    vertical-align:   top;
    background-color: #ccccff;
}



#main ul {            
    line-height: 150%;
}

#main ol {
    line-height: 150%;
}



/*--------------------------
WHATS
--------------------------*/
	
.whats {
	margin: 0 30px 15px;
	padding: 4px 8px 5px;
	height: 150px;
	overflow: auto;
	overflow-x:hidden;
	border: 1px solid #CCC;
	background-image: url(img/header/bg_news.jpg);
	background-repeat:repeat-y;
}
.whats dl {
	margin: 0;
	padding: 0 0 6px;
	background: url(img/header/bg_dot1.gif) bottom left repeat-x;
}
.whats dt {
	float: left;
	font-size: 80%;
	color: #669;
	line-height: 1.4;
	margin: 0;
	padding: 0 2px 5px;
}
.whats dd {
	font-size: 80%;
	line-height: 1.4;
	margin: 0;
	padding: 0 2px 5px 86px;
}

.whats dl:after {
	display:block;
	clear:both;
}
.whats dd a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* ========info========= */
#info a:hover {
    color:           #ff0000;
    text-decoration: underline;
}

/* ========mainmenu========= */

.mainmenu {
	display: table !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.mainmenu ul {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

.mainmenu:after {
    content:" ";
    display:block;
    clear:both;
}
.mainmenu ul li {
	/*display: inline;*/
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0 !important;
	padding: 0 4px;
	text-align: center;
}

/* ========ul,ol========= */

.nml {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.ul01 {
	margin: 0;
	padding: 0;
}
.ul01 li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	border-bottom: 1px dashed #cecece;
}
.ul01 li.noline {
	border-bottom: none;
}
.ul02 {
	margin: 0;
	padding: 0;
}
.ul02 li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 10px 10px 15px;
	margin: 0;
	border-bottom: 1px solid #000;
}
.ul02 li.ttl {
	padding: 10px 10px 5px !important;
	border-bottom: 1px dashed #cecece !important;
}
/*
ol li ul li {
	list-style: none;
	margin: 0 0 0 -0.2em;
	padding: 0;
}
*/
.ul03 {
  padding:0;
  list-style-type:none;
  margin: 4px 0 8px;
}
.ul03 li {
  position:relative;
  padding: 0 0 0 18px;
  line-height: 1.2;
}
.ul03 li:before {
  position:absolute;
  content:'';
  top: 0.1em;
  left: 0.1em;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent #ccc transparent #000;
}


.ol01  {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.ol01 li  {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

/* ========TABLE========= */


table.tbl01 {
	/*width: 100%;*/
	margin: 10px 0 15px;
	/*border-collapse: separate;*/
	border-collapse: separate;
	border-spacing: 5px !important;
	line-height: 1.5;
	text-align: left;
}


table.tbl01 th {
	font-weight: normal;
	font-size: 0.95em;
	line-height: 1.4;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
}

table.tbl01 th.program {
	background: #339;
	border: 1px solid #339;
}

table.tbl01 th.kikan {
	background: #9b2d65;
	border: 1px solid #9b2d65;
}

table.tbl01 th.renkei {
	background: #666;
	border: 1px solid #666;
}



table.tbl01 td {
	padding: 6px;
	vertical-align: middle;
}

table.tbl01 td.program {
	background: #f0f1fc;
	border: 1px solid #339;
	font-size: 0.95em;
	line-height: 1.4;
	white-space: nowrap;
}


table.tbl01 td.kikan {
	background: #fbf2f7;
	border: 1px solid #936;
	font-size: 0.9em;
	line-height: 1.2;
	white-space: nowrap;
	padding: 6px 6px 5px;
}


table.tbl01 td.renkei {
	background: #fff;
	border: 1px solid #333;
	font-size: 0.9em;
	line-height: 1.2;
	padding: 5px 6px 6px;
}



table.tbl02 th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.tbl02 td {
	vertical-align: top;
	white-space: nowrap;
}

table.tbl03 {
	border-collapse: collapse
}

table.tbl03 th, table.tbl03 td {
    line-height: 150%;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
table.tbl03 th {
	white-space: nowrap;
	font-weight: normal;
}

table.tbl04 th, table.tbl04 td {
    line-height: 130%;
	text-align: left;
	vertical-align: top;
}

table.tbl04 td {
	padding-right: 15px;
}

table.tbl05 th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}

table.tbl05 td {
	vertical-align: top;
}
/*--------------------------
UTILITY
--------------------------*/
sub {
	position:relative;
	top: -3px;
	font-size: 80%;
    line-height: 150%;
	padding: 0 2px 0 1px;
	}

/* color */
.cred {
	color: #F00 !important;
}
/* fontstyle */
.f01 {
	font-weight: bold !important;
}
.f02 {
	text-decoration: underline !important;
}
.f03 {
    font-size:     190%;
}
.f04 {
    font-size:     90%;
}

.cb {
	clear: both !important;
}

/* align */
.alr {
	text-align:right !important;
}
.all {
	text-align:left !important;
}
.alc {
	text-align:center !important;
}

/* valign */
.valt {
	vertical-align:top !important;
}

.valm {
	vertical-align:middle !important;
}

.valb {
	vertical-align:bottom !important;
}

.lh01 {
	line-height: 1.6 !important;
}

/* margin */
.mgb00 {
	margin-bottom:0 !important;
}
.mgb05 {
	margin-bottom:5px !important;
}
.mgb10 {
	margin-bottom:10px !important;
}
.mgb15 {
	margin-bottom:15px !important;
}
.mgb20 {
	margin-bottom:20px !important;
}
.mgb30 {
	margin-bottom:30px !important;
}
.mgb40 {
	margin-bottom:40px !important;
}
.mgb50 {
	margin-bottom:50px !important;
}
.mgt00 {
	margin-top:0 !important;
}
.mgt05 {
	margin-top:5px !important;
}
.mgt10 {
	margin-top:10px !important;
}
.mgt15 {
	margin-top:15px !important;
}
.mgt20 {
	margin-top:20px !important;
}
.mgt25 {
	margin-top:25px !important;
}
.mgt30 {
	margin-top:30px !important;
}
.mgt40 {
	margin-top:40px !important;
}
.mgt50 {
	margin-top:50px !important;
}
.mgr00 {
	margin-right:0 !important;
}
.mgr05 {
	margin-right:5px !important;
}
.mgr10 {
	margin-right:10px !important;
}
.mgr15 {
	margin-right:15px !important;
}
.mgr20 {
	margin-right:20px !important;
}
.mgr25 {
	margin-right:25px !important;
}
.mgr30 {
	margin-right:30px !important;
}
.mgl1w {
	margin-left:1em !important;
}
.mgl00 {
	margin-left:0 !important;
}
.mgl05 {
	margin-left:5px !important;
}
.mgl10 {
	margin-left:10px !important;
}
.mgl15 {
	margin-left:15px !important;
}
.mgl20 {
	margin-left:20px !important;
}
.mgl25 {
	margin-left:25px !important;
}
.mgl30 {
	margin-left:30px !important;
}
.mgl35 {
	margin-left:35px !important;
}
.mgl40 {
	margin-left:40px !important;
}
.mgl45 {
	margin-left:45px !important;
}
.mgl50 {
	margin-left:50px !important;
}
.mglm5 {
	margin-left:-5px !important;
}
/* padding reset */
.pdb00 {
	padding-bottom:0 !important;
}
.pdb05 {
	padding-bottom:5px !important;
}
.pdb10 {
	padding-bottom:10px !important;
}
.pdb15 {
	padding-bottom:15px !important;
}
.pdb20 {
	padding-bottom:20px !important;
}
.pdb25 {
	padding-bottom:25px !important;
}
.pdb30 {
	padding-bottom:30px !important;
}
.pdt00 {
	padding-top:0 !important;
}
.pdt05 {
	padding-top:5px !important;
}
.pdt10 {
	padding-top:10px !important;
}
.pdt15 {
	padding-top:15px !important;
}
.pdt20 {
	padding-top:20px !important;
}
.pdt25 {
	padding-top:25px !important;
}
.pdt30 {
	padding-top:30px !important;
}
.pdl00 {
	padding-left:0 !important;
}
.pdl05 {
	padding-left:5px !important;
}
.pdl10 {
	padding-left:10px !important;
}
.pdl15 {
	padding-left:15px !important;
}
.pdl20 {
	padding-left:20px !important;
}
.pdl25 {
	padding-left:25px !important;
}
.pdl30 {
	padding-left:30px !important;
}
.pdl45 {
	padding-left:45px !important;
}
.pdr00 {
	padding-right:0 !important;
}
.pdr05 {
	padding-right:5px !important;
}
.pdr10 {
	padding-right:10px !important;
}
.pdr15 {
	padding-right:15px !important;
}
.pdr20 {
	padding-right:20px !important;
}
.pdr25 {
	padding-right:25px !important;
}
.pdr30 {
	padding-right:30px !important;
}

.floatl {
	float: left;
	padding-right: 15px;
	width: 300px;
}
.floatr {
	float: right;
}

.pht01 {
	display: table;
}

.pht01 .pht {
	display: table-cell;
	float: left;
}

.pht01 .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 90%;
}
	
.style1 {
	color: #FFF;
	font-size: 9pt;
	margin: 0 6px 0 0;
	padding: 0 2px 0 4px;
	background-color:#9346a4;
	font-weight: normal;
	bottom: 2px;
	position:relative;
	line-height: 2;
	}
	
.style2 {
	color: #FFF;
	font-size: 9pt;
	margin: 0 6px 0 0;
	padding: 0 2px 0 4px;
	background-color:#271b84;
	font-weight: normal;
	bottom: 2px;
	position:relative;
	line-height: 2;
	}
	
.style3 {
	color: #FFF;
	font-size: 9pt;
	margin: 0 6px 0 0;
	padding: 0 2px 0 4px;
	background-color:#009a36;
	font-weight: normal;
	bottom: 2px;
	position:relative;
	line-height: 2;
	}
	
.whatsnew .style1, .whatsnew .style2, .whatsnew .style3 {
	bottom: 0 !important;
	}
	
.topics1 {
	margin: 0 6px 0 0;
	padding: 8px 6px 6px 8px;
	background-color:#fffcd4;
	font-weight: normal;
	bottom: 2px;
	border: 1px solid #9b2d65;
	line-height: 1.4;
	}

#info .topics1 {
	margin: 0 0 15px 0;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: .5ex;
	padding: 0 2px 0 1px;
	font-size: 0.8em;
}
sub {
	position: relative;
	top: -3px;
	font-size: 0.7em;
	padding: 0 1px;
}
/*その他
---------------------------------------------------------------------------*/
.fr {
	float: right;
}
.fl {
	float: left;
}
.imgfl {
	float: left;
	text-indent: 0 !important;
	padding: 0 15px 15px 0 !important;
}
.imgfr {
	float: right;
	text-indent: 0 !important;
	padding: 0 0 15px 15px !important;
}
.pagelink01 {
	margin: 30px auto;
	padding: 11px;
	/*background: #e6e9f3 url(../images/bg_pagelink03.png);*/
	overflow: hidden;
	text-align: center;
}
.pagelink01 ul {
	margin: 0 40px 0 0;
}
.pagelink01 li {
	margin: 8px;
	display: inline-block;
}
.pagelink01 li a {
	display: block;
	border: 1px solid #c1c6d6;
	border-radius: 6px;
	padding: 10px 40px 10px 40px;
	background: #fcf4e9;
	text-decoration: none;
}
.pagelink01 li a:hover {
	background: #fff;
}
.wbba {
	word-break: break-all;
	}
	

.note01 {
	padding: 0 45px 15px;
	margin-bottom: 20px !important;
    border-bottom: solid 1px #000000;
	font-size: 90%;
	line-height: 1.4 !important;
}

.note02 {
	padding: 0 40px 15px;
	margin-bottom: 20px !important;
    border-bottom: solid 1px #000000;
	font-size: 90%;
	line-height: 1.4 !important;
}
.ls01 {
	/*letter-spacing: -0.3em;
	letter-spacing: -4px;*/
	letter-spacing: -3px;
}

.footlink {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}

.footlink ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.footlink ul li {
	display: inline-block;
	font-size: 0.8em;
	background: url(img/icon/line_01.png) no-repeat right center;
	padding: 0 20px 0 0;
	vertical-align: middle;
}
.footlink ul li:last-child {
	background: none;
	padding: 0 0 0 0;
}

.noborder1 {
	border-bottom: 1px solid #fff !important;
}