@charset "utf-8";

#contents-top {
	background:url(../images/back-toppage.gif) repeat-x left top;
	}
#wrapper {
	background:url(../images/back-wrapper-top.gif) repeat-y left top;
	}
	
#main {
	float:right;
	width:670px;
	}
	
#side {
	float:left;
	width:197px;
	}

/*----- メイン -----*/
.title-1 {
	background:url(../images/back-title.gif) no-repeat left bottom;
	font-weight:bold;
	margin-top:20px;
	padding:2px 0 0 20px;
	min-height:23px;
	height:auto !important;
	height:23px;
	letter-spacing:0.1em;
	}

#menu {
	width:670px;
	}
#menu li {
	float:left;
	height:80px;
	}
/* last modified 2011/01/19 */
/* modified by Ito Sadaharu */
#menu-1,
#menu-2,
#menu-3 {
	width:170px;
	}
#menu-4 {
	width:160px;
	}
#menu-1 img,
#menu-2 img,
#menu-3 img {
	padding-right:10px;
	}
	
#news {
	position:relative;
	}
#news p {
	position:absolute;
	top:5px;
	right:0;
	font-size:77%;
	*font-size:70%;
	}
#news p a {
	background:url(../images/icon-title-r.gif) no-repeat left 4px;
	padding:0 10px;
	display:inline-block;
	*line-height:1.8;
	}
	
#news-dl {
	width:650px;
	margin:5px 10px 0;
	padding:0;
	}
#news-dl dt {
	clear:both;
	float:left;
	width:13em;

	padding:5px 0;
	}
#news-dl dd {
	padding:5px 0 5px 13em;
	border-bottom:1px dashed #cbcbcb;
	background:url(../images/icon-right.gif) no-repeat 12em 10px;
	}
#news-dl dd a {
	display:inline-block;
	}
	

.service-box {
	width:670px;
	}
.service-box div {
	width:223px;
	float:left;
	}
.service-box div p {
	margin:0 3px 10px 5px;
	}
.service-box div p a {
	background:#e6ecf5 url(../common/icon-right2.gif) no-repeat 3px 9px;
	display:block;
	padding:3px 0 3px 13px;
	min-height:16px;
	height:auto !important;
	height:16px;
	}
.service-box div ul {
	margin:0 5px 0 15px;
	}
.service-box div ul a {
	background:url(../images/icon-right.gif) no-repeat left 5px;
	padding-left:10px;
	display:inline-block;
	min-height:15px;
	height:auto !important;
	height:15px;
	}

/*----- サイド -----*/
#search-box {
	background:url(../images/back-search.gif) no-repeat left bottom;
	padding-bottom:4px;
	}	
#search-form {
	width:195px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	background-color:#ecf2fe;
	}
#search-form form {
	padding:15px 12px;
	border-bottom:1px dashed #cbcbcb;
	}
#search-form form select {
	width:170px;
	}
#search-contact {
	width:195px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	background-color:#f4f5f9;
	}
#search-contact-p1 {
	padding:10px 12px 0;
	}
#search-contact-p1 a {
	background:url(../images/icon-search-r.gif) no-repeat left 5px;
	display:inline-block;
	padding-left:10px;
	min-height:15px;
	height:auto !important;
	height:15px;
	}
#search-contact-p2 {
	padding:10px 12px 3px;
	font-size:77%;
	*font-size:70%;
	}
	
#privacymark {
	margin:20px 58px 0;
	}
#challenge25 {
	margin:20px 58px 0;
	}
#event {
	margin:20px 0 0;
	}
#fcp {
	margin:20px 0 0;
	}
	
	
/*----- オーバーレイ -----*/
.o-title {
	background:#ffffff url(../images/over-title.gif) no-repeat left top;
	width:508px;
	min-height:30px;
	height:auto !important;
	height:30px;
	padding:12px 10px 0 40px;
	margin:0 !important;
	font-size:100%;
	}
.o-title span {
	font-size:107%;
	font-weight:bold;
	padding-left:20px;
	}
.o-btn {
	position:absolute;
	left:490px;
	top:13px;
	}
.o-list {
	background:url(../images/over-back.gif) no-repeat left bottom;
	min-height:146px;
	height:auto !important;
	height:146px;
	padding:20px 15px;
	margin:0;
	font-size:100%;
	}
.o-list td {
	vertical-align:top;
	}
.o-li1 {
	background:url(../common/icon-circle-b.gif) no-repeat left 6px;
	padding:0 40px 5px 10px;
	min-height:11px;
	height:auto !important;
	height:11px;
	}
.o-li2 {
	color:#acacac;
	padding-right:15px;
	}
.o-li3 a {
	background:url(../common/icon-right.gif) no-repeat left 6px;
	display:inline-block;
	padding-left:10px;
	min-height:13px;
	height:auto !important;
	height:13px;
	}
.o-ml {
	margin-left:20px;
	}


/*
	2011/03/16 update
	震災メッセージ
*/
div.message-wrapper {
	background-color: #eef9ff;
	padding: 10px 0;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#eef9ff) );
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient( top, #ffffff, #eef9ff );
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef9ff' );
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#eef9ff )";
}
div.message {
	width: 840px;
	margin: 0 auto;
	padding: 10px 30px;
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 4px 4px 5px #403030;
	-moz-box-shadow: 4px 4px 5px #403030;
	-webkit-box-shadow: 4px 4px 5px #403030;
}
div.message p.heading {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
div.message p.signature {
	margin-top: 1em;
	text-align: right;
}

