@charset "UTF-8";

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### 更新履歴 #################### */
#history {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#history h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#history p.more {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	padding: 2px 8px 1px 8px;
	color: #336699;
	font-size: 85%;
	border: 1px solid #ffffff;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

#history ul {
	overflow: hidden;
	position: relative;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#history ul li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 85%;
	line-height: 2.0;
	white-space: nowrap;
}

#history a {
	color: #ffffff !important;
}

#history ul li strong {
	color: #ffff00 !important;
}
#history ul li strong * {
	color: #ffff00 !important;
}

/* #################### メインコンテンツ #################### */
#main {
	height: 630px;
}
html[xmlns] #main {
	height: auto;
	min-height: 630px;
}

#main h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 630px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../images/basic/main_image.jpg) 0 0 no-repeat;
}

/* #################### トピックス #################### */
#topics {
	position: relative;
	top: 630px;
	left: 0;
	width: 100%;
	margin: 0 0 630px 0;
	padding: 0;
	text-align: left;
}

#topics h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}

#topics dl {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#topics dl dt {
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	padding: 1em 150px 1em 25px;
	line-height: 1.0;
	white-space: nowrap;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff url(../images/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
}

#topics dl dt.opened {
	color: #cc0000;
	font-weight: bold;
}

#topics dl dd {
	margin: 0;
	padding: 0;
}

#topics dl dd.date {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 120px;
	margin: 0;
	padding: 1em 30px 1em 0;
	color: #333333;
	line-height: 1.0;
	text-align: right;
	white-space: nowrap;
	background: url(../images/basic/back_arrow.png) -80px 50% no-repeat;
}

#topics dl dd.info {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#topics dl dd.info div.wrapper {
	margin: 0;
	padding: 20px 0;
}

#topics dl dd.info p {
	margin: 0.8em 80px;
	padding: 0;
}

#topics dl dd.info p.next-title {
	margin: 1em 45px;
}

#topics dl dd.info p.next-section {
	margin: 1em 45px;
}

#topics dl dd.info p.title {
	margin: 0.5em 25px;
	line-height: 1.4;
}
#topics dl dd.info p.title strong {
	color: #336699;
	font-size: 180%;
}

#topics dl dd.info p.section-L1 {
	margin: 0.5em 30px;
	padding: 0 15px;
	color: #cc0000;
	font-size: 138.5%;
	line-height: 1.5;
	letter-spacing: 0.5em;
	background: url(../images/basic/back_dot_black_5.png) 0 100% no-repeat;
}

#topics dl dd.info p.section-L2 {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	margin: 0.5em 40px;
	padding: 0 10px;
	color: #666600;
	line-height: 1.5;
	border-bottom: 1px dotted #666666;
}

#topics dl dd.info p.section-L3 {
	margin: 0.5em 50px;
	color: #336699;
	font-weight: bold;
}

#topics dl dd.info p.image {
	float: right;
	margin: 0 15px;
	padding: 10px;
	text-align: center;
	background: url(../images/basic/back_transparent_white_50.png);
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#topics dl dd.info p.image img {
	border: 1px solid #ffffff;
}

#topics dl dd.info p.sample {
	cursor: pointer;
	float: right;
	margin: 0 40px 0 0;
	padding: 10px 15px 8px 15px;
	color: #336699;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

#topics dl dd.info p.sample a {
	color: #336699 !important;
	text-decoration: none;
}

#topics dl dd.info p.sample a:after {
	content: url(../images/basic/icon_photo.png);
	padding-left: 5px;
}

#topics dl dd.info p.link {
	padding: 5px 0;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#topics dl dd.info p.memo {
	margin: 0.5em 40px;
	text-align: right;
}

#topics dl dd.info ol,
#topics dl dd.info ul {
	margin: 1em 80px;
	padding: 0;
}
#topics dl dd.info ul {
	list-style-type: disc;
}

#topics dl dd.info li {
	margin: 0;
	padding: 0;
}

#topics dl dd.info li p {
	margin: 0;
	padding: 0;
}

#topics dl dd.info li ul {
	list-style-type: circle;
	margin: 0 20px;
	padding: 0;
}

#topics dl dd.info strong.red {
	color: #cc0000;
}
#topics dl dd.info strong.blue {
	color: #336699;
}
#topics dl dd.info strong.gold {
	color: #666600;
}
#topics dl dd.info strong.underline {
	text-decoration: underline;
}

