@charset "Shift_JIS";

/* ---- 基本設定 ---- */

body {
	margin-top: 0px;
	padding: 0px;
	background: #fcecf7;
	text-align:center;
}
/* ---- 外枠の背景色（ピンク）を変更する場合は↑ココの「#fcecf7」を変更してください ---- */

h1 {
	font-size: 11px;
	font-weight: normal;
        color : #fcecf7;
	padding : 2px 0px;
	margin : 0px;
}

div#headcopy{
	text-align : left;
	width : 800px;
	margin-left: 5px;
	margin-right: auto;
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0px;
}

div#wrapper {
	margin:0px;
	width : 800px;
	border:solid 1px #aac;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#header {
	width : 800px;
	height : 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #db7093;
	background-image: url(../images/logo.jpg);
}
/* ---- タイトル画像を変える場合は↑ココのファイル名「logo.jpg」を変更します 画像サイズは800×150 ---- */

h2 {
	margin : 0px;
	padding : 30px;
	font-size: 24px;
	font-weight : bolder;
	text-align : center;
}

h2 a {
	color : #fff !important; ;
	font-weight : bolder;
	text-decoration: none;
}
/* ---- サイトタイトルの文字色を変更する場合は↑ココの「#fff」部分を変更します ---- */

h3 {
	text-align : center;
	font-size : 12px;
	font-weight : normal;
	color : #fff;
	margin-top : 0px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 0px;
}
/* ---- サイト説明文の文字色を変更する場合は↑ココの「#fff」部分を変更します ---- */

h4 {
	margin: 5px 0px 10px 0;
	padding: 0.4em 0 0.2em 20px;
	background: url(../images/h2.gif) no-repeat left;
	border-bottom: 1px dashed #ff1493;
	font-size: medium;
}
/* ---- 大見出しのリストアイコンを変更する場合は↑ココの「h2.gif」を変更します ---- */

h5 {
	margin: 5px 0px 10px 0;
	padding: 0.4em 0 0.2em 20px;
	background: url(../images/h3.gif) no-repeat left;
	border-bottom: 1px dashed #ff1493;
	font-size: small;
}
/* ---- 小見出しのリストアイコンを変更する場合は↑ココの「h3.gif」を変更します ---- */

div.sl {
	text-align : left;
	font-size : 10px;
	margin : -2px 0px -2px 15px;
}

div.ad {
	margin : -2px 0px -10px 12px;
}

/* ---- リンク欄を使用しない場合は削除してください↓ココから ---- */
div#link {
	text-align : center;
	margin : 0px 0px 0px 0px ;
	font-size : 12px;
	background-color: #fff;
	padding:0px 0px;
}

div#link a {
	color : #00f;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 15px;
}
/* ---- リストアイコンを変更する場合には↑ココの「arrow.gif」を変更します ---- */

div#link a:hover {
	color : #00f;
	text-decoration: none;
}
/* ---- リンク欄を使用しない場合は削除してください↑ココまで ---- */

/* ---- 著作権問題のからまないタイトル画像を使用する場合はこの項目を削除します↓ココから ---- */
div#photo {
	font-weight : normal;
	font-size : 10px;
	color : #000;
	text-align : right;
	margin : 0px 5px 0px 0px;
}
/* ---- 著作権問題のからまないタイトル画像を使用する場合はこの項目を削除します↑ココまで ---- */

div#contents {
	float:none;
	padding-left : 0px;
	width : 750px;
	text-align:left;
	font-size:12px;
	line-height:1.5em;
}

div#footer {
	clear : both;
}

/* ---- リンクの色 ---- */
a:link {
	color: #00f;
	background: transparent;
}

a:visited {
	background: transparent;
}

a:hover {
	color: #00f;
}

a:active {
	color: #00f;
	background: transparent;
}

/* ---- コンテンツ ---- */

div#contents ul {
  margin-top : 1em;
}

div#contents li {
  margin-bottom: 0.5em;
  list-style: url(../images/ul6.gif);
}
/* ---- ULのリストアイコンを変更する場合は↑ココの「ul6.gif」を変更します ---- */

div#contents ul ul li {
  margin-bottom: 0.5em;
  list-style: circle;

}

div#contents p {
	margin: 0.8em 1em 0;
	line-height: 1.5;
}

/* ---- フッタ関連 ---- */

div#footer {
	margin-top: 30px;
	border-top: 1px solid #666666;
	background-color: #db7093;
	width: 800px;
	height:37px;
	padding: 0px;
}
/* ---- フッター欄の背景色を変更する場合は↑ココの「#db7093」を変更します ---- */

div#footer p {
	margin: 8px;
}

/* ---- フッター内のその他のリンクがいらない場合は↓ココから削除してください ---- */
p#link2 {
	width: 80%
	text-align:center;
	font-size: 9px;
}
/* ---- フッター内のその他のリンクがいらない場合は↑ココまで削除してください ---- */

p#copyright {
	width: 100%;
	text-align: center;
	font-size: 11px;
}