@import "globalnav.css";
@charset "UTF-8";

/*  width を指定した場合には padding, margin は共に 0 にすること  */
/*  float のコンテナブロックには必ず width を指定すること  */
/*  float:left を指定したボックスには margin-left を指定しないこと（right の場合も同様）  */
/*  clear したボックスには width を設定し margin-top は設定しないこと  */

* {
	margin:0;
	padding:0;
}


/*  Safari 対策  */


ul, li {
	margin:0;
	padding:0;
}


/*  generic  */


body {
	border: 0;
	font-family: Osaka, "Hiragino Kakugo Pro", "ＭＳ Ｐゴシック", Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	background: #FFFFFF;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}


/* links */


a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

	#foot_navi a, #foot_navi a:active, #foot_navi a:visited {
		color: #FFFFFF;
	}


/* layout (div) */


#container {
	width:750px;
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width: 740px;
	margin-right: 5px;
	margin-left: 5px;
}

#headline {
	font-size: 12px;
	width:730px;
	height:22px;
	background: url(../images/headline_bg.png) no-repeat;
	padding-left:20px;
	padding-top:3px;
	color: #FFFFFF;
}

#summary {
	float: left;
	width: 750px;
	margin-bottom: 10px;
}

#summary img#top_img {
	margin-top: 18px;
	margin-bottom: 5px;
}

h1#top_h1 {
	background: url(../images/top_h1_bg.png) no-repeat;
	padding-top: 15px;
	padding-left: 100px;
	height: 55px;
	font-size: 20px;
	font-weight: 400;
}

p#top_h1 {
	background: url(../images/top_h1_bg.png) no-repeat;
	padding-top: 15px;
	padding-left: 100px;
	height: 55px;
	font-size: 20px;
	font-weight: 400;
}


p#top_p {
	padding-left: 40px;
	padding-right: 35px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	padding-bottom: 5px;
}

#quicklink {
	margin-bottom: 10px;
	display:block;
	overflow:hidden;
}

#quicklink strong.hide {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display:block;
}
#qlink1, #qlink2,#qlink4  {
	height: 60px;
	width: 240px;
	margin-bottom:5px;
	overflow: hidden;
}

#qlink1 {
}

#qlink2 {

}

#qlink3 {
	width: 290px;
	height: 60px;
	overflow: hidden;
}
#qlink1  a, #qlink2  a, #qlink4  a   {
	display: block;
	height: 60px;
	width: 240px;
	padding-top: 22px;
	padding-left: 70px;
	font-size: 16px;
}

#qlink3  a   {
	display: block;
	height: 60px;
	width: 220px;
	padding-top: 22px;
	padding-left: 70px;
	font-size: 16px;
}
#qlink1 a {
	background: url(../images/qlink1_bg.png) no-repeat;
}

#qlink2 a {
	background: url(../images/qlink2_bg.png) no-repeat;
}


#qlink3 a {
	background: url(../images/qlink3_bg.png) no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
}

#qlink4 a {
	background: url(../images/qlink4_bg.png) no-repeat;
}

#qlink3 a:hover {
	color: #333333;
	font-weight: 600;
}

#qlink1 a:hover, #qlink2 a:hover, #qlink3 a:hover, #qlink4 a:hover {
	background-position: 0 -61px;
}
#content-wrapper {
	width: 540px;
	float: right;
}
#clo-wrapper {
	width: 740px;
}


#col1 {
	float:left;
	margin-bottom:15px;
	margin-right:0px;
	width: 190px;
}

#col2 {
float:right;
width:240px;
	margin-bottom:15px;
}

#col3 {
	float:left;
	width: 290px;
	margin-right: 10px;
}
#col4 {
float:left;
width:240px;
}


#col1 h2, #col2 h2, #col3 h2 {
	font-size: 13px;
	background: url(../images/h2_bg.png) no-repeat;
	height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 16px;
}

#col1 h3, #col2 h3, #col3 h3 {
	font-size: 14px;
	padding-left: 25px;
	margin: 0px; //Safari用
}




