@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 3: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

.maincol {
	text-align: left;
}

#flashcontent {
	width: 850px;
	height: 350px;
	clear: both;
}
#top .leftBox {
	width: 544px;
	float: left;
}
#top .rightBox {
	float: right;
	width: 245px;
}
.infoBox {
	margin-bottom: 15px;
	padding: 0 15px 20px 30px;
	width: 497px;
	border-right: #ddddde 1px solid;
	border-bottom: #ddddde 1px solid;
	border-left: #ddddde 1px solid;
}
dl.info dt {
	float: left;
	clear:left;
	width: 105px;
	background: url(images/news_icon.gif) no-repeat 85% 4px;
}
dl.info dd {
	width: 377px;
	margin-left: 105px;
	margin-bottom: 5px;
}

.recruitBox {
	margin-bottom: 10px;
	padding: 0 20px 6px 20px;
	width: 203px;
	border-right: #ddddde 1px solid;
	border-bottom: #ddddde 1px solid;
	border-left: #ddddde 1px solid;
}
dl.recruit dt {
	width: 110px;
}
dl.recruit dd {
	background: url(images/news_icon.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 5px;
}
p.topText {
	margin-top: 1.5em;
	margin-bottom: 2em;
	line-height: 1.5;
	padding: 0 10px 0 12px;
	border-left: #ddddde 1px solid;
	font-size:90%;	
}

/*
===== 4: gnavi for toppage ===========================
*/
ul#gnavi_top li {
	float: left;
}
ul#gnavi_top li a {
	text-indent: -9999px;
	overflow: hidden;
}
ul#gnavi_top li.btn01 a {
	display: block;
	background: url(images/btn/btn_01.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn01 a:hover {
	background: url(images/btn/btn_01_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn02 a {
	display: block;
	background: url(images/btn/btn_02.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn02 a:hover {
	background: url(images/btn/btn_02_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn03 a {
	display: block;
	background: url(images/btn/btn_03.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn03 a:hover {
	background: url(images/btn/btn_03_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn04 a {
	display: block;
	background: url(images/btn/btn_04.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn04 a:hover {
	background: url(images/btn/btn_04_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn05 a {
	display: block;
	background: url(images/btn/btn_05.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn05 a:hover {
	background: url(images/btn/btn_05_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn06 a {
	display: block;
	background: url(images/btn/btn_06.jpg) no-repeat center top;
	width: 121px;
	height: 28px;
}
ul#gnavi_top li.btn06 a:hover {
	background: url(images/btn/btn_06_on.jpg) no-repeat center top;
}
ul#gnavi_top li.btn07 a {
	display: block;
	background: url(images/btn/btn_07.jpg) no-repeat center top;
	width: 124px;
	height: 28px;
}
ul#gnavi_top li.btn07 a:hover {
	background: url(images/btn/btn_07_on.jpg) no-repeat center top;
}