@charset "UTF-8";
/* CSS Document */

/* FONT ////////////////////////////////////////// */

body {
	font-size: 13px;
	color: #444;
}
body, textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input, select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
#contents .inner .section p {
	line-height: 2;
	margin-bottom: 15px;
	text-shadow: 0 1px 1px #FFF;
}
#contents .inner .section p .high {
	display: inline-block;
	padding: 1px 5px 0 5px;
	margin: 0 5px;
	border-radius: 3px;
	border: 1px solid #D8D8D8;
	line-height: 1.6;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
#contents .inner .section p .mark {
	display: inline-block;
	padding: 1px 5px 0 5px;
	margin: 0 5px;
	background: #E2E2E2;
	line-height: 1.6;
}
#contents .inner .section p .markRd {
	display: inline-block;
	padding: 1px 5px 0 5px;
	margin: 0 5px;
	background: #EFD1D1;
	line-height: 1.6;
}
.likeAh2 {
	font-size: 155%;
	font-weight: nomal;
	margin-bottom: 26px;
}
.likeAh2 span {
	font-size: 52%;
	font-weight: normal;
	display: inline-block;
	padding-left: 8px;
	letter-spacing: 0.1em;
}
.likeAh2 span.marking {
	font-size: 0;
	background: #CA1F1F;
	height: 6px;
	padding: 0;
	line-height: 0;
	width: 22px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -4px;
}
.likeAh3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 13px;
}
/* LINK ////////////////////////////////////////// */

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #600;
}
a:hover {
	color: #C33;
}
a:active {
	color: #930;
}
/* LAYOUT ////////////////////////////////////////// */

body {
	background: url(../img/bg01.jpg) repeat
}
.inner {
	width: 960px;
	margin: 0 auto;
}
#header {
	padding-top: 15px;
	background: url(../img/mainbg.jpg) top center;
	box-shadow: -1px 0 2px #999 inset;
	border-bottom: 1px solid #FFF;
}
#header .inner {
	position: relative;
}
#header div.logo {
	text-align: center;
	margin-bottom: 18px;
}
#header div.navigation {
	text-align: center;
	padding-top: 17px;
	background: url(../img/line.png) repeat-x;
	padding-bottom: 10px;
}

#header div.navigation ul { display:inline-block; }
#header div.navigation ul li{ margin:0; float:left;}

#header div.navigation a {
	display: inline-block;
}
#header .function {
	width: 214px;
	position: absolute;
	right: 0;
	text-align: right;
}
#header .function div {
	margin-bottom: 5px;
}
#contents {
}
#contents div.pan {
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-top: 8px;
	height: 10px;
	margin-bottom: 44px;
}
#contents div.pan a:link {
	color: #444;
}
#contents div.pan a:visited {
	color: #600;
}
#contents div.pan a:hover {
	color: #C33;
	text-decoration: underline;
}
#contents div.pan a:active {
	color: #930;
}
#contents #leftMan {
	width: 730px;
	float: left;
	border-right: 1px solid #CCC;
}
#contents #leftMan .section {
	width: 710px;
}
#contents #RightMan {
	width: 229px;
	float: right;
}

#contents #RightMan .section ul li { border-bottom:1px solid #CCC;}
#contents #RightMan .section ul li a { padding:20px; margin:0; display:block; cursor:pointer; }
#contents #RightMan .section ul li a:hover { background:#F9F9F9;}
#contents .section {
	margin-bottom: 60px;
}
#footer {
	border-top: 1px solid #CCC;
}
#footer .linkArea {
	border-bottom: 1px solid #CCC;
	padding: 50px 0;
	text-align: center;
}
#footer .linkArea img {
	margin: 0 24px;
}
#footer .nav {
	padding: 14px 0;
}
#footer .nav p {
	display: inline-block;
	margin-right: 22px;
	font-size: 88%;
	letter-spacing: 0.1em;
}
#footer .nav p a:link {
	color: #444;
}
#footer .nav p a:visited {
	color: #600;
}
#footer .nav p a:hover {
	color: #C33;
	text-decoration: underline;
}
#footer .nav p a:active {
	color: #930;
}
#footer .name {
	padding: 0 0 15px 0;
}
#footer .spc {
	margin-right: 15px;
}
#footer .copy {
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 15px 0;
	letter-spacing: 0.1em;
	color: #666
}
