@charset "Shift_JIS";
/* CSS Document */

/*------基本-------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/img_common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F2F2F2;
	text-align: center;
}

ul,li,p,ol,dl {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*---リンク設定---------------------------------------*/
a:link {
	color: #2885D7;
}

a:visited {
	color: #2885D7;
}
.small-red {
	font-size: 10px;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}
#right1 {
	float: right;
	width: 180px;
}
.blue {
	color: #0099FF;
}
/*---画像設定【注意：vertical-align:top;を入れることで画像のすき間がなくなる】---*/
img {
	border: 0;
}
.text10 {
	font-size: 10px;
}
.medium-blue {
	font-size: medium;
	color: #3366CC;
}




#container {
	width: 725px;
	font-size: small;
	color: #404040;
	margin: 0 auto;
	line-height: 2em;
}
#container #sumarry {
	margin-top: 20px;
	margin-bottom: 20px;
}

#link_index {
	text-align: right;
	margin-bottom: 20px;
}
#container #line {
	width: 720px;
}
#clear {
	clear: both;
}


#container h1 {
	width: 725px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#layout1 #left {
	line-height: 2.2em;
	text-align: left;
	float: left;
	width: 410px;
}
#layout1 #right {
	float: right;
	width: 300px;
}
#container h2 {
	width: 725px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CC0000;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #E6E6E6;
}
.class2 {
	font-weight: bold;
	color: #CC0000;
}
#list {
	text-align: left;
	margin-left: 2em;
}
#list ul {
	margin-left: 2em;
}
#left1 {
	float: left;
	width: 545px;
}

#tokuten {
	float: left;
	width: 220px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

