@charset "utf-8";

/*****************************************************************************
 Headlines
 *****************************************************************************/
.head01, .head02, .head03, .head04, .head05 {
	margin-bottom:1em;
}
.head01, .head02, .head03, .head04 {
	font-weight:bold;
}
.head01 {
	font-size:20px;
	color:#003399;
	line-height:1.1em;
}
.sub {
	font-weight:normal;
	font-size:16px;
}
.head03 {
	font-size:16px;
	color:#003399;
	line-height:1.1em;
}
.head04 {
	background:#acc9e9;
	padding:3px 7px;
}
.head05 {
	background:#cccccc;
	padding:3px 7px;
}
.head06 {
	font-size:20px;
	background:#acc9e9;
	color:#003399;
	line-height:1.1em;
	padding:3px 7px;
	margin-bottom:10px;
	margin-top:20px;
}
.head07 {
	font-size:16px;
	color:#ffffff;
	line-height:1.1em;
}
.head08 {
	font-size:18px;
	color:#ffffff;
	line-height:1.1em;
}




/*****************************************************************************
 Tree Titles
 *****************************************************************************/
#headline {
	margin-bottom:15px;
}
.tree02, .tree03, .tree04 {
	font-weight:bold;
}
.tree02 {
	font-size:24px;
	color:#003399;
	padding:20px 10px 22px 10px;
	border-top:2px solid #003399;
	border-bottom:1px solid #e9e9e9;
	margin-top:4px;
	background:url(/common/img/headline2_bg.gif) repeat-x;
	line-height:1em;
}
.tree03 {
	font-size:22px;
	color:#003399;
	padding:12px 10px 15px 10px;
	border-top:2px solid #003399;
	border-bottom:1px solid #e9e9e9;
	margin-top:4px;
	line-height:1em;
}
.tree04 {
	font-size:20px;
	line-height:1em;
	margin-top:4px;
	border-top:2px solid #999999;
	border-bottom:1px solid #e9e9e9;
	color:#003399;
	padding:10px 10px 12px 10px;
}

/*****************************************************************************
 A Style
 *****************************************************************************/
.arrow, .arrowUp {
	padding-left:10px;
}
.arrow {
	background:url(/common/img/icon_doublearrows_right.gif) no-repeat left 0.1em;
}
.arrowUp {
	background:url(/common/img/icon_doublearrows_up_glay.gif) no-repeat left 0.1em;
}
a.linkUL:link, a.linkUL:visited, a.linkUL:active {
	text-decoration:underline;
}

/*****************************************************************************
 Font Style
 *****************************************************************************/
.small { font-size:0.8em; }
.big { font-size:1.2em; }
.strong { font-weight:bold; }
.normal { font-weight:normal; }
.red { color:#FF0000; }
.under { text-decoration:underline; }

/*****************************************************************************
 Image
 *****************************************************************************/
.photoL, .photoR {
	vertical-align:baseline;
}
.photoL {
	float:left;
	margin:0 10px 0 0;
}
.photoR {
	float:right;
	margin:0 0 0 10px;
}

.photoBD {
	border:1px solid #cccccc;
}
.photoR span.caption {
	display:block;
	padding-top:5px;
	font-size:1.2em;
	line-height:1.2em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

.photoL span.caption {
	display:block;
	padding-top:5px;
	font-size:1.2em;
	line-height:1.2em;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif
}

<!----
#contents-area #left-contents .photoL, 
#contents-area #right-contents #right .photoL {
	margin:0 10px 0 0;
}
#contents-area #left-contents .photoR, 
#contents-area #right-contents #right .photoR {
	margin:0 0 0 10px;
}
#contents-area #right-contents #center .photoL {
	margin:0 10px 10px 0;
}
#contents-area #right-contents #center .photoR {
	margin:0 0 10px 10px;
}
-->

/* image size */
.w150, .w200, .w300 {
	margin-left:10px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w71, .w100 {
	margin-right:10px;
}
.w300 {
	width:300px;
}

/*****************************************************************************
 Text
 *****************************************************************************/
.read {
	font-size:1.3em;
	color:#003399;
}
.txtR {
	text-align:right;
}
.txtL {
	text-align:left;
}
.txtC {
	text-align:center;
}

/*****************************************************************************
 Tab
 *****************************************************************************/
.tab {
	margin-bottom:0px;
}
.tab ul {
	padding:4px 0;
	border-bottom: 1px solid #d0d0d0;

}
.tab li {
	display:inline;
}
.tab li a {
	padding:4px 15px 4px 20px;
	margin-right:3px;
	border:1px solid #d0d0d0;
	border-bottom:none;
	background-color:#ededed;
	background-image:url(/common/img/icon_doublearrows_right.gif);
	background-repeat:no-repeat;
	background-position:8px center;
}
.tab li a:hover {
	background-color:#ededed;
	color:#333333;
	text-decoration:none;
}
.tab li a.ck {
	background-color:#ededed;
	background-image:none;
	border-bottom:1px solid white;
	color:#696969;
}
.tabArea {
	border: 1px solid #d0d0d0;
	padding-top:10px;
	padding-bottom:15px;
	margin-bottom:1em;
        background-color:#ededed;
}









