@charset "UTF-8";
/* CSS Document */


/*テキストスタイル */

.medium {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.large {
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
}


/*テキスト色 */

.blue2 {
	color: #9CF;
}
.base_color01 {
	color: #c56C98;
}

.midashi_color01 {
	font-size: 120%;
	font-weight: bold;
	color: #c478c2;
	margin: 0px;
}
.midashi_color02 {
	font-size: 120%;
	font-weight: bold;
}

/*基礎レイアウト */
#contents {
	width: 620px;
}


#clear {
	clear: both;
}

#center {
	text-align: center;
}



/*分割レイアウト */
.left_01 {
	width: 620px;
}
.left_01_left {
	float: left;
	margin-right: 15px;
}
.left_01_right {
	float: right;
	width: 470px;
}

.right_01 {
	width: 620px;
}
.right_01_left {
	float: left;
	width: 470px;
}
.right_01_right {
	float: right;
	margin-left: 15px;
}

.left_02_left {
	float: left;
	width: 200px;
}
.left_02_right {
	float: right;
	width: 400px;
	margin-left: 20px;
}
.left_02 {
	width: 620px;
}
.right_02 {
	width: 620px;
}
.right_02_left {
	float: left;
	width: 400px;
}
.right_02_right {
	float: right;
	width: 200px;
	margin-left: 20px;
}
.ireko {
	width: 470px;
}
.ireko_left {
	float: left;
	width: 250px;
}
.ireko_right {
	float: right;
	width: 200px;
	margin-left: 15px;
}


.ireko_02 {
	width: 475px;
}
.ireko02_left {
	float: left;
	width: 230px;
}
.ireko02_right {
	float: right;
	width: 230px;
}


.ireko_03 {
	width: 420px;
}
.ireko_03_left {
	float: left;
	width: 200px;
}
.ireko_03_right {
	float: right;
	width: 200px;
}




.herf {
	width: 620px;
}
.herf_left {
	float: left;
	width: 300px;
}
.herf_right {
	float: right;
	width: 300px;
	margin-left: 20px;
}




/*テーブル */


/*サブタイトルナビ */
.sabtitle {
	list-style-type: none;
	width: 620px;
}
.sabtitle li {
	float: left;
}


/*a 関係 */
a img{
	border-style:none;
}

a {
	text-decoration: none;
	}
	
a:hover {/*マウス*/
	text-decoration: underline;
	color: #C66;
}

.list li {
	list-style-type: none;
}
