@charset "utf-8";
/********************************************
CSSスタイル
(c) materiart.All Rights Reserved.
********************************************/

/*-------------------------------------------
基本設定
-------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:1.7em;
	background-color:#fff;
	color:#333333;
	background:url(../images/common/bg_body.jpg) no-repeat center top;
}

a {
	overflow:hidden;
	outline:none;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

p {
	margin:3px 0;
	padding:0;
}

.clearfix {
	display: inline-block;
}

/* except Mac IE5 \*/
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end of Holly Hack */

.pix {
	display: block;
	font-size: 1px;
	line-height: 1em;
	text-indent: -9999px;
}

ul {
	list-style: none;
}

/*space*/
.pT5 { padding-top:5px; }
.pT10 { padding-top:10px; }
.pT15 { padding-top:15px; }
.pT20 { padding-top:20px; }
.pT25 { padding-top:25px; }

.pB5 { padding-bottom:5px; }
.pB10 { padding-bottom:10px; }
.pB15 { padding-bottom:15px; }
.pB20 { padding-bottom:20px; }

.pR5 { padding-right:5px; }
.pR10 { padding-right:10px; }
.pR15 { padding-right:15px; }
.pR20 { padding-right:20px; }

.pL5 { padding-left:5px; }
.pL10 { padding-left:10px; }
.pL15 { padding-left:15px;}
.pL20 { padding-left:20px; }

.pTB10 {
	padding:10px 0;
}

.pTB15 {
	padding:15px 0;
}

.mRL10 {
	margin:0 10px 10px 0;
}
.pRL15 {
	padding:0 15px 15px 0;
}

.pBL15 {
	padding:0 0 15px 15px;
}

.pTL10 {
	padding:10px 0 0 10px;
}

.pTR10 {
	padding:10px 10px 0 0;
}



#wrap {
	width:968px;
	margin:0 auto;
	padding:0;
}
/*-------------------------------------------
ヘッダ
-------------------------------------------*/
#header {
	height:92px;
	position:relative;
	width:968px;
	background:url(../images/common/bg_head.png) no-repeat left bottom;
}

#gMenu {
	position:absolute;
	top:42px; right:2px;
	width:575px;
}
#gMenu ul {
	list-style:none;
	padding:0; margin:0;
}
#gMenu ul li {
	float:left;
	padding:0; margin:0 0 0 2px;
}
#logo {
	position:absolute;
	top:33px; left:10px;
	width:300px;
}
/*-------------------------------------------
コンテンツ
-------------------------------------------*/
#contents {
	background:url(../images/common/bg_contents.png) no-repeat left top;
	width:908px;
	padding:40px 28px 20px 32px;
}
.conLeft {
	float:left;
	width:415px;
}
.conRight {
	float:right;
	width:415px;
}
.midashi {
	padding-bottom:17px;
}

/*会社案内*/
#mCoArea {
	padding:5px 0 0px 5px;
}
.co1 {
	float:left;
	width:230px;
	height:30px;
	margin:0 1px 0 0;
	padding:5px;
	font-size:10px;
	line-height:1.4em;
	text-align:center;
	background:url(../images/common/bg_co.gif) repeat-y;
}
.co2 {
	float:left;
	width:230px;
	height:18px;
	margin:0 1px 0 0;
	padding:12px 5px 10px 5px;
	font-size:10px;
	line-height:1.4em;
	text-align:center;
	background:url(../images/common/bg_co.gif) repeat-y;
}
.co3 {
	float:left;
	width:228px;
	height:30px;
	margin:0;
	padding:5px;
	font-size:10px;
	line-height:1.4em;
	text-align:center;
	background:url(../images/common/bg_co.gif) repeat-y;
}
/*パンくず*/
.pList {
	font-size:10px;
	position:absolute;
	top:35px; left:35px;
	width:500px;
}
.pList a {
	border:none;
	color:#333;
	text-decoration: underline;
}
.pList a:visited {
	border:none;
	color:#333;
	text-decoration: underline;
}
.pList a:active {
	border:none;
	color:#333;
	text-decoration: underline;
}
.pList a:hover {
	border:none;
	color:#e36386;
	text-decoration: underline;
}

/*-------------------------------------------
フッタ
-------------------------------------------*/
#footer {
	background:url(../images/common/bg_foot.jpg) no-repeat center top;
	height:35px;
	margin:0 auto;
}
#footArea {
	width:971px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:right;
	position:relative;
}

.footMenu {
	position:absolute;
	top:8px; left:10px;
	width:500px;
	text-align:left;
	font-size:10px;
	
}
/*-------------------------------------------
カラー変更
-------------------------------------------*/

/*テキストリンク*/
a:link {
	border:none;
	color:#452618;
	text-decoration: none;
}

a:visited {
	border:none;
	color:#a4005b;
	text-decoration: underline;
}

a:active {
	border:none;
	color:#a4005b;
	text-decoration: underline;
}

a:hover {
	border:none;
	color:#e36386;
	text-decoration: underline;
}

.red {
	color:#900;
}