@charset "utf-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #efefef url(../images/bg_ptn.jpg);	/*背景色と壁紙設定*/
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #333333;	/*全般のリンク色*/
}
a:hover {
	color: #999999;	/*全般のカーソルオーバー時のリンク色*/
}
.color1 {
	border-bottom: 1px dashed #000000;
}


/*コンテナー（HP全体を包む枠）
---------------------------------------------------------------------------*/

/*bodyでカラー指定しない場合のコンテンツ背景画像指定*/
#container {
	background: url(../images/container_bg.gif) repeat-y;
	text-align: left;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
}

/*bodyでpinkを指定した場合のコンテンツ背景画像指定*/
#pink #container {
	background: url(../images/container_bg_pink.gif) repeat-y;
}

/*bodyでblueを指定した場合のコンテンツ背景画像指定*/
#blue #container {
	background: url(../images/container_bg_blue.gif) repeat-y;
}

/*bodyでgreenを指定した場合のコンテンツ背景画像指定*/
#green #container {
	background: url(../images/container_bg_green.gif) repeat-y;
}

/*bodyでorangeを指定した場合のコンテンツ背景画像指定*/
#orange #container {
	background: url(../images/container_bg_orange.gif) repeat-y;
}

/*bodyでpurpleを指定した場合のコンテンツ背景画像指定*/
#purple #container {
	background: url(../images/container_bg_purple.gif) repeat-y;
}

/*bodyでredを指定した場合のコンテンツ背景画像指定*/
#red #container {
	background: url(../images/container_bg_red.gif) repeat-y;
}



/*ヘッダー（メイン画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 198px;
	background: url(../images/header.jpg) no-repeat;	/*ヘッダー背景画像の指定箇所*/
}

/*ヘッダー内のh1タグ指定
---------------------------------------------------------------------------*/
#header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	overflow: hidden;
	padding-top: 160px;
	padding-left: 25px;
	font-weight: normal;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right:1px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 500px;
	display: inline;
	margin-left: 9px;
}

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

/*bodyでカラー指定しない場合のh2見出し背景画像指定*/
#main h2 {
	background: url(../images/h2_bg.gif) no-repeat;
	color: #000000;
	font-size: 120%;
	padding-right: 20px;
	padding-left: 35px;
	line-height: 35px;
	height: 40px;
	overflow: hidden;
}

/*bodyでpinkを指定した場合のh2見出し背景画像指定*/
#pink #main h2 {
	background: url(../images/h2_bg_pink.gif) no-repeat;
	color: #FF5F94;
}

/*bodyでpinkを指定した場合のh2見出し背景画像指定*/
#blue #main h2 {
	background: url(../images/h2_bg_blue.gif) no-repeat;
	color: #40baff;
}

/*bodyでgreenを指定した場合のh2見出し背景画像指定*/
#green #main h2 {
	background: url(../images/h2_bg_green.gif) no-repeat;
	color: #7ACE4D;
}

/*bodyでorangeを指定した場合のh2見出し背景画像指定*/
#orange #main h2 {
	background: url(../images/h2_bg_orange.gif) no-repeat;
	color: #ffa200;
}

/*bodyでpurpleを指定した場合のh2見出し背景画像指定*/
#purple #main h2 {
	background: url(../images/h2_bg_purple.gif) no-repeat;
	color: #b635ff;
}

/*bodyでredを指定した場合のh2見出し背景画像指定*/
#red #main h2 {
	background: url(../images/h2_bg_red.gif) no-repeat;
	color: #FF2020;
}

#main h3 {
	padding-left: 10px;
}

/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 255px;
	display: inline;
	margin-right: 5px;
	padding-top: 10px;
	color: #FFFFFF;		/*サイドコンテンツの文字色*/
}

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

#side a {
}

#side a:hover {
	color: #000000;	/*サイドコンテンツのカーソルオーバー時のリンク色*/
}

/*bodyでカラー指定しない場合のh3見出し背景画像指定*/
#side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	border: 3px double #A0A0A0;
	margin-bottom: 10px;
}
#side a {	color: #000000;}

/*bodyでpinkを指定した場合のh2見出し背景画像指定*/
#pink #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #ff5f94;
	border: 3px double #ff5f94;
}
#pink #side a {	color: #ff5f94;}

/*bodyでblueを指定した場合のh2見出し背景画像指定*/
#blue #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #40baff;
	border: 3px double #40baff;
}
#blue #side a {	color: #40baff;}

/*bodyでgreenを指定した場合のh2見出し背景画像指定*/
#green #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #7ace4d;
	border: 3px double #7ace4d;
}
#green #side a {	color: #7ace4d;}

/*bodyでorangeを指定した場合のh2見出し背景画像指定*/
#orange #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #ffa200;
	border: 3px double #ffa200;
}
#orange #side a {	color: #ffa200;}

