﻿.index_side_box {
	width: 600px;
	height: 90px;
	background-image: url('../parts/page/back_gra2005.gif');
	float: left;
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-repeat: repeat-x;
}
.index_side_text {
	width: 416px;
	height: 90px;
	font-size: 10pt;
	float: left;
	margin-left: 4px;
	margin-right: 8px;
}
/* 20150316変更width: 168px; background-image追加 */
.index_side_right {
				float:right;width:172px;
}
/* 20150316変更width: 208px; background-image追加 */
.index_side_pic {
				width: 168px;
				height: 90px;float:left;font-size:x-small;
}
/* 20150316変更 background-image追加 */
.index_side_data {
				width: 4px;
				height: 90px;
				font-size: x-small;float:right;
}
/* 20150316変更width: 40px; background-image追加 */
.index_title {
				font-size: 11pt;
				color: #0A9FD0;
}
.index_title_2 {
				font-size: 13pt;
				font-weight: bold;
				color: #0A9FD0;
}
/*link要素のスタイル指定*/
a {
	text-decoration: none;
}
a:link {
	color: #C0C0C0;
}
/*未訪問のリンクの色*/
a:active {
	color: #d3d3d3;
}
/*クリック中のリンクの色*/
a:visited {
	color: #999999;
}
/*訪問済みのリンクの色*/
a:hover {
	color: red;
}
/*カーソルが乗っているリンクの色*/
