@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：DRESSCAMP
作成日：2009.08.18
修正日：2009.08.18
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * スタイル設定 - コンセプト -
 * ------------------------------------ */
 
 
/*---レイアウト------------------*/

#content {
	width:730px;
}

#content h2 {
	margin-bottom: 10px;
	padding: 20px 0 5px 0;
	background: url(../img/common/dot.gif) left bottom repeat-x;
}

#content h3 {
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 20px;
	line-height:1.6;
	padding:5px 25px;
}
