@charset "utf-8";					/*使用する文字コード*/

@import "common.css";

/* index page
========================================================================================= */
div#mainImage {
	background: transparent url(../images/bg_main.gif) left top no-repeat;
	width: 580px;
	height: 235px;
	padding:25px 0 0 221px;
}

div#mainImage h3{
	background:url(../images/title_h3_01.gif) left top no-repeat;
	width: 570px;
	height: 46px;
	text-indent:-999em;
	display:block;
}

div#mainImage ul{
	padding-top:7px;
}

div#mainImage li{
	width: 190px;
	height: 77px;
	display:block;
	float:left;
	text-indent:-999em;
}

div#mainImage .point01{
	background:url(../images/pic_point01.gif) left top no-repeat;
}

div#mainImage .point02{
	background:url(../images/pic_point02.gif) left top no-repeat;
}

div#mainImage .point03{
	background:url(../images/pic_point03.gif) left top no-repeat;
}

div#mainImage dl{
	clear:both;
}

div#mainImage dt{
	background:url(../images/pic_think.gif) left bottom no-repeat;
	text-indent:-999em;
	height:38px;
	width:230px;
}

div#mainImage dd{
	padding-left:10px;
}

div#contents #whatsnew{
	margin-bottom:20px;
	background:url(../images/bg_whatsnew.gif) right bottom no-repeat;
}

div#contents #whatsnew h4{
}

div#contents #whatsnew ul{
	padding:10px;
	height:100px;
	overflow:auto;
}

div#contents #print .contentsBox{
	background:url(../images/bg_print.gif) right top no-repeat;
	padding:20px 260px 20px 10px;
	border-right:#bbbbbb solid 1px;
	border-left:#bbbbbb solid 1px;
	border-bottom:#bbbbbb solid 1px;
}

div#contents #print .contentsBox a:link {color: #2990d0; text-decoration: underline;}
div#contents #print .contentsBox a:visited {color: #2990d0; text-decoration: underline;}
div#contents #print .contentsBox a:hover {color: #46b7ff; text-decoration: none;}
div#contents #print .contentsBox a:active {color: #46b7ff; text-decoration: none;}

div#contents #print .contentsBox p{
	margin-bottom:22px;
}

div#contents .contentsBox h5{
	background:url(../images/title_h5_01.gif) left top no-repeat;
	text-indent:-999em;
	height:55px;
	width:283px;
	margin-bottom:15px;
}

div#contents .contentsBox ul{
	background:#e0f8ff;
	padding:10px 12px;
}

div#contents .contentsBox li{
	background:url(../images/bg_print_li.gif) left center no-repeat;
	line-height:17px;
	padding:3px 0 3px 25px;
	font-weight:bold;
}

