/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定
A{}
A:link { color:#003399;text-decoration:underline}
A:visited { color: #663366;text-decoration:underline}
A:hover   { color: #CC6600;text-decoration:none}
A:active  { color: #CC6600;text-decoration:none}
 */
/* Hタグ文字設定 */
h1 {
	font-size: 10px;
 margin: 0;
} 

/* ↓サイト毎の設定は以下に記載↓ 
body {
	color: #444444;
	margin: 0px;
	background-image: url(img/share/top_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
}
.mainback {
	background-image: url(img/share/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}*/
.main {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #5F4479;
}
.topics {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
}
.topicsright {
	background-image: url(img/share/topics_yoko.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* 紫テーブル設定 */
.data_table{
margin-top:5px;
margin-bottom: 5px;
border: 1px solid #9E8FC2;
}
.data_table td{
 padding: 4px;
 border: 1px solid #9E8FC2;
}

.underline {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.underline01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-left: 3px;
}

/* 紫ライン下見出し */
.midashi01 {
	background-color: #E2E2E2;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9E8FC2;
	margin-bottom: 8px;
}
/* ドットリスト設定 */
.dot ul{
 margin:0px;
 list-style: none;
 padding-left:10px;
}
.dot li{
	background-image: url(img/share/list_dot.gif);
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 0px 0px 12px;
}
/* 緑ボックス設定 */
.box_green {
	border: 2px solid #96AA9B;
}
.ru_green {
	border-bottom: solid 2px #96AA9B;
	border-right: solid 2px #96AA9B;
	padding: 3px;
}
.right_green {
	border-right: solid 2px #96AA9B;
	padding: 3px;
}
.under_green {
	border-bottom: solid 2px #96AA9B;
	padding: 3px;
}

.box_gray {
	border: 1px solid #CCCCCC;
 padding: 5px
}

/* オレンジテーブル設定 */
.data_table01{
margin-top:5px;
margin-bottom: 5px;
border: 1px solid #FF9966;
}
.data_table01 td{
 padding: 3px;
 border: 1px solid #FF9966;
}


/* 緑テーブル設定 */
.data_table02{
margin-top:5px;
margin-bottom: 5px;
border: 1px solid #669933;
}
.data_table02 td{
 padding: 3px;
 border: 1px solid #669933;
}

/* 青テーブル設定 */
.data_table03{
margin-top:5px;
margin-bottom: 5px;
border: 1px solid #80A6CE;
}
.data_table03 td{
 padding: 3px;
 border: 1px solid #80A6CE;
}

/* 紫テーブル設定 */
.data_table04{
margin-top:5px;
margin-bottom: 5px;
border: 1px solid #A28EC3;
}
.data_table04 td{
 padding: 3px;
 border: 1px solid #A28EC3;
}


/* #cc_Y軸 */
.line_y {
	background-image: url(examinee/img/index/line_r1_c1.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

/* #cc_X軸 */
.line_x {
	background-image: url(examinee/img/index/line_r1_c3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
