/*

 echoCMS Template
 Name: シンプルテンプレート(ブルー)
 (C) glueon, Inc.

*/

@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border: 0;
	letter-spacing: 0.8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

strong {
	font-weight: bold;
	}

/****************
**  Common
*****************/

body {
	font-size: 14px;
	line-height: 200%;
	}

h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	}

h1 {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px black;
	background-color: #E0DEDE;
	margin-bottom: 5px;
	margin-top: 0;
	}

h2 {
	font-size: 15px;
	border: solid 1px #AAA;
	border-left: solid 5px #AAA;
	padding: 5px;
	margin-top: 20px;
	color: #366E81;
	}

h3 {
	font-size: 12px;
	border-bottom: solid 1px #333;
	}
h4 {
	font-size: 12px;
	}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
	}

table {
	margin: 2px;
}

.clear {
	clear: both;
	}

a {
	color: #333;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

input, textarea {
	border: solid 1px #333;
	padding: 1px;
	}

.essential {
	color: red;
	}

.success {
	padding: 10px;
	color: blue;
	font-size: 15px;
	}

.error {
	padding: 10px;
	color: red;
	font-size: 12px;
	}


/****************
**  Wrapper
*****************/

#wrapper {
	width: 798px;
	margin: 20px auto 0;
	background-color: #FFF;
	border: 1px solid #C0EFFE;
	}

#middle {
	margin: 20px 0;
	}

/****************
**  Header
*****************/

#header {
	width: 798px;
	height: 204px;
	}

#title {
	height: 120px;
	background-color: #00baff;
}

#title a {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding-top: 11px;
	padding-left: 20px;
	display: block;
	}

#menu {
	width: 100%;
	float: left;
	border-bottom: 1px solid #C0EFFE;
	border-top: 1px solid #C0EFFE;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

#menu li a {
padding: 23px 15px;
font-size: 16px;
display: block;
text-decoration: none;
color: #366e81;
font-weight: bold;
}

#menu li a:hover,
#menu li#v a {
background-color: #366e81;
color: #ffffff;
}


/****************
**  Contents
*****************/

#contents {
	width: 558px;
	float: right;
	margin-left: 20px;
}

#contents_top {
	width: 758px;
	margin: 20px;
	}

#contents ol, #contents ul,
#contents_top ol, #contents_top ul {
	margin-left: 20px;
	}

#contents_top p, #contents p {
	margin-bottom: 1em;
	color: #366E81;
	}

#commentForm {
	background-color: #FFF;
	}

#comment .list, #trackback .list {
	width: 95%;
	margin: 10px auto 0;
	overflow-y: visible;
	overflow-x: hidden;
}
#comment .list p, #trackback .list p {
	margin-left: 3px;
}
#comment .list .meta, #trackback .list .meta {
	margin-bottom: 7px;
	text-align: right;
	}

#comment .res {
	margin-left: 40px;
	}

#mailform th, #commentForm th {
	padding: 2px;
	background-color: #EFEFEF;
	}

#breadCrumb, #breadCrumb a {
	font-size: 10px;
	}


/****************
**  Side
*****************/

#side {
	width: 200px;
	float: right;
	margin-left: 20px;
	}

#side h2 {
	margin-bottom: 2px
	font-weight: bold;
	}

#side li {
	list-style-type: none;
	}

#sideMenu li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
	text-align: left;
}

#sideMenu li#v2 a {
	background-color: #E0DEDE;
	}

#sideMenu, #widget .widget {
	margin-bottom: 8px
	}

#widget {
	margin-top: 10px;
	text-align: center;
}


/****************
**  Footer
*****************/

#footer p {
	font-size: 11px;
	text-align: center;
	}


/****************
**  Index, Table
*****************/

.listType_1 dl, .listType_3 dl {
	padding-top: 5px;
	border-top: dotted 1px #555;
}
.listType_1 dd, .listType_3 dd {
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #555;
	}

.tableType_1 {
	border-top: solid 1px black;
	border-left: solid 1px black;
}
.tableType_1 th, .tableType_1 td {
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 2px;
}
.tableType_1 th {
	background-color: #EFEFEF;
}

.tableType_2 th, .tableType_2 td {
	border-bottom: dotted 1px black;
	padding: 2px;
}
.tableType_2 th {
	background-color: #EFEFEF;
}

.tableType_Nostyle, .tableType_Nostyle th, .tableType_Nostyle td {
	border: 0;
	background-color: #FFF;
} 