@charset "UTF-8";

/*== 全体 ==============================================================*/
html,body {
	margin:0;
	padding:0;
}
body {
	color: #666;
	font-size:12pt;
	background-color: #fff;
	background-image:none;
}

a {
	text-decoration:none;
}

#wrapper {
	width:100%;
	margin:0;
	background-image:none;
}
#bg_area {
	width:100%;
	background-image:none;
	margin:0;
}

/*-- ヘッダ -----------------------------------*/
#header {
	width:100%;
	margin-left:0;
}
#header #headlogo {
	height:auto;
}
#header #headcopy {
	width:auto;
	height:auto;
	text-align:right;
	font-size:12pt;
}
#header #headicon {
	display:none;
}
#header #head_navi {
	display:none;
}


/*-- フッタ -----------------------------------*/
#footer-space {
	display:none;
}
#footer {
	display:none;
}

/*-- メインボックス ---------------------------*/
#main_box {
	padding:0;
	background:none;
}

#pagetitle {}

h2 {
	font-size:16pt;
}

/* -- パンくずリンク -- */
#topicpath {
	display:none;
}


/*-- コンテンツエリア -------------------------*/
#contents_area {
	width:575px;
	margin:20pt 0 0 0;
}
#contents_area h2 {
	font-size:18pt;
}
#contents_area h2.midasi {
	font-size:16pt;
}
#contents_area h3 {
	font-size:14pt;
}
#contents_area h3 strong {
	font-size:16pt;
}



/* -- トップページ ----------------------------------------- */
#top #wrapper {
	background-image: url(/img/top_yajirusi_bg.gif) !important;
}


/* -- 業務案内 --------------------------------------------- */
#bussiness #lead {
	width:575px;
	margin:0;
}
/*
#bussiness #lead h2 {
	padding:0;
	background:none;
}
*/
.makerlink {
	display:none;
}

.maillink {
	display:none;
}


/* -- お問い合わせ --------------------------------------------- */
#mail input,
#mail textarea {
	border:1pt solid #ccc;
}


/* -- ご案内 --------------------------------------------- */
#news .golink {
	display:none;
}

