/* ◆◆◆ リンク色 ◆◆◆ */
a { text-decoration:none; text-decoration:underline; }
a:link { color:#FF0066; }
a:hover { color:#FF0000; font-style:italic; }
a:visited { color:#CC0066; }

/* ◆◆◆ 全体 ◆◆◆ */
body {
	background-image:url(img/bg.jpg);
	font-size:14px;
	color:#000066;
}

/* ◆◆◆ 見出しの設定 ◆◆◆ */
h2{
	background-color:#FFFFCC;
	border-left:double 5px blue;
	text-indent:1em;
}

h3 {
	background-color:#99FFFF;
	text-indent:1em;
}

/* ◆◆◆ 段落の設定 ◆◆◆ */
p {
	text-indent:0.7em;
}

/* ◆◆◆ ヘッダー ◆◆◆ */
#header {
	width:800px;
	margin:auto;
	background-color:#FFCCCC;
}

/* ◆◆◆ ヘッダーテキスト ◆◆◆ */
#head_text {
	font-size:12px;
	padding:5px;
}

/* ◆◆◆ タイトル画像 ◆◆◆ */
#title_img01 {
	background-image:url(img/title01.jpg);
	width:800px;
	height:200px;
}

#title_img02 {
	background-image:url(img/title02.jpg);
	width:800px;
	height:200px;
}

#title_img03 {
	background-image:url(img/title03.jpg);
	width:800px;
	height:200px;
}

#title_img04 {
	background-image:url(img/title04.jpg);
	width:800px;
	height:200px;
}

#title_img05 {
	background-image:url(img/title05.jpg);
	width:800px;
	height:200px;
}

#title_img06 {
	background-image:url(img/title06.jpg);
	width:800px;
	height:200px;
}

#title_img07 {
	background-image:url(img/title07.jpg);
	width:800px;
	height:200px;
}

#title_img08 {
	background-image:url(img/title08.jpg);
	width:800px;
	height:200px;
}

#title_img09 {
	background-image:url(img/title09.jpg);
	width:800px;
	height:200px;
}

#title_img10 {
	background-image:url(img/title10.jpg);
	width:800px;
	height:200px;
}

/* ◆◆◆ メイン ◆◆◆ */
#main {
	width:800px;
	margin:auto;
}

/* ◆◆◆ パンくずリスト ◆◆◆ */
#pan {
	font-size:12px;
	color:#FF00FF;
}

/* ◆◆◆ 左側 ◆◆◆ */
#left {
	width:200px;
	margin-bottom:20px;
	float:left;
	border:solid 1px red;
}	

/* ◆◆◆ メニュー ◆◆◆ */
#menu {
	text-align:center;
	background-color:#FFCCFF;
	padding:20px 10px;
}

/* ◆◆◆ 左側の画像 ◆◆◆ */
#side01 {
	width:200px;
	height:600px;
	background-image:url(img/side01.jpg);
}

#side02 {
	width:200px;
	height:600px;
	background-image:url(img/side02.jpg);
}

#side03 {
	width:200px;
	height:600px;
	background-image:url(img/side03.jpg);
}


/* ◆◆◆ コンテンツ ◆◆◆ */
#contents {
	width:555px;
	padding:20px;
	overflow:hidden;
}

/* ◆◆◆ コンテンツ内の画像 ◆◆◆ */
.img {
	border:solid 1px #FF00FF;
	margin:5px;
	float:right;
}

/* ◆◆◆ フッター ◆◆◆ */
#footer {
	clear:both;
	width:800px;
	margin:auto;
	border-top:solid 1px gray;
}

/* ◆◆◆ リンク ◆◆◆ */
#link {
	font-size:12px;
}

/* ◆◆◆ コピーライト ◆◆◆ */
#copyright {
	margin-top:5px;
	background-color:#FFCCCC;
	color:#0000FF;
	padding: 5px;
}