/* global設定 */
body {
	background-color:#FFFFFF;
	font-size: 96%;
	color: #666666;
	margin: 0;
	padding: 0;
}
img{
	border:0;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul li{
	margin:0;
	padding:0;
	/*float:left;*/
}
.header ul li a{
	display:block;
	width:110px;
	margin:0;
	padding:0;
}
a:link {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#C71444;
	text-decoration:none;
}
.header{
	width:900px;
	height:70px;
}
.footer{
	width:900px;
	border-top:1px solid #CCCCCC;
}
#container {
	margin: 0;
	padding: 0;
	width:900px;
	background-image:url("../IMAGES/dott.gif");
	background-position:194px top;
	background-repeat:repeat-y;
}

/* 左コンテンツ */
#leftContents {
	width: 193px;
	padding: 0 1px 0 0;
	float: left;
}
#leftContents .carimg {
	width: 173px;
	margin:10px 0 0 20px;
	display: block;
	border-bottom: 1px #ccc solid;
	background-color:#ffffff;
}
.carimg img{
	width: 150px;
	border:0;
	margin:0;
	padding:0;
}
#leftContents .carlogo img {
	margin: 2px 0 0 13px;
	padding: 0;
	display: block;
}
* html #leftContents .carlogo img {
	behavior: url("/COMMON/CSS/pngbehavior.htc");
}
#leftContents .carlogo {
	width:173px;
	margin-left: 20px;
}
#leftContents .carlogo span a{
	margin:0;
	padding-left: 13px;
	font-size: 90%;
	color: #000000;
}
/*左メニュー*/
#leftContents ul{
	padding:15px 4px 8px 4px;
	margin:0 0 0 28px;
	list-style-type:none;
}
#leftContents ul li{
	font-size:90%;
}
* html #leftContents ul li{
	float:none !important;
}
#leftContents ul li a{
	background-image:url("../IMAGES/arrow.gif");
	background-repeat:no-repeat;
	background-position:left 4px;
	text-decoration:none;
	display:block;
	padding:0 0 2px 8px;	
}

#leftContents ul li a:hover{
	background-image:url("../IMAGES/arrow_r.gif");
	background-repeat:no-repeat;
}
#leftContents ul li.current{
	color:#C71444;
	padding:0 0 2px 8px;	
}
    *:first-child+html .left li{
	min-height:1em;
}


/* 右コンテンツ */
#rightContents {
	width: 705px;
	display: block;
	/*border-left: 1px #ccc solid;*/
	float:left;
	margin:0 0 0 1px;
}

#breadcrumb {
	margin:11px 0 0 10px;
	font-size: 85%;
}
* html #breadcrumb{
	height:1px;
	width:692px;
}
#breadcrumb ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	background-image: url(/COMMON/IMAGES/mark_rightarrow.gif);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	line-height: 11px;
	margin: 0px 3px 0px 0px;
	/*overflow: hidden;*/
	padding: 0px 0px 0px 9px;
	vertical-align: baseline;
}
#breadcrumb ul li.woSeparator {
	background-image: none ;
	padding: 0px !important;
}
#breadcrumb ul li.current {
	color:#C71444;
	/*position:absolute;*/
	/*font-size: 85%;*/
}

/*head:first-child+body #breadcrumb ul li.current {
	color:#C71444;
	position:static;
}*/

#rightMain{
	margin:32px 0 0 15px;
}
head:first-child+body #rightMain{
	margin:28px 0 0 15px;
}
*:first-child+html #rightMain{
	margin:53px 0 0 15px !important;
}
#rightMain h1{
	font-size: 140%;
	margin: 8px 0 8px 0px;
	padding-bottom:6px;
	border-bottom: 7px solid #cccccc;
}
#rightMain h1 span{
	font-size: 65%;
}
.cate1{
	padding:2px 4px 2px 2px;
	background-color:#909090;
	color:#ffffff;
	font-size:80%;
	display:inline;
}
.read{
	margin: 3px 0 8px 0px;
}
.note{
	margin: 8px 0 8px 0px;
}
.center_img{
	margin: 0 0 10px 0px;
}
.center_img div{
	float:left;
	margin: 0 0 4px 0px;
}
.center_img img{
	margin: 8px 0 5px 0 !important;
}
head:first-child+body  .center_img img{
	margin: 8px 15px 5px 0 !important;
}
.center_img div.caption{
	font-size:90%;
	width:690px;
	float:none;
}
head:first-child+body  .center_img div.caption{
	width:auto;
}

.center_img div embed,.center_img div object{
	/*float:left;*/
	margin:8px 15px 5px 0;
}

table{
	width:650px;
	margin:25px 0 30px 0px;
}
td,th{
	border-bottom:1px solid #cccccc;
	font-size:90%;
	padding:2px 0;
	text-align:left;
}
.nenpi{
	color:#ff0000;
}

.fla{
	clear:both;
	font-size:90%;
	margin:15px 0 8px 0;
	line-height:200%;
}
.fla a{
	color:#c71444;
	background-image:url("../IMAGES/arrow_r.gif");
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 8px;
}

.hyo{
	color:#666666;
	list-style-type:none;
	margin:12px 0;
	padding-left:40px;
}

.hyo li{
	border-bottom:1px solid #cccccc;
	background-repeat:no-repeat;
	background-position:3px center;
	font-size:90%;
	margin-left:10px;
}
* html .hyo li{
	height:1px;
}
*:first-child+html .hyo li{
	min-height:1em;
}
.hyo a{
	display:block;
	width:100%;
	float:left;
	padding: 6px 0 3px 0;
}
.hyo span{
	margin:0 8px 0 0;
	float:left;
}
.edition h3{
	font-size:90%;
	padding: 4px 0;	
	border-bottom:1px solid #cccccc;
}

div.link {
	margin:0 0 0 50px;
}

.link a{
	font-size:90%;
	background-image:url("../IMAGES/arrow.gif");
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 8px;
}
.link a:hover{
	background-image:url("../IMAGES/arrow_r.gif");
	background-position:0 2px;
	background-repeat:no-repeat;
}

* html .left{
	width:170px;
	margin-left:10px;
}
* html .right{
	width:700px;
}
* html .left ul a{
	padding:0 8px 0 8px;
}
* html .center_img img{
	margin: 8px 15px 8px 0;
}
	
* html .left ul a{
	padding:2px 0 4px 0;	
} 


#bottom{
	font-size:10px;
	width:900px;
	border-top:1px solid #cccccc;
	margin:0 0 8px 0;
}
#bottom p{
	margin:8px 0 8px 20px;
}
#bottom div{
	font-size:10px;
	display:block;
	width:900px;
	text-align:right !important;
	margin:0;
	padding:0 20px 0 0;
}
#bottom ul li{
	float:none;
	margin:0 0 2px 20px;
}
#bottom ul li a{
	color:#999999;
	padding:0 0 0 7px;
	background-image:url(/COMMON/IMAGES/arrow_g.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	margin:0 10px 0 0;
}
#bottom ul a:hover{
	color:#c71444;
	background-image:url(/COMMON/IMAGES/arrow_r.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
