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


/*
===== セレクタ ==========================================
*/

#contents #header {
	height: 365px;
}

#main #main_information01 {
	height: auto;
}
#main #main_infomation02 {
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#contents #main {
	float: right;
	height: 1150px;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

/*
===== リンク ==========================================
*/

a { 
text-decoration: none; 
} 

a:link{
	color: #814da4;
	text-decoration:none;
}

a:visited{
	color: #814da4;
	text-decoration:none;
}
a:hover{
	color: #9999FF;
	text-decoration:none;
}
a:active{
	color: #814da4;
}





/******************************************

  index
  
*****************************************/

/* indexの画像制御 */
.index_img {
	float: right;
}

/* indexの画像制御 */
.index_img2 {
	margin-right: 1px;
	margin-left: 1px;
}

/* indexの画像制御 */
.index_img3 {
	margin-right: 20px;
	margin-left: 20px;
}

/* indexのテキスト制御 */
.index_txt {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

/* indexのテキスト制御 */
.index_txt2 {
	font-size: 12px;
	line-height: 20px;
	color: #643264;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* indexのテキスト制御 */
.index_txt3 {
	font-size: 12px;
	line-height: 12px;
	color: #643264;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* 更新日時テキスト制御 */
.update_txt {
	font-size: 12px;
	line-height: 12px;
	color: #814da4;
	vertical-align: bottom;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka?等幅";
}
.pink {
	color: #C0C;
}
.blue {
	color: #F09;
}
.blue {
	color: #00F;
}
#main #information05 {
	height: auto;
	margin-top: 20px;
}

