@charset "shift_jis";
/* ========== Defaults Styles ========== */
h1,
h3,
h4,
h5,
h6,
p,
li,
form {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding:4px 3px 1px 5px;
	font-weight:bold;
	background-color:#DFDFDF;
	border: 1px solid #BBBBBB;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* ========== Link ========== */   
/*WEBリニューアル改修 2011/03/07 chihana START*/
/*
a:link {    color: #333333; text-decoration: none;}
a:visited { color: #333333; text-decoration: none;}
a:hover {   color: #CC0000; text-decoration: underline;}
a:active {  color: #CC0000; text-decoration: underline;}
*/
a:link {   color: #166D99; text-decoration: none;}
a:visited {color: #166D99; text-decoration: none;}
a:hover {  color: #166D99; text-decoration: underline;}
a:active { color: #166D99; text-decoration: underline;}
/*WEBリニューアル改修 2011/03/07 chihana END*/


.txtLink01:link {    text-decoration: underline;}
.txtLink01:visited { text-decoration: underline;}


/* ========== Base Styles ========== */ 
.t03 { margin-top:3px}
.t05 { margin-top:5px}
.t10 { margin-top:10px}
.t15 { margin-top:15px}
.t20 { margin-top:20px}
.t25 { margin-top:25px}
.t30 { margin-top:30px}
.t35 { margin-top:35px}
.t40 { margin-top:40px}

/*WEBリニューアル改修 2011/02/07 chihana START*/
.mgt3  {margin-top: 3px !important;}
.mgt5  {margin-top: 5px !important;}
.mgt7  {margin-top: 7px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
/*WEBリニューアル改修 2011/02/07 chihana END*/

.b05 { margin-bottom:5px}
.b10 { margin-bottom:10px}
.b15 { margin-bottom:15px}
.b20 { margin-bottom:20px}

.l05 { margin-left:5px}
.l10 { margin-left:10px}
.l15 { margin-left:15px}
.l20 { margin-left:20px}

.pl05 { padding-left:5px}
.pl10 { padding-left:10px}
.pl15 { padding-left:15px;}
.pl20 { padding-left:20px;}

.pb05 { padding-bottom:5px}
.pb10 { padding-bottom:10px}
.pb15 { padding-bottom:15px}
.pb20 { padding-bottom:20px}

.pdb10 {padding-bottom:10px !important;}

.clear {
	clear: both;
	background: transparent;
	height: 1px;
	font-size: 1px;
}

.sideT {
	vertical-align: top;
}
.sideB {
	vertical-align: bottom;
}

/* ========== TEXT Styles ========== */ 
.txtRight {
	text-align: right;
}

.txtLeft {
	text-align: left;
}

.txtCenter {
	text-align: center;
}

.txtNowrap {
	white-space: nowrap;
}

.alC {text-align:center;}

/* ========== FONT Styles ========== */ 
.l01 {
	font-size: medium;
	line-height: 140%;
}

.m01 {
	font-size: small;
	line-height: 140%;
}

.s01 {
	font-size: x-small;
	line-height: 140%;
}

.imeJp01 {
	ime-mode: active;
}

.imeEn01 {
	ime-mode: disabled;
}


/* ========== Color Styles ========== */
.txtRed01 {
	color: #CC0000;
}

.txtBlue01 {
	color: #003399;
}


/* ========== Line ========== */
.line01 {
	height: 1px;
	font-size: 1px;
	background: transparent url(../img/line01.gif) repeat-x left center;
}


/* ========== Line Dot ========== */
.lineDot01 {
	height: 1px;
	font-size: 1px;
	background: transparent url(../img/linedot01.gif) repeat-x left center;
}



/* ========== Arrow TOP ========== */
.arrowTop01 {
	text-align: right;
}

.arrowTop01 a {
	padding-left: 10px;
	background: transparent url(../img/arrow_top01.gif) no-repeat left top;
}

/* ========== Arrow ========== */
/*
.arrow01 a {
	padding-left: 10px;
	background: transparent url(../img/arrow01.gif) no-repeat left top;
}
*/

.arrowBox01 ul {
	text-align:right;
}

.arrowBox01 li {
	margin-left: 15px;
	display: inline; 
}

.arrowBox01 li a {
	padding-left: 10px;
	background: transparent url(../img/arrow01.gif) no-repeat left top;
}

/*WEBリニューアル改修 2011/02/07 chihana START*/
.arrow01 {
	padding-left: 13px;
	text-indent: -13px;
}
/*WEBリニューアル改修 2011/02/07 chihana END*/

/* ========== Defaults List ========== */
.defList01 th {
	padding: 0 1px 0 0;
	text-align: left;
	font-weight: normal;
	white-space:nowrap;
	vertical-align: top;
}

.defList01 td {
	padding: 0;
	vertical-align: top;
}


/* ========== Defaults Table ========== */
.defTbl01  {
	border: solid 1px #BBBBBB;
	border-collapse: collapse;
}

.defTbl01 th {
	padding: 3px 10px;
	font-weight:normal;
	text-align: center;
	border: solid 1px #BBBBBB;
	background-color: #F2F2F2;
}

.defTbl01 td {
	padding: 3px 10px;
	border: solid 1px #BBBBBB;
}

.defTbl02  {
	border: solid 1px #BBBBBB;
	border-collapse: collapse;
}

.defTbl02 th {
	padding: 10px;
	font-weight:normal;
	text-align: center;
	border: solid 1px #BBBBBB;
	background-color: #F2F2F2;
}

.defTbl02 td {
	padding: 10px;
	border: solid 1px #BBBBBB;
}

.defTbl03  
{
	border-collapse: collapse;
	border: solid 1px #BBBBBB;
}

.defTbl03 th {
	border: solid 1px #BBBBBB;
}

.defTbl03 td {
	border: solid 1px #BBBBBB;
}
