@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #660000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #660000;		/*リンクの文字色*/
}

a:hover {
	color: #cc0000;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/banner2.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 129px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 941px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #660000;
	color: #fff;
        background-position: center center;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 12px;		/*h1タグの文字サイズ*/
	line-height: 13px;
        color: #ffffff;
	position: absolute;
	right: 130px;	/*ヘッダーに対して右から0pxの位置に配置*/
	top: 10px;	/*ヘッダーに対して下から0pxの位置に配置*/
}

#header div p {
    position: absolute;
    top: 0;
    left: 0;
}
#header a{
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  height: 110px;
  width: 360px;
  left: 580px;
}

/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 100%;
	color: #800000;
        background-color: #FFFFFF;
	border-bottom: 1px solid #660000;		/*h2タグの下線*/
	background-image: url(images/h2bg2.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #660000;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
}

div#main .new{
	width: 600px;
	height: 100px;
	overflow: auto;
	margin: 2px 20px 0px 40px;
        padding: 5px;
        border: 1px solid #cccccc;
}



#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #ffffff;/*背景色*/
	border: 1px solid #660000;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
        float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;				/*h3タグの文字色*/
	background-color: #FFFFFF;/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #660000;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#side img {padding: 5px 0px 5px 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 30px;
	font-size: 100%;
        color: #fff;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg2.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 25px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;
}


/*アイコン
---------------------------------------------------------------------------*/
#icon {
           margin: 2px 2px 0px 0px;
}

#icon img { margin: 2px 2px 0px 0px; }


/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
        height: 30px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 941px;
        background-color: #660000;
        text-align: center;
	color: #fff;
        clear: both;
	width: 100%;
}



/*トップページの「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 688px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
        border: 1px solid #660000;
}

#main dl.new dt {
	font-weight: bold;		/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #0055a2;	/*日付ごとに入る下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {                                       /*トップページ商品*/
	width: 708px;
        line-height: 1.3;
}

.ta1, .ta1 td, .ta1 th{
	border: 0.5px solid #660000;
}

.ta1 td, .ta1 th{
	padding: 1px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #cc9966;	/*左側thタグの背景色*/
	width: 110px;				/*左側thタグの幅*/
	text-align: center;
}

.ta1 td{
         text-align: center;
}


.ta2 {  
	width: 708px;                   /*リンクページ*/
        line-height: 1.5;
}

.ta2, .ta2 td, .ta2 th{
	border: 0.5px solid #660000;
}

.ta2 td, .ta1 th{
	padding: 2px;	/*テーブル内の余白*/
}

.ta2 th{
	background-color: #cc9966;	/*左側thタグの背景色*/
	width: 200px;				/*左側thタグの幅*/
	text-align: center;
}

.ta2 td{
	background-color: #fff;	/*左側thタグの背景色*/
	width: 500px;				/*左側thタグの幅*/
}

.ta3 {
	width: 708px;
}

.ta3, .ta3 td, .ta3 th{
	border: 0px solid #660000;
}

.ta3 td, .ta1 th{
	padding: 1px;	/*テーブル内の余白*/
}

.ta3 th{
	background-color: #fff;	/*左側thタグの背景色*/
	width: 60px;				/*左側thタグの幅*/
	text-align: center;
}


.ta4 {
	width: 708px;
}

.ta4, .ta4 td, .ta4 th{
	border: 1px solid #ccc;
}

.ta4 td, .ta4 th{
	padding: 5px;text-align: center;	/*テーブル内の余白*/
}

.ta4 th{
	background-color: #FDF8F9;	/*左側thタグの背景色*/
	text-align: center;
}


.ta5 {
	width: 708px;            /*種類*/
}

.ta5, .ta5 td, .ta5 th{
	border: 1px solid #660000;
}

.ta5 td, .ta5 th{
	padding: 1px; text-align: left;	/*テーブル内の余白*/
}

.ta5 th,{
	width: 200px;
        background-color: #cc9966;	/*左側thタグの背景色*/
	text-align: left;
}



.ta6 {
	width: 708px;        /*質問*/
       	line-height: 1.3;
        margin:8px 0px 5px 0px;
}

.ta6, .ta6 td, .ta6 th{
	border: 0.5px solid #660000;
	line-height: 1.3;
}

.ta6 td, .ta6 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta6 th{
	background-color: #cc9966;	/*左側thタグの背景色*/				
	text-align: left;
}

.ta6 td{
	background-color: #fff;	/*左側thタグの背景色*/
text-align: left; 
	line-height: 1.3;			

}


.ta7 {
	width: 708px;          /*見積もり結果*/
        line-height: 1.3;
        margin:8px 0px 5px 0px;
}

.ta7, .ta7 td, .ta7 th{
	border: 0.5px solid #333333;
	line-height: 1.3;
}

.ta7 td, .ta7 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta7 th{
	background-color: #dbeff0;	/*左側thタグの背景色*/
	width: 200px;				/*左側thタグの幅*/
	text-align: left;
}

.ta7 td{

	width: 100px;
        font color: #696969;
        text-align: right; 
	line-height: 2;				/*左側thタグの幅*/

}


.ta8 {
	width: 708px;
        text-align: center;
}

.ta8, .ta8 td, .ta8 th{
	border: 2px solid #d3d3d3;
}

.ta8 td, .ta8 th{
	padding: 2px;	/*テーブル内の余白*/
}

.ta8 th{
	background-color: #dbeff0;	/*左側thタグの背景色*/
	width: 200px;				/*左側thタグの幅*/
	text-align: center;
}

.ta8 td{

	width: 100px;
        font color: #696969;
        text-align: center; 
	line-height: 1.3;				/*左側thタグの幅*/

}

.ta9 {
	width: 100px;
        text-align: center;
}

.ta9, .ta9 td, .ta9 th{
	border: 0.5px solid #d3d3d3;
}

.ta9 td, .ta9 th{
	padding: 0px;	/*テーブル内の余白*/
}

.ta9 th{
	background-color: #dbeff0;	/*左側thタグの背景色*/
	width: 200px;				/*左側thタグの幅*/
	text-align: center;
}

.ta9 td{

	width: 100px;
        font color: #696969;
        text-align: center; 
	line-height: 1.3;				/*左側thタグの幅*/
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #729646;
}

.look {
	background-color: #ffffff;
}

.mb1em {
	margin-bottom: 1em;
}
    
