@charset "UTF-8";

/*=================================================================
	グラフィックデザイナーの二人が、Webデザインを学んだ理由
	・Customize: 2010.08/11
=================================================================*/


/*-----------------------------------------------------------------
		基礎設計
-----------------------------------------------------------------*/

html body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 100% !important;
	color:#333;
	background: #F3F3F3 url(../image/bg.jpg) no-repeat center top;
}

#c-layout {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

p {
	margin: 0;
	font-size: 85%;
	line-height: 124%;
}

#c-layout a { color: #666666; text-decoration:underline;}
#c-layout a:hover { color: #666666; text-decoration:none;}

img { border: none;}

strong {
	font-weight: bold;
}


/*-----------------------------------------------------------------
		メリンエリア
-----------------------------------------------------------------*/
.main-area {
	width: 800px;
	margin: 0 auto;
}
.main-area .logo{
	width: 139px;
	height:50px;
	margin:0;
	padding:0;
}
.main-area h1{
	width:800px;
	height:100px;
	background:transparent url(../image/main_ttl.jpg) no-repeat 0 0;
	text-indent:-9999px;
	font-size:1px;
	overflow:hidden;
	margin:0;
	padding:0 0 20px 0;
}
.main-area .main_image {
	width: 800px;
	height:300px;
	margin: 0 auto 30px;
	background:transparent url(../image/main2_ph.jpg) no-repeat 0 0;
	position:relative;
}
.main-area .main_image p {
	text-indent: -9999px;
	font-size: 1px;	
}
.main-area .main_image .txt01{
	width:220px;
	height:62px;
	position:absolute;
	top:66px;
	left:565px;
}
.main-area .main_image .txt02{
	width:220px;
	height:62px;
	position:absolute;
	top:226px;
	left:565px;
}
.main-area br {
	display: none;
}







/*-----------------------------------------------------------------
		本文
-----------------------------------------------------------------*/
.c-container {
	width: 800px;
	margin: 0 auto -30px;
 padding: 0;
	text-align: left;
}
#c-layout dl.box01,
#c-layout dl.box02{
	width: 800px;
	margin: 0;
 padding: 0 0 30px 0;
}
#c-layout dl.box01 dt{
	width: 200px;
	margin: 0;
 padding: 0;
	float:left;
}
#c-layout dl.box01 dd{
	width: 580px;
	margin: 0;
 padding: 0;
	float:right;
}
#c-layout dl.box02 dt{
	width: 200px;
	margin: 0;
 padding: 0;
	float:right;
}
#c-layout dl.box02 dd{
	width: 580px;
	margin: 0;
 padding: 0;
	float:left;
}
#c-layout dl dd img{
	margin: 0;
 padding: 0 0 12px 0;
}
#c-layout dl dd p{
	font-size: 80%;
	line-height: 124%;
	margin: 0;
	padding: 0;
}
#c-layout ul.contact-btn{
	width: 800px;
	margin: 5px auto 30px;
	text-align: center;
	padding: 0;
	list-style: none;
}
#c-layout ul li.btn01{
	width:390px;
	height:200px;
	background:transparent url(../image/ttl04_1.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	float:left;
}
#c-layout ul li.btn02{
	width:390px;
	height:200px;
	background:transparent url(../image/ttl05.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	float:right;
}
#c-layout ul li p{
	text-indent: -9999px;
	font-size: 1px;	
}
#c-layout ul.contact-btn li img{
	width:350px;
	margin: 0 auto;
	padding-top: 130px;
}








/*-----------------------------------------------------------------
		フッター
-----------------------------------------------------------------*/
#c-layout .c-footer {
	width: 840px;
	margin: 25px auto 0;
	background-color:#F3F3F3;
/*	border-top: solid 1px #cccccc;*/
	padding: 10px 0 0 0;
	font-size: 90%;
}

#c-layout .c-footer-left {
	float: left;
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#c-layout .c-footer-right {
	float: right;
	width: 140px;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}



/*-----------------------------------------------------------------
		調整系
-----------------------------------------------------------------*/

/* クリア */
.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 1px;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */

*:first-child+html .c-box { /* IE7p */
	width: 100%;
}

.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}


/* フッターのJSのスペース消し */
.footer-js-box {
	height: 1px;
	overflow: hidden;
}




