@charset "Shift_jis";
/* ---------------------------------------------------------
  CUFFS official homepage
  (c) CUFFS
--------------------------------------------------------- */


/* ---------------------------------------------------------
  initialize
--------------------------------------------------------- */
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  margin: 0;
}
ol, ul, li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img, abbr {
  border-width: 0;
}
img {
	vertical-align: text-bottom;
	border-width: 0;
}
a img {
	border-width: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: bold;
}
caption, th {
  text-align: left;
}


/* ---------------------------------------------------------
  global class
--------------------------------------------------------- */

hr.clear {
	padding: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
}


/* ---------------------------------------------------------
  layout
--------------------------------------------------------- */
#wrapper {
	width: 807px;
	margin: 0 auto 20px auto;
}

#article_top {
	width: 800px;
	margin: 10px auto 0 auto;
}

#footer {
	margin: 20px 0 0 0;
}


/* ---------------------------------------------------------
  design
--------------------------------------------------------- */
body {
	font-family:  'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Osaka', 'Verdana', 'Arial', sans-serif;
	font-size: 14px;
	color: black;
	background-color: #f0b1ac;
	line-height: 1.4;
}

h1, h2 {
	color: #ea9ea2;
}
h2 {
	font-size: 1.5em;
	text-align: center;
	margin: 0 auto 20px auto;
}
h3 {
	font-size: 1.25em;
	margin-top: 1em;
}
h4 {
	font-size: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-top: 1em;
}
h6 {
	font-size: 1em;
	margin-top: 1em;
}

/*
* article
*/
#article_top {
	background: url('images/content_wrapper_top.jpg') left top no-repeat transparent;
	padding-top: 28px;
}
#article {
	background: url('images/content_wrapper_body.jpg') left top repeat-y transparent;
	padding: 0 26px;
}
#article_bottom {
	background: url('images/content_wrapper_bottom.jpg') left bottom no-repeat transparent;
	padding-bottom: 20px;
}


/*
* footer
*/
#footer {
	color: #cd7c81;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	border-top: 1px solid #cd7c81;
}


/*
* global navigation
*/
#global_nav li {
	float: left;
	height: 42px;
	padding: 0;
	margin: 0;
}
#global_nav a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#global_nav a:hover {
	background-position: 0 -42px;
}
/* navi image */
#global_nav #nav_top {
	background-image: url('images/nav_01-top.gif');
	width: 75px;
}
#global_nav #nav_products {
	background-image: url('images/nav_02-products.gif');	
	width: 92px;
}
#global_nav #nav_shop {
	background-image: url('images/nav_03-shop.gif');	
	width: 92px;
}
#global_nav #nav_support {
	background-image: url('images/nav_04-support.gif');	
	width: 92px;
}
#global_nav #nav_staff {
	background-image: url('images/nav_05-staff.gif');	
	width: 92px;
}
#global_nav #nav_link {
	background-image: url('images/nav_06-link.gif');	
	width: 92px;
}
#global_nav #nav_recruit {
	background-image: url('images/nav_07-recruit.gif');	
	width: 92px;
}
#global_nav #nav_information {
	background-image: url('images/nav_08-information.gif');	
	width: 92px;
}
#global_nav #nav_mail {
	background-image: url('images/nav_09-mail.gif');	
	width: 88px;
}


/*
* ul
*/
ul.disc,
ul.circle {
	padding-left: 1em;
}
ul.disc li {
	list-style-type: disc;
}
ul.circle li {
	list-style-type: circle;
}


/*
* section
*/
.section > * {
	margin-left: 20px;
}
.section > h2,
.section > h3,
.section > h4 {
	margin-left: 0;
}

