@charset "UTF-8";
/* CSS Document top*/

body {
}
#wrapper {
	width: 950px;
	padding: 0px;
	margin: 0px auto;
}
/*ヘッダ*/
#header {
	width: 950px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/abchops/parts/chops_head.jpg);
	position: relative;
}
#copy {
	width: 950px;
	height: 22px;
}
h1 {
	text-align: left;
}
/*メイン*/
h2 {
	font-size: 12px;
	text-align: left;
}
/*レフトナビ*/
#cnavi {
	width: 180px;
	float: left;
}
#cnavi img {
}
#cmenu {
	margin-bottom: 20px;
}
#cmenu ul {
}
#cmenu li {
	height: 40px;
	display: inline-block;
}
#clink {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #ccc;
}
#clink ul {
}
#clink li {
	height: auto;
	display: inline-block;
}
/*メインコンテンツ*/

.choptitle {
	background-image: url(../img/abchops/parts/chops_titlebar.gif);
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
h3 {
}

/*お箸について*/
#abchop {
	margin-bottom: 50px;
}
.word {
	padding-top: 30px;
	padding-left: 30px;
}
.box1 {
	width: 300px;
	float: left;
	padding-top: 20px;
}
.box1 p {
	padding-left: 50px;
	padding-bottom: 10px;
}
.box2 {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
}
#greet .end {
	padding-top: 30px;
	text-align: right;
	width: 500px;
}
/*お箸の種類*/
#type {
	margin-bottom: 50px;
}
.typebox {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 50px;
}
.typehead {
	display: block;
	font-size: 120%;
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #AAA;
}
.typebox p {
	padding-top: 10px;
}
.typebox ul {
	padding-left: 20px;
	padding-right: 20px;
}
.typebox ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.typebox ul li p {
	font-size: 110%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*お箸のマナー*/
#manner {
	margin-bottom: 50px;
	background-image: url(../img/abchops/mannerbg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/*お箸のことわざ*/
#proverb {
	margin-bottom: 50px;
	background-image: url(../img/abchops/ukiyoe_3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}