@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background: #FFFFFF url(images/bg.png);*/
}
/*特設ページのみ画像を変更*/
.normal{background: url(images/bg.png) no-repeat center top;}
.special{background: url(images/bg_special.gif) repeat center top;}

h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}



/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 12px;
}

#header #title-img {
	padding-top: 12px;
	padding-left: 35px;
}

/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
/*	padding-right: 13px;/*メニュー画像に隙間*/
/*	padding-left: 13px;/*メニュー画像に隙間*/
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 510px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
}

main.normal {
	float: right;
}

main.special {
	margin-left: 20;	
}

#main p {
	padding: 0.5em 10px;
}

#main h2{
	color: #6a3096;
}

/*#main h3{
	color: #6a3096;
	}*/
#main h3 a{
	color:#03F
	}
#main a{
	color:#03F
}

/*h3タグ内でClassを指定した場合、赤色*/
h3.red {
	color: #FF0000
}

/*h3タグ内でClassを指定した場合、緑色*/
h3.green {
	color: #009933
}

/*h3タグ内でClassを指定した場合、ピンク色*/
h3.pink {
	color: #F0F 
}

/*h3タグ内でClassを指定した場合、オレンジ色*/
h3.orange {
	color: #F60
}

/*h3タグ内でClassを指定した場合、青色*/
h3.blue {
	color: #00F 
}


/*Pタグ内でClassを指定した場合、赤色*/
p.red {
	color: #FF0000; 
}

/*Pタグ内でClassを指定した場合、緑色*/
p.green {
	color: #009933; 
}

/*Pタグ内でClassを指定した場合、ピンク色*/
p.pink {
	color: #F0F; 
}

/*Pタグ内でClassを指定した場合、オレンジ色*/
p.orange {
	color: #F60; 
}

/*特設ページメインコンテンツ
------------------------------------------------------------------*/
#mainsp {
	/*float: right;*/
	width: 510px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
}

mainsp.normal {
	float: right;
}

mainsp.special {
	margin-left: 20;	
}

#mainsp p {
	padding: 0.5em 10px;
}

#mainsp h2{
	color: #6a3096;
}

/*#main h3{
	color: #6a3096;
	}*/
#mainsp h3 a{
	color:#03F
	}
#mainsp a{
	color:#03F
}

/*h3タグ内でClassを指定した場合、赤色*/
h3.red {
	color: #FF0000
}

/*h3タグ内でClassを指定した場合、緑色*/
h3.green {
	color: #009933
}

/*h3タグ内でClassを指定した場合、ピンク色*/
h3.pink {
	color: #F0F 
}

/*h3タグ内でClassを指定した場合、オレンジ色*/
h3.orange {
	color: #F60
}

/*h3タグ内でClassを指定した場合、青色*/
h3.blue {
	color: #00F 
}


/*Pタグ内でClassを指定した場合、赤色*/
p.red {
	color: #FF0000; 
}

/*Pタグ内でClassを指定した場合、緑色*/
p.green {
	color: #009933; 
}

/*Pタグ内でClassを指定した場合、ピンク色*/
p.pink {
	color: #F0F; 
}

/*Pタグ内でClassを指定した場合、オレンジ色*/
p.orange {
	color: #F60; 
}

/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 242px;
	display: inline;
	margin-left: 20px;
	margin-top: 30px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #faf5f0;
	margin-bottom: 20px;
	text-align: center;
}

#sub .banner {
	margin-left: 15px;
	width: 200px;
	border: 1px solid #999999;
	padding: 5px;
	background: #faf5f0;
	margin-bottom: 20px;
}

#sub .white {
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

/*　.ta1テーブル（業務内容のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #6a3906;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.ta2テーブル（画像用のテーブル）
------------------------------------------------------------------*/
.ta2 {
	width: 400px;
	margin-top: 0.5em;
	margin-bottom: 1em;
/*	background: url(images/home_mark.gif) no-repeat right bottom;*/
}

.ta2 td {
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
}

.ta2 p {
	line-height: 1.4em;
	text-align: center;
}

/*　.tl1テーブル（リンクのテーブル）
------------------------------------------------------------------*/
.tl1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.tl1 td {
/*	padding: 15px;*/
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.tl1 h3 {
	color: #6a3906;
	/*border-bottom: 1px dotted #999999;*/
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.tl1 p {
	line-height: 1.4em;
}

.tl1 .waku img {
	vertical-align: bottom;
}

.tl1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.tk1テーブル（会社概要のテーブル）
------------------------------------------------------------------*/
.tk1 {
	/*border: 1px solid #999999;*/
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.tk1 td {
/*	padding: 15px;*/
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.tk1 h3 {
	color: #6a3906;
	/*border-bottom: 1px dotted #999999;*/
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.tk1 p {
	line-height: 1.4em;
}

.tk1 .waku img {
	vertical-align: bottom;
}

.tk1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.tt1テーブル（TOP画面のテーブル）
------------------------------------------------------------------*/
.tt1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.tt1 td {
/*	padding: 15px;*/
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.tt1 h3 {
	color: #6a3906;
	/*border-bottom: 1px dotted #999999;*/
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.tt1 p {
	line-height: 1.4em;
}

.tt1 .waku img {
	vertical-align: bottom;
}

.tt1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

.tt1 img {
	vertical-align:middle;
}

/*　.ts1テーブル（採用情報のテーブル）
------------------------------------------------------------------*/
.ts1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.ts1 td {
/*	padding: 15px;*/
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.ts1 h3 {
	color: #6a3906;
	/*border-bottom: 1px dotted #999999;*/
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ts1 p {
	line-height: 1.4em;
}

.ts1 .waku img {
	vertical-align: bottom;
}

.ts1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.tsテーブル（採用情報（問合せ先）のテーブル）
------------------------------------------------------------------*/
.ts2 {
	/*border: 1px solid #999999;*/
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.ts2 td {
/*	padding: 15px;*/
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}

.ts2 h3 {
	color: #6a3906;
	/*border-bottom: 1px dotted #999999;*/
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ts2 p {
	line-height: 1.4em;
}

.ts2 .waku img {
	vertical-align: bottom;
}

.ts2 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.ts3テーブル（特設ページ画像のテーブル）
------------------------------------------------------------------*/
.ts3 {
	width: 800px;
	margin-top: 0.5em;
	/*margin-bottom: 1em;*/
/*	background: url(images/home_mark.gif) no-repeat right bottom;*/
}

.ts3 td {
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
}

.ts3 p {
	line-height: 1.4em;
	text-align: center;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	font-size: 10px;
}

#footer ul li {
	display: inline;
	/*zoom: 1;*/
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	font-size:12px
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
}




/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


/*お問い合わせ
------------------------------------------------------------------*/
#formmail { width: 100%; }

#formmail dt {
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #9999ff;
  background-color: #ccccff;
}

#formmail dt span {
  font-weight: normal; /* (必須) */
  color: #ff0000;
  padding: 0 1em;
}

#formmail dd {
  margin: 0 0 1.5em;
  padding: 0;
}
