@charset "utf-8";



/* ----------------------------------------
 * このスタイルシートでは、ティザーサイトのヘッダー、コンテンツの入る白背景、フッターと全体の設定をいています。
基本的に修正する必要のないスタイルシートです。
各ページごとのスタイルは、それぞれcssを作成して設定。
 * ---------------------------------------- */

/* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/



/* ----------------------------------------
 * CONTENTS
 * ---------------------------------------- */
 


div#contents  .company_message01 {

	margin:30px 20px 10px 20px;
	padding:0;
	line-height:1.5em;
}



div#contents  .company_illu01 {
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
div#contents  .company_message01 p {
	margin:0 0 13px 0;
	padding:0;

	line-height:1.5em;
}

img.ceo_photo{
	float:right;
	padding:5px;
	border:solid 1px #cccccc;
	margin-left:20px;
}


div#contents  .company_message02 {
	margin:30px 20px 10px 20px;
	padding:0;
	line-height:1.5em;
}
div#contents  .company_message02 p {
	margin:0 0 13px 0;
	padding:0;

	line-height:1.5em;
}
p.bold {
	font-weight:bold;
}

div#contents  .ceo_sign {
	margin:30px 20px 10px 20px;
	text-align:right;
}


div.profile{
	padding:50px 0 0 0;
	clear:both;
}
div.profile_text{
	margin:30px 30px 0 30px;
}
p.name{
	margin:0 0 20px 0;
}
p.name span{
	font-weight:bold;
	font-size:127%;
	color:#fe6a13;
}


div.profile dl{
	border-bottom:dotted 1px #cccccc;
}
div.profile dl.top{
	border-top:dotted 1px #cccccc;
}
div.profile dl dt{
	float:left;
	padding:5px;
	width:80px;

}
div.profile dl dd{
	margin-left:85px;
	padding:5px;
}

p.text02{
	margin:20px;
}

