@charset "UTF-8";
/* CSS Document */

/* メインビジュアル */
#mainvisual{
	height: 400px;
}
/* サブビジュアル */
#subvisual{
	height: 100px;
}
/* パンくずリスト */
#breadcrumbs{
	height: 30px;
	background-image: url(../images/breadcrumbs.gif);
	padding-top: 0px;
	padding-left: 20px;
}
/* テーブル構成 */
.table01{
	width: 530px;
	margin: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table01 .head{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 110px;
	text-align: left;
}
.table01 .text{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 375px;
	padding: 10px;
	text-align: left;
}
/* トップページ・更新情報 */
#top_news{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#top_news dl{
	margin: 0px;
	padding: 0px;
}
#top_news dt{
	float: left;
	display: block;
	width: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}
#top_news dd{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 250px;
	margin-left: 100px;
}
/* トップページ・事業内容一覧 */
#top_business{
}
#top_business dl{
}
#top_business dt{
}
#top_business dd{
}
/* トップページ・その他のコンテンツ */
#top_others{
}
#top_others dl{
}
#top_others dt{
}
#top_others dd{
}
/* 会社情報ページ・代表あいさつ */
#president{
	margin: 10px 20px;
	width: 340px;
	text-align: left;
	padding-right: 170px;
	height: 200px;
	background-image: url(../images/photo/daihyo.jpg);
	background-repeat: no-repeat;
	background-position: 350px;
}
/* 会社情報ページ・会社概要 */
#outline{
}
/* 会社情報ページ・スローガン */
#slogan{
}
/* 会社情報ページ・会社沿革 */
#history{
	margin: 10px 20px;
	width: 510px;
	text-align: left;
}
#history dl{
	margin: 0px;
	padding: 0px;
}
#history dt{
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#history dd{
	margin-bottom: 20px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* 会社情報ページ・役員一覧 */
#directors{
}
/* お問い合わせページ・電話項目画像 */
#tellme{
	margin: 10px 20px;
	width: 510px;
	text-align: left;
}
/* アクセスページ・詳細地図 */
#syosaimap{
	height: 400px;
	width: 510px;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* アクセスページ●●でお越しの方〜欄 */
#cometo{
	margin: 10px 20px;
	width: 510px;
	text-align: left;
}
#cometo dl{
	margin-top: 10px;
	margin-bottom: 10px;
}
#cometo dt{
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}
#cometo dd{
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
/* リンクページ・リンク項目 */
.link{
	text-align: left;
	width: 235px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.link ul{
	list-style-type: none;
}
.link li{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: circle;
}
.link dl{
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
.link dt{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #738AC1;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.link dd{
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 12px;
}
/* 後に追加していくスタイルシートはここに追加すること */
.photo235{
	height: 176px;
	width: 235px;
	margin-right: 15px;
	margin-left: 20px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search{
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
/* 横に2枚並ぶ画像DIV */
.img_2{
	height: 176px;
	width: 510px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.img_2 #img1{
	margin-right: 20px;
}
.img_2 #img2{
	margin-left: 20px;
}
/* 事業紹介横にイメージ有り */
.businessinfo_a{
	width: 510px;
	margin-right: 20px;
	margin-left: 20px;
}
.businessinfo_a .text{
	text-align: left;
	width: 270px;
	float: left;
	height: 176px;
	margin: 0px;
	padding: 0px;
}
.businessinfo_a .image{
	margin: auto;
	padding: 0px;
	position: relative;
	height: 176px;
	width: 235px;
}
.topimgmenu{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#aisatsu_title{
	height: 15px;
	width: 340px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
	background:#000000;
}

#aisatsu_title2{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
	background:#000000;
}

#aisatsu{
	height: 180px;
	width: 220px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right:120px;
	text-align: left;
	background-image:url(../images/img_02.jpg);
	background-color: #000000;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.style{line-height: 18px;}

/* 追加項目ここまで */

/* メインコンテンツの項目は各条件下の下に配置し、変更しやすいようにすること。 */
#mct{
	margin: 7px auto auto;
	width: 800px;
	background-image: url(../images/mct_back.gif);
	background-repeat: repeat-y;
}
/* サイドバー無し */
#mctnon{
	background-image: url(../images/mct_back.gif);
	background-repeat: repeat-y;
}
/* サイドバー無し・縦一列 */
#mctnon .title1{
	height: 27px;
	font-size: 14px;
	padding-top: 13px;
	background-image: url(../images/mctnon_title1.gif);
	width: 780px;
	text-align: left;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mctnon .contents1{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
/* サイドバー無し・縦二列 */
#mctnon .title2{
	background-image: url(../images/mctnon_title2.gif);
	width: 375px;
	height: 27px;
	padding-top: 13px;
	font-size: 14px;
	padding-left: 20px;
	text-align: left;
}
#mctnon .contents2{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 20px;
}
/* サイドバー無し・縦三列 */
#mctnon .title3{
}
#mctnon .contents3{
}
/* メインコンテンツ内にサイド分けがある場合 */
#mctnon .sidetitle{
}
#mctnon .sidetext{
}
/* サイド分け・縦一列 */
#mctnon .stitle1{
}
#mctnon .scontents1{
}
/* サイド分け・縦二列 */
#mctnon .stitle2{
}
#mctnon .scontents2{
}

/* 左か右サイドバー有り */
#mctssb{
	width: 550px;
	background-image: url(../images/contents_back.gif);
	background-repeat: repeat-y;
}
/* 左か右サイドバー有り・縦一列 */
#mctssb .title1{
	background-image: url(../images/mctssb_title1.gif);
	margin: 10px;
	height: 27px;
	width: 510px;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 13px;
}
#mctssb .contents1{
	margin: 10px 20px;
	width: 510px;
	text-align: left;
}
/* 左か右サイドバー有り・縦二列 */
#mctssb .title2{
	background-image: url(../images/mctssb_title2.gif);
	height: 27px;
	width: 235px;
	font-size: 14px;
	padding-top: 13px;
	padding-left: 20px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#mctssb .contents2{
	text-align: left;
	width: 235px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}

/* 両方サイドバー有り */
#mctlrsb{
}
/* 両方サイドバー有り・縦一列 */
#mctlrsb .title1{
}
#mctlrsb .contents1{
}
/* 両方サイドバー有り・縦二列 */
#mctlrsb .title2{
}
#mctlrsb .contents2{
}
#zlink{
	text-indent: -9999px;
}
