@charset "euc-jp";
/* CSS Document====================================== 

*　Modules Style Sheet for SiteName
*　Last Update 2008-01-29
*
*	Tctu.inc 
*	Default CSS SET
*	author:Kenta Okuyama
====================================================
*
*	*  Category  *   *   *   *   *   *   *   *   *   
*	1-1. Text
*	1-2. Color
*	1-3. List
*	1-4. Box
*	1-5. Form
*	1-6. Common
*   *   *   *   *   *   *   *   *   *   *   *   *
===================================================*/

/*===================================================
	1-1. Text
===================================================*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*===================================================
	1-2. Color
===================================================*/

/*フォームなどの必須項目*/
.necessity {
	color: #CC0000;
}

/*===================================================
	1-3. List
===================================================*/

/*最後尾リストのボーダー非表示*/
.listEnd {
	border: none;
}

#headerRightBox .listend {
	border-right: none;
}
/*===================================================
	1-4. Box
===================================================*/

/*-------------------------------------------
		グルーピング用マージン
-------------------------------------------*/
.section {
	width: 690px;
	margin-bottom: 15px;
}
/*ボックス以外のものの共通マージン設定*/
.chunk {
	margin-bottom: 15px;
}

/*-------------------------------------------
		2colum パターン
-------------------------------------------*/

.fleft {
	float: left;
}

.fright {
	float: right;
}

/*-------------------------------------------
		3colum パターン
-------------------------------------------*/
.threeCol,
.threeColA,
.threeColB {
	width: 630px;
}


.threeCol .innerMain,
.threeCol .innerSub,
.threeCol .innerExtra {
	width: 200px;
	padding: 5px;
	float: left;
}

.threeColA .innerMain {
	width: 200px;
	float: left;
}

.threeColA .innerSub {
	width: 270px;
	padding-left: 10px;
	float: left;
}


.threeColA .innerExtra {
	width: 130px;
	padding-left: 10px;
	float: left;
}

/*===================================================
	1-5. Form
===================================================*/

/*フォーム*/
.contactForm {
	width: 550px;
	margin: 0 auto;
}

.contactForm legend {
	display: none;
}

.contactForm dl {
	width: 550px;
	overflow: hidden;
	position: relative;
}

.contactForm dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .contactForm dl {
	height: 1em;
	overflow: visible;
}
/**/


.contactForm dt {
	width: 140px;
	padding: 5px 0px 5px 10px;
	float:left;
	clear:both;
	border-top: 1px solid #DEDEDE;
}

.contactForm > dd {
	float:left;
	width: 350px;
	padding: 5px 0px;
	border-top: 1px solid #DEDEDE;
}

.contactForm dd {
	width: 350px;
	padding: 5px 0px;
	float:left;
	margin-left: 150;
	border-top: 1px solid #DEDEDE;
} 

*:first-child+html .contactForm dd {
	float:none;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #DEDEDE;
}

/*\*/
* html .contactForm dd {
	width: 350px;
	float:none;
	margin-left: 150;
	border-top: 1px solid #DEDEDE;
	padding: 5px 0px 5px 10px;
}
/**/
/*

.contactForm dt {
	width: 140px;
	padding: 5px 0px 5px 10px;
	float: left;
	clear: left;
	position: relative;
	left: 0px;
	top: 0;
	border-top: 1px solid #DEDEDE;
}

.contactForm dd {
	width: 350px;
	padding: 5px 0px;
	float:left;
	margin-left: 150;
	border-top: 1px solid #DEDEDE;
}
.contactForm dt {
left     : 1.8em;
position : absolute; 
width    : 200px;
}
.contactForm dd {
margin-left : 216px;
height      : 170px;
}
.contactForm > dd {
min-height : 170px;
}
dl#sample2007031401 dd.last { 
height : 150px;
}
body > dl#sample2007031401 dd.last {
min-height : 150px;
} 
*/
.contactForm #name,
.contactForm #kana {
	width: 200px;
}

.contactForm #postNum {
	width: 100px;
}

.contactForm #add,
.contactForm #mail,
.contactForm #remail {
	width: 300px;
}

.contactForm #quest {
	width: 300px;
	height: 150px;
}

/*フォーム内入力エリア*/
.contactForm dl input,
.contactForm dl textarea {
	padding: 2px;
	border: 1px solid #FFFFFF;/*構築サイトに応じて変更*/
	background-color: #E1E1E1;/*構築サイトに応じて変更*/
}

input {
	line-height: 1.4;
}

/*テキスト入力エリアにマウスオーバー時の設定*/
.contactForm dl input:hover,
.contactForm dl textarea:hover {
	border: 1px solid #666666;/*構築サイトに応じて変更*/
}

/*テキスト入力エリアにフ選択時の設定*/
.contactForm dl input:focus,
.contactForm dl textarea:focus {
	border: 1px solid #222222;/*構築サイトに応じて変更*/
	background:#E6F7FF;/*構築サイトに応じて変更*/
}

.submitBtn {
	padding: 1em 0;
	text-align: center;
}
/*===================================================
	1-6. Common
===================================================*/
