﻿/*　Side Menu 　CSS　*/
html {}
body {
	font-family:"メイリオ","ヒラギノ角ゴ",Arial, Helvetica, sans-serif;
}
/*   Header   */
header {}
/*   Contents    */
#contents {}
#contentsmenu {
	border-radius: 12px;
	width: 100%;
	background-color: #f9f9f3;
}
p { line-height:150%;padding:0.2em 0.8em;}
.white { color: white;}
.black { color: #333;}
.rd8 { border-radius:8px;}
.rd6 { border-radius:6px;}
.rd4 { border-radius:4px;}
.rd8-0 { border-radius:8px 8px 0 0;}

h1.hidden {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
h2 {
	border-radius: 8px;
	line-height: 2em;
	margin-bottom: 0.4em;
	font-size: 1.15em;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5),1px 1px 4px rgba(0,0,0,0.5);
	background-color: #8ca7d0;
}
h2.default {background-color:#ef810f;}
h2.green {background-color:#12b312;}
h2.darkgreen {background-color:#1c801c;}
h2.tealgreen {background-color:#008080;}
h2.blue {background-color:#0e3bf0;}
h2.darkblue {background-color:#3636b3;}
h2.wine {background-color:#b33e5c;}
h2.darkwine {background-color:#6c2735;}
h2.rose {background-color:#e95464;}

h3 {
	font-size:1em;
	margin:0.4em 0 0.4em 0.8em;
	color:#888;
	text-shadow:0 1px 0 rgba(0,0,0,0.45);			
}
.sideinfo {
	margin:20px 0;
	padding: 5px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.button:hover {
	background:#abdef0;
}
.linkpage {
	background-color:#e0e0f0;		
}
.guidelist {
	margin:0.5em;
	padding-bottom:1em;	
}
.guidelist li {
	line-height:150%;
	margin:5px 10px;
	background:#fdfdfc;
	border-bottom:1px #ccc solid;
	border-top:1px #dcdcdc solid;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.guidelist li a{
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:#333;
}
.list1 li a {
	border-left:12px #ec7c68 solid;
}
.list2 li a {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #8ca7d0;
}
.list3 li a {
	border-left:12px #ff00ff solid;
}
.guidelist li a:hover {	
	border-left-color:#202080;	
	background-color:#e4c4d1;
}
.sideinfo2 {
	margin:20px 0;
	padding: 5px;
	background-color: #f9f9f3;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}