#col1 .h2, #col2 .h2, #col3 .h2 {
	font-size: 13px;
	background: url(../images/h2_bg.png) no-repeat;
	height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 16px;
}

#col1 .h3, #col2 .h3, #col3 .h3 {
	font-size: 14px;
	padding-left: 25px;
	margin: 0px; //Safari用
}








#col1 li {
	height: 31px;
	width: 190px;
	list-style: none;
	margin-bottom: 7px;
}

#col1 li a {
	display: block;
	height: 25px;
	width: 178px;
	padding-left: 12px;
	padding-top: 6px;
	font-size: 12px;
	background: url(../images/sidemenu_bg.png) no-repeat;
	color: #333333;
	float: left;
}

#search {
margin-top:7px;
	height: 48px;
	width: 190px;
	margin-bottom:5px;
	overflow: hidden;
}
#search a {
	display: block;
	height: 48px;
	width: 190px;
	padding-top: 61px;
	font-size: 11px;
	color:#333;
	text-decoration:none;
	background: url(../images/banners_search_top_bg.png) no-repeat;
}

#search a:hover {
	text-decoration:underline;
	background-position: 0 -49px;
}
#col1 li a:hover {
	background-position: 0 -32px;
}

#col2 h3 {
	background: url(../images/h3_news_bg.png) no-repeat;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
}

#col2 h3 a {
	color: #0000FF;
	text-decoration: underline;
}

#col2 h3 a:hover {
	color: #666666;
	text-decoration: none;
}



#col2 .h3 a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;

}

#col2 .h3 a:hover {
	color: #666666;
	text-decoration: none;
}




#col2 li {
	margin-left: 30px;
	margin-right: 10px;
	font-size: 12px;
	text-indent: -1em;
	line-height: 1.4em;
	list-style: inside;
}

#col2 #delimit {
	background: url(../images/delimit_news.png) no-repeat;
	width: 210px;
	height: 15px;
	margin-left: 10px;
}

#col3 h3 {
	height: 22px;
	padding-left: 65px;
	font-size: 15px;
	font-weight: bold;
}

#teamBox h3 {
	background-color: #003399;
	padding: 5px;
	color:#fff;
}


#teamBox .h3 {
	background-color: #003399;
	padding: 5px;
	color:#fff;
	font-weight: bold;
}



#teamBox {
	border: 1px solid #003399;
	padding:0;
	display:block;
	overflow:hidden;
	_zoom:1;
}
#teamBox p{
padding:8px;
}


h3#merit1 { background: url(../images/h3_merit1.png) no-repeat; }
h3#merit2 { background: url(../images/h3_merit2.png) no-repeat; }
h3#merit3 { background: url(../images/h3_merit3.png) no-repeat; }
h3#merit4 { background: url(../images/h3_merit4.png) no-repeat; }
h3#merit5 { background: url(../images/h3_merit5.png) no-repeat; }
h3#merit6 { background: url(../images/h3_merit6.png) no-repeat; }

#col3 h3 a {
	color: #CC0000;
	display: block;
	height: 22px;
	width: 225px;
}

#col3 h3 a:hover {
	color: #333333;
	font-weight: 600;
}


#col3 strong {
	padding-left: 2px;
	margin-top: -2px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #666666;
	font-weight:400;
	display: block;
}

#yoropico {
	clear:left;
	width:495px;
	height:185px;
	margin-bottom: 10px;
}

#yoropico1 p {
	padding: 15px 20px 12px 155px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.6em;
	text-align: justify;
}

#yoropico1 {
	clear:left;
	width:495px;
	height:175px;
	background: url(../images/yoropico_bg.png) no-repeat;
}

#banners {
	height:60px;
	margin-bottom: 15px;
}

#reform {
	height: 60px;
	width: 240px;
	margin-bottom:5px;
	overflow: hidden;
}


#reform a {
	display: block;
	height: 60px;
	width: 240px;
	padding-top: 61px;
	padding-left: 50px;
	font-size: 11px;
	color:#333;
}

