/*商品紹介・一覧ページ*/

/*画像定義*/
IMG{
	vertical-align	: middle;
	}
	
/*記事タイトル*/
H2{
	width				: 780px;
	height				: 31px;
	margin				: 0px 0px 15px 0px;
	}
H2.half{
	width				: 380px;
	height				: 31px;
	margin				: 0px 0px 15px 0px;
	}
H3{
	width				: 180px;
	height				: 25px;
	margin				: 0px 0px 15px 0px;
	color				: #fff;
	}
	
/*分割*/
.articlehalfL{
	line-height			: 1.5em;
	width				: 380px;
	float				: left;
	}
.articlehalfR{
	line-height			: 1.5em;
	width				: 380px;
	margin-left			: 20px;
	float				: left;
	}
	
/*製品概要コピー*/
#copy{
	text-align			: center;
 	font-size			: middle;
 	font-weight			: bold;
 	color				: #999;
 	margin				: 10px;
 	}
 	
 /*製品概要記事*/
#intro{
	width				: 755px;
	margin-left			: 25px;
	margin-bottom		: 20px;
	border-bottom		: double 5px #ccc;
	}
#introhalf{
	width				: 380px;
	height				: 200px;
	margin-bottom		: 20px;
	border-bottom		: double 5px #ccc;
	}/*ボックス下二重線*/
.introlist{
	list-style-position	: inside;
	}/*二重線用リスト*/


/*メニュー設定*/
#pictcatalog{
	width				: 780px;
	margin				: 0px 0px 15px 0px;
	border-collapse		: separate;
	}
.pictcataloghalf{
	width				: 380px;
	margin				: 0px 0px 15px 0px;
	}
.cata{
    width				: 195px;
    text-align			: center;
    }
.catatopright{
    width				: 195px;
    text-align			: center;
    border-top			: dashed 1px #ccf;
    border-right		: dashed 1px #ccf;
    }
.cataright{
    width				: 195px;
    text-align			: center;
    border-right		: dashed 1px #ccf;
    }
.catarightbottom{
    width				: 195px;
    text-align			: center;
    border-right		: dashed 1px #ccf;
    border-bottom		: dashed 1px #ccf;
    }
.catarightbottomleft{
    width				: 195px;
    text-align			: center;
    border-right		: dashed 1px #ccf;
    border-bottom		: dashed 1px #ccf;
    border-left			: dashed 1px #ccf;
    }
.catarightleft{
    width				: 195px;
    text-align			: center;
    border-right		: dashed 1px #ccf;
    border-left			: dashed 1px #ccf;
    }
.catabottom{
    width				: 195px;
    text-align			: center;
    border-bottom		: dashed 1px #ccf;
    }
.catabottomleft{
    width				: 195px;
    text-align			: center;
    border-bottom		: dashed 1px #ccf;
    border-left			: dashed 1px #ccf;
    }
.cataleft{
    width				: 195px;
    text-align			: center;
    border-left			: dashed 1px #ccf;
    }
.catapict{
	margin		: 0px 10px 10px 10px;
	}

