<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>無料テンプレートのソース｜CSSデザインサンプル</title>
<link rel="stylesheet" href="../../../style.css" type="text/css" media="all" />
</head>
<body id="copy">
<div id="wrapper">
<p><a href="index.html">元のページ</a>｜<a href="../../base.html">テンプレート枠トップページ</a></p>
<pre>@charset &quot;Shift_JIS&quot;;

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #CC99CC;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, Osaka, &quot;ＭＳ Ｐゴシック&quot;, &quot;MS PGothic&quot;, sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

table {
  border-collapse: collapse;
  border: solid 1px black;
}
table th, table td {
  padding: 5px;
  border: solid 1px black;
}
th{
  text-align: center;
}

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
}

#header {
  padding: 20px 20px 10px;
}

#rensoutable {
  width: 100%;
  position: relative;
}

#kihontable {
  width: 100%;
  position: relative;
}

#bunruitable {
  width: 100%;
  position: relative;
}


#container {
  width: 100%;
  padding-top: 4em;
}

/* 実質700px */
#contents { padding: 0 50px 2em; }

#footer {
  padding: 1em 0 1.5em;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
}

/* -- サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}

/* -- 概要 -- */
.description {}

/* ---------------------------------------- #rensoutableの指定 */

#rensoutable ul {
  width: 600px;
  list-style-type: none;
  position: relative;
  background-color: #FFFFFF;
}

#rensoutable li {
  width: auto;
  float: center;
  border-right: 2px groove #cccccc;
}

#rensoutable li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  color: #000000;
}

#rensoutable li a:hover {
  background-color: #FFFFFF;
  color: #ff0000;
}

/* ---------------------------------------- #kihontableの指定 */

#kihontable ul {
  width: 800px;
  list-style-type: none;
  position: relative;
  background-color: #FFFFFF;
}

#kihontable li {
  width: auto;
  float: center;
  border-right: 2px groove #cccccc;
}

#kihontable li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  color: #000000;
}

#kihontable li a:hover {
  background-color: #FFFFFF;
  color: #ff0000;
}

/* ---------------------------------------- #bunruitableの指定 */

#bunruitable ul {
  width: 800px;
  list-style-type: none;
  position: relative;
  background-color: #ccffff;
}

#bunruitable li {
  width: auto;
  float: center;
  border-right: 2px groove #cccccc;
}

#bunruitable li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #ccffff;
  color: #000000;
}

#bunruitable li a:hover {
  background-color: #ccffff;
  color: #ff0000;

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }</pre>
</div>
  <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-532522-13']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

	</script>
	<script type="text/javascript">window.google_analytics_uacct = "UA-532522-13";</script>
</body>
</html>