﻿@charset "UTF-8";

/* -----------------------------------------------

	===== TOC =====
	
	* page
	* layout
	* module


----------------------------------------------- */


/* page
----------------------------------------------- */

* {
	vertical-align: 0;
	font-family: serif;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	letter-spacing: 1pt;
	font-size: 12pt;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
}

h1, h2, h3, th, dt, strong {
	font-family: sans-serif;
	font-weight: normal;
	color: #18324B;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}

p, li, dt, dd, th, td {
	line-height: 1.8;
}

a img,
img {
	margin: 1em 1em 1em 0;
	border: 0;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	margin-bottom: 1em;
	width: 100%;
}

th, td {
	padding: 0.5em;
	vertical-align: top;
}

blockquote {
	margin: 1.5em;
	padding: 1em;
	font-size: 0.9em;
}

hr {
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	color:#ccc;
	border:none;
	background:#ccc; 
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}


/* layout
----------------------------------------------- */

div.header {
	margin: 2em 0;
}

div.content {
	margin: 0 1em;
	text-align: left;
}

p.jumpNavi,
p.feed,
div.subContent,
div.footer ul.about {
	display: none;
}

div.page,
div.header,
div.mainContent,
address {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

div.mainContent div.section h1 {
	border-bottom: 1px solid #CCCCCC;
	color: #18324B;
}

div.mainContent div.section p.nextPage {
	text-align: right;
}

address {
	border-top: 3px solid #6DA011;	
	text-align: center;
	font-style: normal;
}


/* module
----------------------------------------------- */

div.mainContent div.section h2 {
	clear: both;	
	border-bottom: 1px solid #CCCCCC;	
	font-weight: normal;
	color: #000000;
}

div.mainContent div.section p.date,
div.mainContent div.section p.author {
	text-align: right;
	color: #18324B;
}

div.mainContent div.section ul li {
	margin-bottom: 0.3em;
	padding-left: 1em;
	border-left: 5px solid #366DA5;
	list-style: none;
}

div.mainContent div.section dl dt {
	margin: 1em 0 0 0;
	padding-left: 1em;
}

div.mainContent div.section dl dd {
	border-bottom: 1px dashed #BCBCBC;
}

div.mainContent div.section table tr th,
div.mainContent div.section table tr td {
	border: 1px solid #CCCCCC;
}