/****** Contents Styles ******/


/* Block Article */
.article_full {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 505px;
	padding-left: 15px;
}

.article_std {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 480px;
	padding-left: 40px;
}

.article_left {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 150px;
	padding-left: 40px;
	float: left;
}

.article_right {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: none;
	width: 320px;
	padding-left: 10px;
	float: right;
}

/* for Item */
.btnScrollup {
	text-align: right;
	padding: 2px;
	width: 516px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.column_std {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #003399;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}

.column_center_gray {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}

/* table Deco */
.table_std {
	border-collapse:collapse;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 99%;
}
.table_std th {
	background-color: #ccddFF;
	font-size: 12px;
	color: #003399;
	text-align: center;
	padding: 2px;
	margin: 0px;
	border: 1px solid #666666;
}
.table_std td {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
}

.table_timet {
	border-collapse:collapse;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 99%;
}

.table_timet td {
	font-size: 12px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.table_td_center {
	text-align: center;
}

.table_tr_gray {
	background-color: #F4F4F4;
}

td.table_td_gray {
	background-color: #F4F4F4;
}

table caption.caption_left {
	text-align: left;
}
table caption.caption_right {
	text-align: right;
}


.ul_std {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
}

.ol_std {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 40px;
}

.dl_inter {
	list-style-position: outside;
	margin-left: 0px;
}

.dl_inter dt {
	font-weight: bold;
	margin-top: 5px;
}

.dl_inter dd {
	margin-left: 20px;	
}


/* Text Deco */

.headline_l {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	clear: both;
	border-bottom: 1px solid #999999;
	border-left: 3px solid #6699FF;
}
.headline_m {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	border-left: 2px solid #6699FF;	
	padding-left: 5px;
	clear: both;
}
.headline_s {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	clear: both;
	margin-top: 8px;
}

/* element */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.margintop1em {
	margin-top: 1em;
}

.caption {
	font-size: 10px;
	margin-left: 25px;
}

.caption_indent {
	margin-top: 4px;
	margin-left: 1em;
	text-indent: -1em;
}

.boldRed {
	font-weight: bold;
	color: #FF0000;
}

.txt14 {
	font-weight: bold;
	font-size: 14px;
}

.txt16 {
	font-weight: bold;
	font-size: 16px;
}

.btn_inline{
	vertical-align: middle;
}
body:nth-of-type(1) .btn_inline {
	vertical-align: -5px; /* Webkit,FF用*/
}

/* figure element */
.fig_v_center {
	vertical-align: middle;
}

.fig_h_left {
	float: left;
}

/* News format */
div.newsArticle {
	width: 480px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
	margin: 1px 0 4px 0;
	padding: 4px;
}

p.newsDate  {
	font-weight: bold;
	color: #03c;
	float: left;
	clear: both;
	width: 80px;
}

p.newsTxt  {
	float: left;
	width: 400px;
}