#reform a {
	text-decoration:none;
	background: url(../images/banners_reform_bg.png) no-repeat;
}

#reform a:hover {
	text-decoration:underline;
	background-position: 0 -61px;
}

#footer {
	clear:both;
	text-align:center;
	color: #FFFFFF;
	background: #000000 url(../images/footer_bg.png) no-repeat;
	height:70px;
	overflow: visible;
}

#foot_navi {
	font-size: 13px;
	font-weight: normal;
	padding: 15px 25px 10px;
}

#copyright {
	font-size: 11px;
}

#col2 .scrollable {
	overflow: auto;
	height: 148px;
}

#col2 ul li a {
	text-decoration:underline;
	color:#0000FF;
}

#col2 ul li a:hover {
	text-decoration:none;
	color:#666;
}


#to_top {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	clear: both;
}

#to_top a {
	text-decoration: underline;
}

#to_top a:hover {
	text-decoration: none;
}


/*  second  */


#breadcrumb {
	font-size: 12px;
	padding: 10px 10px 5px;
}

#breadcrumb a, #second_main a, #second_side a {
	text-decoration: underline;
}

#breadcrumb a:hover, #second_main a:hover, #second_side a:hover {
	text-decoration: none;
}

h1#second_h1 {
	padding: 10px 15px 5px 15px;
	font-size: 16px;
	font-weight: 400;
}

p#second_p {
	background: url(../images/h2_bg.png) no-repeat;
	background-position: 0 -7px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 10px;
}

#second_main {
	float:left;
	width:490px;
	margin-top:10px;
	margin-bottom:20px;
}

#second_main h2 {
	background: url(../images/h2_head_bg.png) no-repeat;
	height: 26px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
}

#second_main h2.question {
	font-size: 14px;
	font-weight: 600;
}

#second_main h3 {
	background: url(../images/h3_head.png) no-repeat;
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 10px 15px 20px;
	padding-left: 15px;
	padding-top: 2px;
}

#second_main h3.headerless {
	height: auto;
	background: url(none);
	margin: 15px 10px 15px 15px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: 600;
}

#second_main p {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 25px 25px 35px;
	text-align: justify;
}

#second_main p.answer {
	text-indent: -25px;
	margin: 0px 20px 20px 45px;
}

#second_main p.heading {
	margin: 0px 20px 8px 37px;
}

#second_main p.downarrow {
	height: 25px;
	width:22px;
	margin: 10px 0px 0px 232px;
	background: url(../images/downarrow.png) no-repeat;
}

#second_main ul, #second_main ol {
	padding-top: 5px;
	padding-bottom: 5px;
}

#second_main ul li {
	list-style: none;
	font-size: 13px;
	background: url(../images/second_arrow.png) no-repeat;
	margin: 0px 10px 15px 15px;
	padding-left: 25px;
	overflow: hidden;
	height: 20px;
}

#second_main ol li {
	list-style: decimal outside;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#second_main ul li.privacy {
	list-style: disc inside;
	background: url(none);
	font-size: 12px;
	margin: 0px 15px 3px 40px;
	padding-left: 0px;
	height: auto;
}

#second_main ul li.caution {
	list-style: none;
	font-size: 13px;
	background: url(../images/second_arrow.png) no-repeat;
	margin: 0px 10px 15px 15px;
	padding-left: 25px;
	overflow: visible;
	height: auto;
}

#second_main ul ul, #second_main ol ul {
	padding-left: 10px;
}

#second_main ul ul li, #second_main ol ul li {
	font-size: 13px;
	margin-top:-10px;
	list-style: circle;
	background: none;
	line-height:1.2em;
}

#second_main dl.mail-form dt {
	background: url(../images/second_arrow.png) no-repeat;
	height: 20px;
	font-size: 14px;
	margin: 10px 10px 5px 25px;
	padding-left: 25px;
	padding-top: 2px;
}

