@charset "Shift_JIS";

/*******************************************
kaikoo用css  MAIN
*******************************************/
a img {
	border-style: none;
}
#main01 {
	width:600px;
	height:130px;
}
#main02 {
	width:600px;
	height:313px;
}
#main03 {
	background-image: url(../image_gl/main_bg_03_bg.gif);
	background-repeat: repeat-y;
    padding:0px 35px 0px 35px;
}
#main03_cont {
}
#main04 {
	padding:0px 0px 20px 65px;
	background-color: #6F5091;
}
.main04_cont {
	line-height: 200%;
	color: #000;
}
#main05 {
	background-image: url(../image_gl/main_bg_05_bg.gif);
	background-repeat: no-repeat;
	padding:0px 0px 0px 40px;
	height:253px;
}
#main05_cont {
	padding:20px 0 0 230px;
}
#main06 {
	background-image: url(../image_gl/main_bg_06.gif);
	background-repeat: no-repeat;
	padding:0px 0px 0px 53px;
	height:131px;
}
#main06_cont {
	padding-top: 34px;
	line-height: 180%;
}
.bold{
	font-weight: bold;
}
.bottom_10{
	padding:0px;
	margin-bottom: 10px;
}
.topbottom_10{
	padding:0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
/*******************************************
リンクスタイル
*******************************************/
a:link {
	color: #2B133F;
	text-decoration: none;
}
a:visited {
	color: #2B133F;
	text-decoration: none;
}
a:hover {
	color: #2B133F;
	text-decoration:underline;
}
a:active {
	color: #2B133F;
	text-decoration: none;
}
