@charset "UTF-8";

#top_contents01 {
	width: 767px;
	float: right;
}


h2 {
	margin-bottom: 15px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 16px;
	letter-spacing: 0.5em;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* .main
------------------------------------------------------------ */
/*.main {
	background: #fff;
	width: 748px;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e3e3e3;
}*/

.main {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	padding-top: 280px;
	padding-bottom: 15px;
	position: relative;
}

.main h1 {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 14px;
}

.moji {
	position: absolute;
	left: 93px;
	top: 22px;
	background-image: url(../images/moji.gif);
	background-repeat: no-repeat;
}

/*.main img {
	width: 748px;
	display: block;
}*/



/* .works
------------------------------------------------------------ */
.works {
	width: 737px;
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #e3e3e3;
	margin: 0 0 10px
}

.works > div > h3 {
	float: left;
}

.works > div > div {
	float: right;
}

.works h3 {
	margin-bottom: 10px;
	float: left;
}

.works ul {
	overflow: hidden;
	margin: 0 0 0 -20px;
}

.works li {
	float: left;
	margin: 0 0 15px 40px;
	width: 140px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 11px;
	line-height: 1.4em;
}
.works img {
	margin-bottom: 6px;
	border: 1px solid #E3E3E3;
}

.works a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}




/* .index_navi
------------------------------------------------------------ */
#wrapper .index_navi {
	padding: 40px 0 10px 0;
}

#wrapper .index_navi li {
	position: relative;
	float: left;
	width: 222px;
	text-align: center;
	margin: 0 0 0 10px;
	background: #fff;
	padding: 120px 12px 12px 12px;
	border: 1px solid #e3e3e3;
}

#wrapper .index_navi li:first-child {
	margin: 0;
}

#wrapper .index_navi li div {
}

#wrapper .index_navi li a {
	display: block;
	position: absolute;
	top: -40px;
	width: 222px;
}

#wrapper .index_navi li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


#wrapper .index_navi h4 {
	font-family: "Hiragino Kaku Gothic Pro", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
#wrapper .index_navi p {
	font-family: "Hiragino Kaku Gothic Pro", "MS P ゴシック";
	font-size: 11px;
	line-height: 1.7em;
	text-align: left;
}
#wrapper .index_navi .none {
	margin: 0px;
	width: 157px;
}




/* .column2
------------------------------------------------------------ */
.column2 {
	margin: 0 0 10px;
}

.column2 .col_left {
	float: left;
	width: 378px;
}




/* .promise
------------------------------------------------------------ */
.promise {
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #e3e3e3;
	margin: 0 0 10px;
}

.promise h4  {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 0 10px;
}

.promise p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 0 0 15px;
}



/* .contact
------------------------------------------------------------ */
.contact {
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}

.contact a {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

.contact a img {
	width: 150px;
}

.contact p {
	font-size: 12px;
	line-height: 1.7em;
}
	



/* .information
------------------------------------------------------------ */
.information {
	float: right;
	width: 346px;
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #e3e3e3;
}

.information h3 {
	margin-bottom: 15px;
	float: left;
}

.information ul {
	padding-left: 15px;
	clear: both;
}
.information .blog_h3 {
	padding-top: 20px;
	float: left;
}
.information .mt_date {
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
 font-size: 11px;
 line-height: 1.1em;
 margin-right: 15px;
 float: left;
}
.information .mt_title {
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
 font-size: 11px;
 line-height: 1.1em;
 float: right;
 width: 250px;
}
.information li {
 margin-bottom: 5px;
 padding-bottom: 9px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCCCCC;
 padding-top: 4px;
}

.information a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.information .backnumber {
	float: right;
}
