@charset "utf-8";
/* ---------------------------------------------------------
	DrillSpin（デフォルトスタイル定義）
	URL: http://www.drillspin.com/
	Copyright T.C.FACTORY All Rights Reserved. 
	
	fonts
 10px=83.4%   11px=91.7%    12px=100%    13px=108.4%
 14px=116.7%   15px=125%   16px=133.4%  17px=141.7%
 18px=150%    19px=158.4%    20px=166.7%    21px=175%
 22px=183.4%    23px=191.7%    24px=200%    25px=208.4%
 26px=217%
------------------------------------------------------------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #fff;
	color: #333;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	/*border-top: 1px solid #cccccc;*/
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
	padding: 0;
}
/*フォント関連*/
body, input, select, textarea {
	font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	font:75%/1.5;
*font-size:small;
*font:x-small;
}
html>/**/body {
	font-size: 13px;
}
select, input, button, textarea, button {
	line-height:1.5;
	font-size:13px;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*aタグ*/
a, a:link {
	color:#618c0a;
	text-decoration:none;
}
a:visited {
	color:#618c0a;
	text-decoration:none;
}
a:hover {
	color:#618c0a;
	text-decoration:underline;
}
a:link:hover, a:visited:hover {
	color:#618c0a;
	text-decoration:underline;
}
a:active {
	color:#95993C;
	text-decoration:none;
}
a:active, a:focus {
	outline:none;
}
/*改行指定*/
td, th, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, a, blockquote {
	line-break: strict;
	word-wrap: break-word;
}
/*リンクの点線削除*/
a:active,a:focus{ outline:none; }
