@charset "utf-8";

/*リセットスタイル：Firefox3でスクロールバーを常に表示する設定*/
html {
   overflow:scroll;
   overflow:-moz-scrollbars-vertical;
   overflow-x:scroll;
   }
   
/*リセットスタイル：画像へのリンクボーダー非表示設定*/
img {
   border:0;
   }
   
/*リセットスタイル：表のボーダー表示方法の違いを修正*/
table {
   border-collapse:collapse;
   border-spacing:0;
   }
   
/*リセットスタイル：斜体を通常体に戻す設定*/
address,em {
   font-style:normal;
   }
   
/*フォントの指定*/
* {
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
               "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", 
			   sans-serif;
   }

/*フォントの指定：IE7に対するフォントの種類*/
*:first-child+html* {
     font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	 }
	 
/*フォントの指定：IE6に対するフォントの種類*/
*html* {
     font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	 }
	 

/*ベーススタイル*/
body {
	color: #eeeeee;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

/*ヘッダー内設定*/
#header {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#header #head {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#header p {
	font-size: 14px;
	margin: 0px;
}
div#header h1 {
	margin: 0px;
}


/*パンくず設定*/
p#bread {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
}

/*コンテンツ内設定*/
div#contents {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-bottom: 25px;
}
div#contents h2 {
	margin-top: 0px;
	padding-bottom: 10px;
}

div#contents h3 {
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666633;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div#contents h4 {
	margin-right: 25px;
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A653;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #A6A653;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-weight: normal;
}

div#contents p {
	font-size: 12px;
	line-height: 1.7;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
div#contents span {
	color: #8EDBFF;

}

.pagetop {
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
	width: 625px;
	margin-right: 10px;
	padding: 0px;
}


/*フッター内設定*/
div#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 0px;
	clear: both;
	width: 840px;
}

div#footer #privacy {
	font-size: 12px;
	text-align: right;
}


/*サイドバー設定*/
div#sidebar {
	width: 170px;
	float: left;
	margin-bottom: 25px;
}
ul.menu {
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: top;
}

/*制作一覧設定*/
#frame {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#news {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
}

#news li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 3px;

}

/*スタッフ紹介設定*/
.staff {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}


address  /*Copyright文字設定*/
{
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
}

a  /*リンク時の基本文字色*/
{
	color: #FF9900;
	text-decoration: none;
}

/*会社概要設定*/
table.company {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

table.company th {
	font-weight: normal;
	width: 80px;
	line-height: 1.6;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-align: left;
	font-size: 12px;
	color: #eeeeee;
}
table.company td {
	line-height: 1.6;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
	color: #EEEEEE;
}
#mapwaku {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}


/*index用設定*/
body#home {
	background-image: none;
	text-align: center;
	color: #eeeeee;
}
#top_contents {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#topimg {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 600px;
	text-align: center;
	padding: 0px;
}
#top_contents p {
	font-size: 12px;
	line-height: 1.6;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding-bottom: 15px;
}

#midashi {
	font-size: 16px;
	line-height: 1.2;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #666600;
	margin-top: 10px;
}

body#home #frame {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 80px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
	overflow: auto;
}

body#home #news {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
}

body#home #news li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 1.6;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 3px;

}

/*ピックアップしたメニューバナーを横並びにする設定*/
#photo {
	height: 105px;
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#photo ul {
	height: 105px;
	width: 760px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#photo li {
	float: left;
	height: 105px;
	width: 140px;
	margin-right: 15px;
}

#photo li.photolast 
{
	float: left;
	height: 105px;
	width: 140px;
	margin-right: 0px;
}
