
/* スタンダード */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	color: #466;
	font: normal 11px "Verdana",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Verdana",sans-serif;
}
p,cite,code,ul {
	font-size: 120%;
	padding-bottom: 30px;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Verdana",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Verdana,serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #eb7047;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.all_line {
	background: url(img/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 70px;
}
.title h1 {
	color: #235f42;
	font: normal 20px verdana,sans-serif;
	letter-spacing: 2px;
}

.title a {
	color: #235f42;
	text-decoration: none;
}

.title a:hover {
	color: #fff;
	text-decoration: none;
}

/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #235f42;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #c5edd0;
	color: #000;
}

/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
	line-height: 190%;
}

/* main left */
#sidenav {
	float: left;
	width: 200px;
}
#sidenav h1 {
	border-bottom: 1px dotted #aaa;
	color: #555;
	font-size: 12px;
	height: 20px;
	margin-top: 10px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li { 
	border-bottom: 1px dotted #ddd;
	list-style: none;
	margin: 0;
}
#sidenav li a {
	color: #888;
	display: block;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}
#sidenav li a:hover {
	color: #000;
	background: url(img/navi_li.gif) no-repeat 0% 50%;
}

/* content */
#content {
	float: left;
	margin-right: 40px;
	margin-bottom: 150px;
	width: 600px;
}
#content .dete {
	color: #eb7047;
	margin-bottom: 6px;
	text-align: right;
	
}
#content h1 {
	background: url(img/li.jpg) no-repeat 0% 45%;
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 15px;
	padding-bottom: 4px;
	border-bottom: #aaa 1px dotted;
}

#content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#content hr {
	background:#fff url(img/hr.jpg) no-repeat 50% 0%;
	padding: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
	border: 0;
}
/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #b0ff8f url(img/bgfooter.gif) repeat-x;
	color: #444;
	font-size: 12px;
	line-height: 150px;
	text-align: center;
}
.footer a {
	color: #194530;
	text-decoration: none;
}
.footer a:hover {
	color: #194530;
	text-decoration: underline;
}


.navigation span {
	display: block;
	color: #235f42;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation span:hover {
	background-color: #c5edd0;
	color: #000;
}