#second_main dl.mail-form dd {
	font-size: 13px;
	margin: 0px 10px 5px 55px;
}

#second_main p.mail-input {
	margin-top: 35px;
}

p#address {
	border: 1px solid #666666;
	margin-top:15px;
	padding: 5px 20px;
}

p.company {
	line-height: 2em;
	padding-top: 10px;
}


/*  second side  */


#second_side {
	width:240px;
	float:right;
	margin-top:0px;
}

#second_side ul#banner li {
	margin-bottom: 15px;
}

li#fax_banner {
	list-style: none;
	height: 61px;
	width: 240px;
}

li#fax_banner a {
	float:left;
	width: 240px;
	height: 0;
	padding-top: 61px;
	overflow: hidden;
	background-image: url(../images/fax_banner.png);
	background-repeat: no-repeat;
}

li#valuation_banner {
	list-style: none;
	height: 81px;
	width: 240px;
}

li#valuation_banner a {
	float:left;
	width: 240px;
	height: 0;
	padding-top: 81px;
	overflow: hidden;
	background-image: url(../images/valuation_banner_bg.png);
	background-repeat: no-repeat;
}

li#valuation_banner a:hover {
	background-position: 0 -82px;
}

li#voice_banner {
	list-style: none;
	height: 60px;
	width: 240px;
}

li#voice_banner a {
	float:left;
	width: 240px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(../images/voice_banner_bg.png);
	background-repeat: no-repeat;
}

li#voice_banner a:hover {
	background-position: 0 -61px;
}

li#search_banner {
	list-style: none;
	height: 60px;
	width: 240px;
}

li#search_banner a {
	float:left;
	width: 240px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(../images/banners_search_bg.png);
	background-repeat: no-repeat;
}

li#search_banner a:hover {
	background-position: 0 -61px;
}

li#reform_banner {
	list-style: none;
	height: 60px;
	width: 240px;
}

li#reform_banner a {
	float:left;
	width: 240px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(../images/banners_reform_bg.png);
	background-repeat: no-repeat;
}

li#reform_banner a:hover {
	background-position: 0 -61px;
}

#side_delimit {
	float:left;
	width:240px;
	height:12px;
	background: url(../images/side_delimit.png) no-repeat;
}

#sidelinks li {
	float:left;
	list-style: none;
	width:240px;
	height:20px;
	margin-top:7px;
	margin-bottom:5px;
}

#sidelinks li a {
	width:240px;
	height:25px;
	font-size: 14px;
	background: url(../images/side_link_head.png) no-repeat;
	margin-top:5px;
 	padding-top: 0px;
	padding-left: 25px;
	text-decoration: underline;
}

#sidelinks li a:hover {
	text-decoration: none;
}

#second_main .sitemap {
	padding-left: 10px;
}

#second_main table {
	border: 1px solid #999999;
}

#second_main th {
	line-height: 2em;
	text-align:left;
	font-weight: normal;
	width: 120px;
	background: #F2F2F2;
	border: 1px solid #999999;
}

#second_main td {
	line-height: 2em;
	border: 1px solid #999999;
}

#second_main td.group {
	background: #999999;
	text-align: center;
	color: #FFFFFF;
	border-style: none;
	font-size: 110%;
}

#second_main table.inner, #second_main td.inner {
	border-style: none;
}

#second_main .red {
	color: #FF0000;
}

input, select, textarea {
	background: #FFFFF2;
}

p#firma {
	text-align: right;
}

#record {
	padding-top: 0px;
}

#record ul, #record ul li {
	margin:0;
	padding:0;
	padding-left:15px;
	padding-bottom:5px;
	background: url(none);
}

tt {
	font-family:"ＭＳ ゴシック", "Osaka－等幅",monospace;
}

#second_main .ss {
	font-size: 10px;
}

#second_main ul.check li {
	background: url(../images/second_check.png) no-repeat;
	margin-left: 35px;
}
#reform {
	height: 60px;
	width: 240px;
	margin-bottom:5px;
	overflow: hidden;
}
