@import "reset-min.css";

* {
	color:#333;
}

p {
	line-height:160%;
}

a {
	font-style:normal;
	color:#004D9D;
	text-decoration:none;
}

a:hover {
	color:#f96;
	text-decoration:underline;
}

a:hover {
	color:red;
}

em {
	font-style:normal;
}

body {
	margin-bottom:20px;
}

#contentsblock {
	width:848px;
	background-image:url("../images/contents_bg.gif");
	background-color:transparent;
	background-position:0 0;
	background-repeat:repeat-y;
	font-size:85%;
}

/* ヘッダエリア */

#header {
	height:112px;
	background-color:#fff;
}

#header h1 {
	float:left;
	width:168px;
	padding-top:5px;
}

/* 左サイドメニューエリア */

#leftsidebar {
	float:left;
	width:190px;
	height:auto;
	min-height:1px;;
}

#leftsidebar ul.menu1 {
	padding-left:6px;
}

#leftsidebar ul.menu1 li {
	padding:0px;
	padding-left:20px;
	background-image:url('../../images/menu_off.jpg');
	height:26px;
	line-height:26px;
	font-size:12px;
	font-weight:bold;
}

#leftsidebar ul.menu2{
	padding-left:6px;
	height:52px;
}

#leftsidebar ul.menu2 li {
	padding:0px;
	padding-left:20px;
	line-height:26px;
	font-size:11px;
	height:26px;
	background-image:url('../../images/menu_off_sub.jpg');
}

#leftsidebar ul.menu2 li.line {
	padding:0px;
	padding-left:20px;
	line-height:1px;
	font-size:0px;
	height:1px;
	color:#fff;
	background-image:url('../../images/menu_sub_line.jpg');
	background-repeat: repeat-x;
}

#leftsidebar ul.performance {
	padding-left:6px;
	line-height:18px;
	font-size:85%;
}

#leftsidebar ul.performance li {
	background-image:url('../../images/bullet_link.gif');
	background-position:0px 0px;;
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:20px;
	padding-right:4px;
	padding-bottom:2px;
}

#leftsidebar ul.performance .line {
	list-style-image : none;
	margin-left:2px;
	line-height:1px;
	font-size:0;
	color:#fff;
	height:2px;
	background-image:url('../../images/menu_sub_line.jpg');
	background-position:50%;
	background-repeat: repeat-x;
}

#leftsidebar .performance dl dd,
#leftsidebar .performance dl dt {
	font-size:11px;
}

#leftsidebar p {
	margin-left:20px;

}

#leftsidebar div.line2 {
	list-style-image : none;
	margin-left:7px;
	line-height:20px;
	font-size:0;
	color:#fff;
	height:28px;
	background-image:url('../images/menu_line01.gif');
	background-repeat:no-repeat;
	background-position:0 8px;
}


/* 左サイドバナー セカンドページ用*/
#leftsidebar .leftbannerarea {
	padding:1px 8px;
}

#leftsidebar .leftbannerarea div {
	border: 2px solid #ccc;
	padding: 2px;
	width:168px;

	margin-bottom:4px;
	font-size:10px;
	line-height:160%;
	background:#f0f0f0;
}

#leftsidebar .leftbannerarea div.banner1 {
	border-color:#c96;
	border-width:2px;
}

#leftsidebar .leftbannerarea div.banner2 {
	border-color:#09f;
	border-width:2px;
}

#leftsidebar .leftbannerarea div.banner3 {
	border-color:#6c9;
	border-width:2px;
}

#leftsidebar .leftbannerarea div.banner4 {
	border-color:#cc6;
	border-width:2px;
}

#leftsidebar .leftbannerarea div p {
	padding:4px;
}



/* パンくずリスト */

#contents .breadcomb {
	margin:3px 0px 8px;
}
#contents .breadcomb li {
	display:inline;
	line-height:12px;
}
#contents .breadcomb li.view {
	color:#004D9D;
	font-weight:bold;
}


/* ページ内リンク */
#contents .page_anchor {
	text-align:left;
	height:30px;
	padding-left:15px;
	margin-top:1px;
	width:619px;
	background-image:url('../images/page_anchor.gif');
	background-repeat:no-repeat;
	color:#F60;
}

#contents .page_anchor li {
	height:30px;
	line-height:30px;
	display:inline;
	padding:0;
	margin:0;
}

/* フッター */

#footer {
	clear:left;
	border-width:1px;
	border-style: solid;
	border-color:#999;
	text-align:right;
	padding:8px 4px;
	background-color:#fff;
	width:848px;
}

/* 部品 */

.odd {
	background:#eee;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.bullet {
	margin-left:4px;
}

.font10 {
	font-size:77%;
}

.font11 {
	font-size:85%;
}

.font12 {
	font-size:93%;
}

.font13 {
	font-size:100%;
}

.font13 {
	font-size:108%;
}

.font13 {
	font-size:116%;
}

/* BubbleInfo用 */

.popup {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-image:url("../images/link_bubble.gif");
background-position:left top;
background-color:transparent;
background-repeat:no-repeat;
display:none;
height:90px;
text-align:left;
padding-bottom:5px;
padding-left:50px;
padding-right:20px;
padding-top:7px;
position:absolute;
width:300px;
color:#333;
font-size:11px;
}


.bubbleInfo {
position:relative;
z-index:100;
}