/*bodyでpurpleを指定した場合のh2見出し背景画像指定*/
#purple #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #b635ff;
	border: 3px double #b635ff;
}
#purple #side a {	color: #b635ff;}

/*bodyでredを指定した場合のh2見出し背景画像指定*/
#red #side h3 {
	font-size: 120%;
	text-align: center;
	background: #FFFFFF;
	color: #ff2020;
	border: 3px double #ff2020;
}
#red #side a {	color: #ff2020;}



/*フッター（最下部のコピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	color: #FFFFFF;			/*文字色*/
	background: #000000;	/*背景色*/
	text-align: center;		/*文字をcenter（中央よせ）する設定*/
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#side dl.new {
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	border-right: 1px solid #999999;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #999999;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #999999;		/*What's Newのフチの左ライン*/
	background: #f5f5f5;	/*What's Newボックスの背景色*/
}

#side dt {
	font-weight: bold;	/*日付を太字に。。*/
	color: #000000;		/*日付の文字色を黒（#000000）に*/
}

#side dd {
	border-bottom: 1px solid #999999;	/*説明文の下に1pxの直線(solid)を#999999の色で入れる。*/
	color: #000000;		/*日付の文字色を黒（#000000）に*/
}

/*ボックス
---------------------------------------------------------------------------*/
div.box {
	margin: 10px 10px 10px 20px;
	line-height: 150%;
}
/*リスト
---------------------------------------------------------------------------*/
ul.gel1 {
	list-style-image:url("../images/pin1.gif");
	margin-left: 20px;

}
ul.gel1 li{
	font-size: 12px;
	line-height: 160%;
}

ul.gel2 {
	list-style-image:url("../images/pin2.gif");
	margin-left: 20px;

}
ul.gel2 li{
	font-size: 12px;
	line-height: 160%;
}
/*サイトマップ
---------------------------------------------------------------------------*/
#SiteMap {
    font-size: 14px;
    padding-left: 30px;
}
#SiteMap a {
    color: #808080;
    text-decoration: none;
}
#SiteMap a:hover {
    text-decoration: underline;
    color: #FF80C0;
}
.level1{
    background-image:url(../images/pin1.gif);
    background-position:0px 4px;
    background-repeat:no-repeat;
    padding: 0px 0px 5px 25px;
}
.level2{
    background-image:url(../images/pin2.gif);
    background-position:30px 4px;
    background-repeat:no-repeat;
    padding: 0px 0px 5px 55px;
}
.level3{
    background-image:url(../images/pin3.gif);
    background-position:60px 4px;
    background-repeat:no-repeat;
    padding: 0px 0px 5px 85px;
}
.level4{
    background-image:url(../images/pin4.gif);
    background-position:90px 4px;
    background-repeat:no-repeat;
    padding: 0px 0px 5px 115px;
}
/*請求フォーム
---------------------------------------------------------------------------*/
table.contact {
    background-color: #FFFFFF;
}
table.contact td {
    font-size: 12px;
    line-height: 150%;
    padding:5px;
    vertical-align:middle;
    background-color: #FFFFFF;
    border:1px solid #E0E0E0;
}
table.contact th {
    font-size: 12px;
    padding:5px;
    background-color: #EEEEEE;
    vertical-align:middle;
    text-align:left;
}

.txt_red {
    color: #FF80C0;
}

.txt_blue {
    color: #0066ff;
}

.formtext {
    border:1px solid #E0E0E0;
    padding: 5px;
    margin-bottom: 10px;
}
.err_message {
    border:1px solid #FFC8E3;
    padding: 5px;
    margin-bottom: 10px;
    color:#FF80C0;
}
.thankstext {
    border:1px solid #E0E0E0;
    padding: 20px;
    margin-top:100px;
    text-align:center;
    font-size: 16px;
    line-height: 150%;
}
.conbox {
	text-align:center;
	margin-bottom:10px;
}
/*ラインナップ
---------------------------------------------------------------------------*/

.l_box {
	width: 500px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.l_box_img {
	width: 200px;
	float: left;
}
.l_box_text {
	width: 280px;
	font-size: 11px;
	padding-left: 10px;
	float: left;
	line-height: 130%;
}
.l_box_title {
	color: #0080C0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.lineup_list {
	list-style-type: disc;
	margin-left: 20px;

}
ul.lineup_list li{
	font-size: 11px;
	line-height: 130%;
	margin-bottom: 3px;
}

.lineup_space {
	clear:both;
}
/*製品を探す
---------------------------------------------------------------------------*/
table.search {
    background-color: #FFFFFF;
}
table.search td {
    font-size: 10px;
    line-height: 150%;
    padding:5px;
    vertical-align:middle;
    background-color: #FFFFFF;
    border:1px solid #E0E0E0;
}
table.search th {
    font-size: 10px;
    padding:5px;
    background-color: #EEEEEE;
    vertical-align:middle;
    text-align:center;
}
