@charset "utf-8";
@import "reset.css";

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 62.5%;
	color: #000;
}


/* アンカー */
a {
	color: #464646;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong, .strong {
	font-weight: bold;
}
p {
	line-height: 1.7;
}

/* 見出し */
.ttl_sub {
	width: 220px;
	float: left;
}

/* purpose
=============================================*/
.mb27 { margin-bottom: 27px;}

.overwhite {
    display:block;
}
.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
.sup {
	margin-bottom: 30px;
	line-height: 1.7;
	font-size: 120%;
}
.ttl_sub_content {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #2D718E;
}
.ttl_sub_content2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #F60;
}
.ttl_sub_content3 {
	font-size: 120%;
	font-weight: bold;
	color: #2D718E;
}
.notes {
	color: #f00;
}




/* header
=============================================*/
header {
	width: 100%;
	height: 98px;
	background: #fff;
}
#head-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#logo {
	width: 205px;
	height: 44px;
	position: absolute;
	top: 40px;
	left: 0;
}
#hnav ul {
	width: 515px;
	height: 11px;
	margin: 73px -20px 0 0;
	float: right;
	overflow: hidden;
}
#hnav li {
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#hnav a {
	display: block;
	text-indent: -9999px;
	background: url(../img/nav.gif) no-repeat;
}

#hnav .aboutme a { width: 135px; height: 11px; background-position: 0 0;}
#hnav .outline a { width: 60px; height: 11px; background-position: -136px 0;}
#hnav .flow a {	width: 72px; height: 11px; background-position: -197px 0;}
#hnav .charge a { width: 60px; height: 11px; background-position: -270px 0;}
#hnav .inquiry a { width: 83px; height: 11px; background-position: -331px 0;}

#hnav .aboutme a:hover, #hnav .aboutme .current  { background-position: 0 -12px;}
#hnav .outline a:hover, #hnav .outline .current { background-position: -136px -12px;}
#hnav .flow a:hover, #hnav .flow .current { background-position: -197px -12px;}
#hnav .charge a:hover, #hnav .charge .current { background-position: -270px -12px;}
#hnav .inquiry a:hover, #hnav .inquiry .current { background-position: -331px -12px;}

#content1 {
	text-align: center;
	background: () repeat-x;
}
#content2 {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 120%;
	overflow: hidden;
}
#col2main {
	width: 700px;
	padding-left: 39px;
	border-left: 1px solid #ccc;
	float: left;
	overflow: hidden;
}

/* visual
=============================================*/

#visual {
	width: 100%;
	height: 375px;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	background: url(../img/visual.png) no-repeat center top;
}
#visual h1 {
	margin: 90px auto 32px; 
}
.relation {
	width: 840px;
	margin: -90px  auto 70px;
	text-align: left;
	overflow: hidden;
}
.relation li {
	width: 260px;
	margin-right: 20px;
	text-align: left;
	float: left;
	overflow: hidden;
}
.pr dt {
	margin-bottom: 0.5em;
	font-size: 140%;
	color: #794a00;
	font-weight: bold;
}
.pr dd {
	font-size: 120%;
	line-height: 1.5;
}
.prThumb1 {
	padding-top: 140px;
	background: url(../img/prThumb1.jpg) no-repeat;
}
.prThumb2 {
	padding-top: 140px;
	background: url(../img/prThumb2.jpg) no-repeat;
}
.prThumb3 {
	padding-top: 140px;
	background: url(../img/prThumb3.jpg) no-repeat;
}

/* info
=============================================*/
.info {
	width: 100%;
	margin: 50px auto 0;
	padding: 20px 0;
	font-size: 120%;
	overflow: hidden;
	background: #f6f6f6 ;
}
.info-inner {
	width: 960px;
	margin:0 auto;
}
.info h3 {
	width: 125px;
	margin-right: 50px;
	float: left;
}
.info dl {
	width: 785px;
	overflow: hidden;
	float: left;
	line-height: 1.7;
}
.info dt {
	width: 85px;
	float: left;
}
.info dd {
	width: 635px;
	float: left;
}
.works {
	padding-left: 43px;
	background: url(../img/ico_works.gif) no-repeat left center;
}
.manage {
	padding-left: 43px;
	background: url(../img/ico_manage.gif) no-repeat left center;
}
/* pagetop
=============================================*/
.btn_about {
	width: 263px;
	margin: 0 auto;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* footer
=============================================*/
footer {
	width: 100%;
	height: 150px;
	padding-top: 20px;
	font-size: 120%;
	text-align: center;
	border-top: 1px dotted #666;
	background: #efefef;
}


/* outline
============================================*/
#outline {
	width: 700px;
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
#outline th {
	width: 150px;
	padding: 20px 5px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #fff;
	background: #e1ebef;
}
#outline td {
	padding: 20px 15px;
	color: #333;
	border-bottom: 1px solid #CCC;
}
#outline a { color: #000; text-decoration: underline;}
#outline a:hover { color: #000; text-decoration: none;}

#outline li {
	list-style: disc;
	line-height: 1.5;
}
#outline ul {
	margin-left: 15px;
}

/* flow
============================================*/
.flowList {
	width: 700px;
}
.flowList li {
	padding: 7px 0 50px;
	border-top: 3px solid #999;
	background: url(../images/bg_flow_btm.gif) no-repeat left bottom;
}
.flowList dl {
	padding: 10px 0;
	display: absolute;
}
.flowList dt {
	width: 135px;
	float:left;
	text-align: center;
}
.flowList dd {
	margin-left: 135px;
	padding-left: 25px;
	line-height: 1.7;
	border-left: 1px solid #ccc;
}

/* charge
============================================*/
.price {
	width: 700px;
	margin-bottom: 55px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
.price th {
	width: 120px;
	padding: 15px 5px;
	font-weight: bold;
	vertical-align: middle;
	color: #333;
	border-bottom: 1px solid #CCC;
}
.price td {
	padding: 15px 5px;
	color: #333;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}
.value {
	width: 110px;
	text-align: center;
	background: #efefef;
}
.price .desc {
	padding: 10px;
}
.price a { color: #000; text-decoration: underline;}
.price a:hover { color: #000; text-decoration: none;}

.price li {
	list-style: disc;
	line-height: 1.5;
}
.price ul {
	margin-left: 15px;
}


/* inquiry
============================================*/

#formList {
	width: 700px;
	margin-bottom: 15px;
}
#formList th {
	width: 170px;
	padding: 20px 5px;
	text-align: right;
	vertical-align: top;
	color: #333;
}
#formList td {
	padding: 10px 7px;
	color: #333;
}
form input{
	padding: 5px;
}
