/*--------------------------
content
--------------------------*/
/*{{{*/
#content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#content p {
    line-height:   150%;
    margin-top:    5px;
    margin-bottom: 0px;
    margin-left:   0px;
}
#content p.line01 {
	border-top: 1px solid #ccf;
    margin-top: 10px;
	padding-top: 10px;
}

/*}}}*/


/*--------------------------
header
--------------------------*/
/*{{{*/
#header {
    width:         800px;
    margin-left:   auto;
    margin-right:  auto;
    margin-bottom: 10px;
}
/*}}}*/


/*--------------------------
sidebar
--------------------------*/
/*{{{*/
#sidebar {
    width:     140px;
    float:     left;
}

#sidebar p {
    line-height:      180%;
    margin-top:       1px;
    padding-left:     5px;
    background-color: #ccccff;
}

#sidebar a {
    color:           #0000ff;
    text-decoration: none;
}
#sidebar a:hover {
    color:           #ff0000;
    text-decoration: underline;
}
/*}}}*/

/*--------------------------
main
--------------------------*/
/*{{{*/
#main {
    width:        650px;
    float:        right;
    margin-left:  auto;
    margin-right: auto;
	margin-bottom: 30px;
}

#main h1 {
    font-size:        110%;
    /*line-height:      1.6;*/
    color:            #FFFFFF;
    background-color: #000099;
    margin-top:       0px;
    margin-bottom:    5px;
	padding: 6px 10px 5px 10px;
}

#main h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

#main h1 a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

#main h2 {
    font-size:        100%;
    line-height:      200%;
    color:            #FFFFFF;
    background-color: #0000cc;
    margin-top:       10px;
    margin-bottom:    5px;
	padding: 5px 0 3px 10px;
	clear: both;
}
#main h2 a {
    color: #ccffff;
    text-decoration: none;
}
#main h2 a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

#main h3 {
    font-size:        100%;
    color:            #000000;
    /*line-height:      200%;*/
    margin-top:       5px;
    margin-bottom:    5px;
    background-color: #ccccff;
	padding: 5px 0 3px 10px;
	clear: both;
}
#main h3 a {
    color: #0000ff;
    text-decoration: none;
}
#main h3 a:hover {
    text-decoration: underline;
}

#main p {
    line-height:   150%;
    margin-top:    5px;
    margin-bottom: 0px;
    margin-left:   0px;
}
#main p a {
    color:           #0000ff;
    text-decoration: none;
}
#main p a:hover {
    color:           #ff0000;
    text-decoration: underline;
}
#main p.small{
    font-size: 80%;
}
#main p.small2{
    font-size: 90%;
}
#main p.ref{
    font-size: 80%;
    text-align: right;
}


#main tr {
    vertical-align: top;
    line-height:   150%;
}


#main tr a{
    color:           #0000ff;
    text-decoration: none;
}

#main tr.international {
    vertical-align:   top;
    line-height:      150%; 
    background-color: #ffcccc;
}
#main tr.domestic {
    vertical-align:   top;
    line-height:      150%; 
    background-color: #ccccff;
}



#main ul {            
    line-height: 150%;
}

#main ol {
    line-height: 150%;
}


/*--------------------------
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;
}


.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;
}


/* 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;
}
.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;
}
/* 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;
}
.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;
}
.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;
	}
	
.whatsnew .style1 {
	bottom: 0 !important;
	}
	
.topics1 {
	margin: 0 6px 0 0;
	padding: 8px 12px 6px 12px;
	background-color:#fffcd4;
	font-weight: normal;

	bottom: 2px;
	border: 1px solid #9b2d65;
	line-height: 1.4;
	}

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;
}
