@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #21180F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF url(img/bg.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆左右中央・(上下の)上部に配置*/
}
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: #21180F;
}
a:hover {
	color: #FF007E;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}

/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;			/*文字サイズ*/
	line-height: 24px;		/*行間*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	color: #FFFFFF;			/*文字色*/
	text-align: right;		/*右よせ*/
}
h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
}
/*ロゴ画像設定*/
#header #logo {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;			/*文字サイズ*/
	color: #FFFFFF;	
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メインメニュー（ヘッダー下の横並びのメニュー）								
---------------------------------------------------------------------------*/								
ul#menu {
	height: 64px;
	padding-top: 3px;
}
							
ul#menu li {								
	float: left;							
	line-height: 64px;							
	height: 64px;							
	margin-right: 1px;							
	font-size: 12px;
	padding-right: 3px;							
}								
								
ul#menu a {								
	color: #95f810;		/*メニューの文字色*/
	width: 157px;						
	text-decoration: none;							
	display: block;												
	text-align: center;							
	background-image: url(img/menu_bg.gif);	/*メニューの背景画像*/						
	background-repeat: no-repeat;							
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/						
}								
								
ul#menu a:hover {								
	background-image: url(img/menu_on.gif);	/*メニューの背景画像*/						
	background-repeat: no-repeat;							
	color: #0000ff;	/*カーソルオーバー時の文字色*/
			
					
}								
								
ul#menu li.last {
margin-right: 0;
}								
								
}								
ul#menu img {								
	vertical-align: bottom;							
}								

}





/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
		text-align: center;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-top: 20px;
	padding-bottom: 30px;

}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 685px;
	padding: 8px 0px 8px 10px;	/*左から、上、右、下、左への余白*/
	background: #21180F url(img/bg2.gif);	/*背景色、背景画像の読み込み*/
	border-left: 5px solid #FF007E;	/*左側の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}


/*商品テーブル
---------------------------------------------------------------------------------------*/
#box {
        background: #fff8e6;
	width: 700px;
        padding-top: 0px;
	border-top: solid 1px #00ffff;
	border-bottom: solid 1px #00ffff;
	border-left: solid 1px #00ffff;
	border-right: solid 1px #00ffff;
	text-align: left;
}
#box img {
        width: 120px;
	margin-top: 0px;
	padding: 1px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px dotted #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。solid*/
	margin: 2px;

}
#box td {

	text-align: center;
	vertical-align: top;
	padding-top : 0em;
	padding-bottom : 0em;
}

#box a:link {
	color: #3c3cff;
	font-weight: normal;
	font-size: 12px;
	font-weight : bold;l
	ine-height : 1;
	color : blue;
	text-decoration : none;
}


#box a:hover {
	color: #1D9A02;	   /*カーソルオーバー時のボックス（緑色）設定*/
}

#box a:hover img {
	border: 1px solid #1D9A02;	/*カーソルオーバー時のボックスのフチ色（緑色）設定*/
}

#box p {
	vertical-align: top;
	text-align: left;
	font-size : 12px;
	font-weight : normal;
	line-height : 1.2;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
}



#ta { 
	color: #00cc00;
	font-weight: bold;
	text-align: left;
}


#tt {
	font-family : Tahoma;
        color : red;
	font-weight : bolder;
	text-align: left;
	font-size : 20px;
	text-align: center;
	line-height : 1.2;
}



#box div { 
	text-align: left;

}


#box a { 
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	line-height : 1.2;

}

#tc {
	color : blue;
	font-weight: bold;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-top: 20px;
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background: #FF007E url(img/bg3.gif);	/*背景色*/
	padding: 5px;	/*余白*/
	margin-bottom: 1px;
	border-bottom: 5px solid #640031;	/*下線の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	background: #878787;	/*背景色*/
	margin-bottom: 1px;		/*メニューごとの余白*/
}
ul.submenu li a {
	display: block;
	width: 235px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
	background: #21180F;	/*背景色*/
}
ul.submenu li a:hover {
	color: #FF007E;			/*マウスオン時の文字色*/
	background: #FFFFFF;	/*マウスオン時の背景色*/
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;		/*文字サイズ*/
	background: #FF007E url(img/bg3.gif);	/*背景色*/
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;
	background: #FFF;	/*テーブル全般の背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #21180F;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #666666;	/*背景色*/
	color: #FFFFFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FF0014 url(img/bg3.gif);	/*背景色、背景画像の読み込み*/
}

/*service.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 0.5em;
	border: 3px solid #21180F;	/*ボックスの線幅、線種、色*/
	width: 674px;
	background: #FFF;	/*ボックスの背景色*/
}
/*写真*/
#main .box1 img {
	float: left;	/*画像を左に回り込み*/
	border: 1px solid #21180F;	/*画像のフチの線幅、線種、色*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	margin-left: 160px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	color: #FFF;		/*文字色*/
	background: #FF007E;	/*背景色*/
	padding: 5px;		/*余白*/
}
/*段落タグ*/
#main .box1 p {
	padding: 0px 0px 0px 5px;	/*左から、上、右、下、左への余白*/
	margin-left: 160px;	/*左の写真とバランスをとって設定*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e8ccad;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FF007E;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
