@charset "UTF-8";
/* CSS Document DIY情報共通スタイル設定*/

/* clearfix
-------------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
	position:relative;/*for preview*/
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ページレイアウト設定 */
/* 本文部分の設定 */
#Carea {
	width: 1004px;
	text-align: left;
}
/* ------------------------------------------------------------------------------- */
/* 汎用css設定 */
#Carea h2 {
  height: auto;
  background-color: transparent;
  background-image: none;
  border: none;
  color: #333;
  margin: 0;
  padding: 0;
}
#Carea h3 {
  height: auto;
  background-color: transparent;
  background-image: none;
  border: none;
  color: #333;
  margin: 0;
  padding: 0;
}
#Carea h4 {
  height: auto;
  background-color: transparent;
  background-image: none;
  border: none;
  color: #333;
  margin: 0;
  padding: 0;
}
#Carea h5 {
  height: auto;
  background-color: transparent;
  background-image: none;
  border: none;
  color: #333;
  margin: 0;
  padding: 0;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}
p {
	margin: 0px;
}

img {
	border: 0;
}
.imgborder {
	border: 1px solid;
	border-color: #333333;
}

.clear {
	clear: both;
}
.boldtext {
	font-weight: bold;
}
/* 汎用css設定-テキスト指定色の設定 */
/* 赤文字 */
.red {
	font-size:0.8em;
	color: #FF0000;
}
.redtext {
	color: #f00;
}
.orangetext {
	color: #ff8000;
}
.buletext {
	color: #000099;
}
.p_right {
	text-align: right;
}
.p_center {
	text-align: center;
}

.totop {
	clear: both;
  width: 510px;
  height: 16px;
	text-align: right;
}

/* ------------------------------------------------------------------------------- */
/* パンくずリスト部分の設定 */
#pankuzu {
	width: 999px;
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 10px;
	line-height: 1.8em;
	background-color: #fff;
	text-align: left;
}
#pankuzu ul {
	margin: 0;
	padding: 0 0 0.5em 0;
}
#pankuzu li {
	display: inline;
	padding: 0;
}
/* ---------------------------------------------------------------- */


/***********************************************
 * レイアウト
 ***********************************************/
#content-column {
	width: 750px;
	margin: 0 auto;
}
#content-column-max {
	width: 1004px;
	margin: 0 auto;
}
/***********************************************
 * ブロック
 ***********************************************/
.block {margin: 0 0 10px;}
 
