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

* top.css

* description : for TOP PAGE style sheets
* since       : 2011-11
* editor      : Yasuhiro Morita 

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

#wrap article {
	width:900px;
	margin:0 auto;
	padding: 30px 0;
}

#main_img {
	background-image: url(../images/top/bg_main_img.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main_img h3 {
	width:900px;
	padding-bottom:3px;
	margin:0 auto;
}
h2 {
	margin-bottom:10px;
}

.fixHeight {
	padding-bottom:20px;
	margin-bottom:23px;
	border-bottom:1px dotted #333333;
	width:100%;
	overflow:hidden;
}

.service_box {
	width:269px;
	padding:10px 15px 0 15px;
	overflow:hidden;
	float:left;
	border-left:1px solid #999;
}
.service_box.first { border-left:none; }
.service_box.first p { line-height:125%; }

.service_box img {
	margin:27px 0 0 2px;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.service_box img:hover {
	margin:27px 0 0 2px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.service_box p {
	width:155px;
	float:right;
}

.service_box p strong {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding-left:13px;
	background-image: url(../images/common/bg_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:7px;
	text-decoration:none;
}

.service_box p a {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding-left:13px;
	background-image: url(../images/common/bg_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:7px;
	text-decoration:none;
}

.service_box p a:visited {
	color:#1252A4;
}

.service_box p a:hover {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding-left:13px;
	background-image: url(../images/common/bg_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:7px;
	text-decoration:underline;
}

#website_box {
	border-bottom:1px dotted #333333;
	padding:0 0 23px 0;
	margin:0 -10px 20px 0;
	overflow:hidden;
	width:910px;
}
#website_box li {
	float:left;
	width:172px;
	margin-right:10px;
}
#website_box li a,#website_box li span {
	display:block;
	padding:3px;
	border:1px solid #D6D6D6;
	margin-bottom:4px;
}
#website_box li a:hover {
	padding:2px;
	border:2px solid #5F9BC7;
}

/* news -----------------------------------------*/

h2#news {
	position:relative;
	margin-bottom: 15px;
}
h2#news a {
	position:absolute;
	right:7px;
	top:8px;
}

h2#news a img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

h2#news a img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#news_box li {
	margin-bottom:8px;
	width:900px;
	overflow:hidden;
}

#news_box span {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	display:block;
	float:left;
	padding:3px 3px 3px 5px;
	color:#FFFFFF;
	width:85px;
	font-size:1em;
	background-repeat: no-repeat;
	background-position: left top;
}
#news_box .odd span {
	text-align: center;
	background-color:#376DCB;
	border-radius: 10px;
}
#news_box .even span {
	text-align: center;
	background-color:#4A4FE4;
	border-radius: 10px;
}

#news_box a,#news_box span.ttl {
	display:block;
	width:800px;
	font-size:1.2em;
	float: left;
}
#news_box span.ttl {
	padding:0;
	display:block;
	width:800px;
	font-size:1.2em;
	float: left;
	background-image:none;
	color:#666;
}
