@charset "UTF-8";

/*------------------------------------------------
  全般設定
 -----------------------------------------------*/

body {
	font: 16px "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing:1px;
	line-height:1.6;
	color:#444444;
	text-align:center;
}

a:link{
	color:#04C;
}

a:visited{
	color:#04C;
}

a:hover{
	color:#f75600;
}

a:active{
	color:#f75600;
}

.clear {
	clear:both;
}



/*-----------------------------------------
　ページ全体のブロック
-----------------------------------------*/
#container {
	width:650px;
	margin:0 auto;
	padding:0px 25px;
	text-align:left;
	background:#FFFFFF;
}


/*-----------------------------------------
　ヘッダエリア
-----------------------------------------*/

h1 {
	font-size:10px;
	text-align:right;
}

#header {
	margin:0px auto;
	padding:0px;
}

#header #logo{
	padding:10px 0px 10px;
	float:left;
}

#header #toiawase{
	padding:13px 0px 10px;
	float:right;
}


/*-----------------------------------------
　ダウンロード
-----------------------------------------*/
.download {
	width:650px;
	height:124px;
	margin:50px auto 30px;
	padding-top:520px;
	padding-left:130px;
	background:url(../img/offer.png) no-repeat;
}

.inquiry {
	text-align:center;
	margin:0px auto 50px;
}

.inquiry p{
	font-size:18px;
	font-weight:bold;
	margin:10px 0px;
}


/*-----------------------------------------
　コンテンツ
-----------------------------------------*/
.contents_cover {
	background-image:url(img/contents_middle.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.contents {
	background-image:url(img/contents_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:15px 20px;
}

.contents_bottom {
	background-image:url(img/contents_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:10px;
}

/*-----------------------------------------
　特徴
-----------------------------------------*/

.tokucho {
	padding:20px 0px;
	border-bottom:1px solid #CCC;
}

.tokucho p{
	margin:10px 0px 10px 42px;
}

.tokucho .example {
	margin:5px 0px 5px 42px;
	border:2px solid #E3E1E1;
	padding:10px;
}

.tokucho .example h4{
	color:#92D400;
	font-weight:bold;
	font-size:20px;
}

.tokucho .example dt{
	margin:20px 0px 10px;
	text-decoration:underline;
	font-weight:bold;
}

.tokucho .example dd{
	margin:10px 0px 10px 15px;
}

.tokucho table {
	width:568px;
	margin:5px 0px 5px 42px;
	border:2px solid #E3E1E1;
}

.tokucho table th{
	padding:10px;
	text-align:center;
	border:2px solid #E3E1E1;
	background-color:#92D400;
	font-weight:bold;
}

.tokucho table td{
	padding:10px;
	border:2px solid #E3E1E1;
	text-align:center;
	font-weight:bold;
}

.tokucho table td.price{
	width:240px;
	text-align:right;
	padding-right:60px;
}

.tokucho p.kiyaku{
	font-size:14px;
}

.small {
	font-size:10px;
}

/*-----------------------------------------
　会場
-----------------------------------------*/

.place {
	padding:20px 0px;
	border-bottom:1px solid #CCC;
}

.place p{
	margin:20px auto 10px;
	text-align:center;
}


/*-----------------------------------------
　声
-----------------------------------------*/

.voice {
	padding:20px 0px;
	border-bottom:1px solid #CCC;
}

.voice h4{
	font-size:18px;
	font-weight:bold;
	color:#92D400;
}

.voice p.company{
	font-weight:bold;
	text-align:right;
}

.voice p{
	margin:20px 0px 20px 30px;
}


/*-----------------------------------------
　エーファクトリーについて
-----------------------------------------*/

.about {
	padding:20px 0px;
	border-bottom:1px solid #CCC;
}

.about table{
	width:100%;
}

.about table th{
	width:130px;
	padding:10px;
	border-bottom:2px dotted #CCC;
}

.about table td{
	padding:10px;
	border-bottom:2px dotted #CCC;
}

.about table td p{
	text-align:right;
}


/*-----------------------------------------
　フッター
-----------------------------------------*/

#footer {
	width:680px;
	margin:0px -25px;
	padding:10px;
	font-size: 10px;
	background: #333333;
}

#footer a{
	color:#cccccc;
	text-decoration:none;
}

address {
	text-align:right;
	color: #cccccc;
}


