﻿@charset "utf-8";
/*
	Author: 標準添付
	Website: http://tunacansoft.web.fc2.com/
	Description: シンプルで飽きのこないモノクロデザイン
	License: MIT
*/


/*
 *
 *   BASIC
 *
 */

*{
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font: normal 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #eee ;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}
h1 { font-size: 300%; }

h2{
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
	font-size: 120%;
	border-left: 3px double #000000;
	border-bottom: 1px solid #000000;
}

h3{
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
	font-size: 110%;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
h4{
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
	font-size: 110%;
	border-left: 1px solid #000000;
}

ul, li{
	list-style-type: none;
}
ul {
	padding-left: 10px;
}

p { padding: 10px 0px 10px 0px; }

hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

pre {
	background-color: #eee;
	color: #000;
	margin-left: 1.5em;
	margin-right: 1em;
	padding: 10px;
	overflow: scroll;
}

blockquote {
	border-style: solid;
	border-color: #ddd;
	border-width: 2px;
	margin-left: 3em;
	margin-right: 3em;
	padding: 4px;
}

dl {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

a { text-decoration: none; }
a:link { color: #000; }
a:visited { color: #555; }
a:hover { color: #000; text-decoration: underline;}
a:active { color: #888; }


/*
 *
 *		ID / CLASS
 *
 */

#container {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background:#fff;
	border:1px solid #000;
}

#header{
	text-align: center;
}

#logo{
	height: 100px;
	line-height: 100px;
	padding-left: 30px;
	text-align: left;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #000;
}

#side{
	padding-top: 20px;
	margin-left:610px;
	width:180px;
}
.current {
	background:#eee;
}
.current ul{
	background: #fff;
}

#side .module{
	padding: 5px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #000;
}
#side .module h2 {
	font-size: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.article{
	float: left;
	width: 580px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 30px;
}

.article a { text-decoration: underline; }

.article .topic{}

.article .topic h2 {
	margin: 20px 100px 20px 0px;
	padding-left: 20px;
	font-size: 150%;
	border-left: 5px double #000000;
	border-bottom: 1px solid #000000;
}

.article .text{
	line-height: 135%;
	
}

.article .text img{
	padding: 5px;
	border: solid 1px #EEE;
}

.article ul, .article li{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1em;
}

#footer{
	text-align:center;
	margin-left: 50px;
	margin-right: 50px;
	clear: both;
	border-top: solid 1px #000000;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer #copyright{
	text-align:center;
}

