/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * CSSのリセット
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * 初期化
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body {
	background: url("../../commons/images/grid.png");
	font-size: 1.2em;
	line-height: 1.2em;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', serif;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * ヘッダー部
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
div#header {
	min-width: 850px;
}

div#header div.caption {
}

div#header div.title {
	margin-top: -20px;
}

div#header .pickup {
	position: absolute;
	top: 25px;
	left: 650px;
	padding: 5px;
	background-color: white;
	border: solid 3px #000000;
	overflow: hidden;
	text-align: center;
}

div#header .pickup img {
	width: 100px;
}

div#header .comment {
	position: absolute;
	top: 25px;
	left: 770px;
	padding: 5px;
	overflow: hidden;
	font-size: 0.6em;
	line-height: 1.2em;
}

div#header .comment p {
	font-size: 2.0em;
	line-height: 1.2em;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * コンテンツ
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
div#contents {
	min-width: 850px;
}

div#contents div.menubar {
	background-color: IndianRed;
}

div#contents div.menubar ul {
	height: 38px;
}

div#contents div.menubar ul li {
	float: left;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 3px;
	background-color: BurlyWood;
}

div#contents div.menubar ul li.active {
	background-color: white;
}

div#contents div.menubar ul li img {
	width: 130px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * 記事
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
div#contents div.tabcontents {
	border-bottom: 5px solid IndianRed;
	padding: 15px;
	background-color: white;
}

div#contents div.tabcontents div.information {
	overflow: hidden;
}

div#contents div.tabcontents div.information table {
	width: 100%;
}

div#contents div.tabcontents div.information td {
	vertical-align: top;
}

div.topic {
	color: white;
	background-color: CadetBlue;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.topic div.sentence {
	padding: 10px;
}

div.picture {
	width: 550px;
	height: 420px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.picture IMG {
	width: 100%;
	height: 100%;
}

div.stable {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.linecomment {
	padding-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.article {
	display: none;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * 会社概要
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
table.aboutus {
	font-size: 0.9em;
	line-height: 1.2em;
}

table.aboutus tr {
}

table.aboutus th {
	padding-top: 10px;
	width: 150px;
	color: ForestGreen;
}

table.aboutus td {
	color: #565656;
	padding: 10px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * フッター部
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
div#footer {
	min-width: 850px;
	padding-top: 10px;
	text-align: center;
}

div#footer img#aboutus {
	width: 100px;
}

div#footer img#limited {
	width: 70px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * スライドショー
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#slideshow {
	position: relative;
	width: 100%;
	height: 100%;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

