@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: サイト固有ベース要素全般定義
 *	Since		: 2009-09-10
 *  Modified    : 2011-05-26
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */

body {
	color: #444;
	font-size: 12px;
	text-align: justify;
	text-justify: distribute;
	letter-spacing: 0.1em;
}

body#top {
}

/* for Safari */
html*body {
	letter-spacing: normal;
}

/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for Firefox */
html>/**/body {
	letter-spacing: 1px;
}

/* -------------------------------------------------------------------
 * Link Module
 * ------------------------------------------------------------------- */

a:link {
	color: #555;
	text-decoration: underline;	
}

a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a:active {
}

/* -------------------------------------------------------------------
 * Text Module
 * ------------------------------------------------------------------- */

p {
}

em {
	display: block;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

address {
	vertical-align: middle;
}

sup {
	font-size: 84%;
	margin: 0 1px;
	vertical-align: text-top;
}

sub {
	font-size: 84%;
	margin: 0 1px;
	vertical-align: bottom;
}

h1 {
}

h2 {
	margin-bottom: 20px;
}

h3 {
	height: 23px;
	margin-bottom: 15px;
	padding: 0 0 0 25px;
	line-height: 1.3;
	font-size: 117%;
	letter-spacing: 0.1em;
}

body.general h3 {
	background: url(../img/general/common/bg_h3.gif) 0% 2px no-repeat;
	color: #02936d;
}

body.senior h3 {
	background: url(../img/senior/common/bg_h3.gif) 0% 2px no-repeat;
	color: #5ca300;
}

body.junior h3 {
	background: url(../img/junior/common/bg_h3.gif) 0% 2px no-repeat;
	color: #fc7172;
}

body.tsushin h3 {
	background: url(../img/tsushin/common/bg_h3.gif) 0% 2px no-repeat;
	color: #3ea2da;
}

body.kinder h3 {
	background: url(../img/kinder/common/bg_h3.gif) 0% 2px no-repeat;
	color: #f88201;
}

h3.colorOrange {
	background: url(../img/kinder/common/bg_h3.gif) 0% 2px no-repeat !important;
}

h3.colorBlue {
	background: url(../img/tsushin/common/bg_h3.gif) 0% 2px no-repeat !important;
}

h3.colorPink {
	background: url(../img/junior/common/bg_h3.gif) 0% 2px no-repeat !important;
}

h4 {
	margin-bottom: 5px;
	padding-left: 15px;
}

body.general h4 {
	background: url(../img/general/common/icon_h4.gif) 0% 3px no-repeat;
}

body.senior h4 {
	background: url(../img/senior/common/icon_h4.gif) 0% 3px no-repeat;
}

body.junior h4 {
	background: url(../img/junior/common/icon_h4.gif) 0% 3px no-repeat;
}

body.tsushin h4 {
	background: url(../img/tsushin/common/icon_h4.gif) 0% 3px no-repeat;
}

body.kinder h4 {
	background: url(../img/kinder/common/icon_h4.gif) 0% 3px no-repeat;
}

h4.colorOrange {
	background: url(../img/kinder/common/icon_h4.gif) 0% 2px no-repeat !important;
	color: #444 !important;
}

h4.colorBlue {
	background: url(../img/tsushin/common/icon_h4.gif) 0% 2px no-repeat !important;
	color: #444 !important;
}

h4.colorPink {
	background: url(../img/junior/common/icon_h4.gif) 0% 2px no-repeat !important;
	color: #444 !important;
}

h5 {
}

h6 {
}

pre {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	color: #333;
	vertical-align: middle;
	overflow: auto;
}

pre[title]:before {
	display: block;
	margin-bottom: 0.8em;
	padding: 0;
	color: #000;
	font-weight: bold;
	content: attr(title);
}

blockquote {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em;
	border-left: 3px solid #ddd;
}

cite {
	color: #333;
	display: block;
	text-align: right;
	margin: 0.5em 0;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
 * List Module
 * ------------------------------------------------------------------- */

ul {
	list-style: none;
}

ol {
	margin-bottom: 20px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	list-style-position: inside;
}

* html ol {
	padding-left: 1.3em;
	text-indent: -1.3em
}

html >/**/body ol {
	padding-left /*\**/: 2em\9;
	text-indent: -2em\9;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 0;
}

ol li {
	margin: 0;
	font-weight: bold;
}

html >/**/body ol li {
	padding-left /*\**/: 0\9;
}

ol ul li {
	margin: 0;
	padding: 0;
}

* html ol ul li {
	margin-left: -1.5em;
}

*+html ol ul li {
	margin-left: -1.5em;
}

ol li span {
	font-weight: normal;
}

body.general ol li {
	color: #02936d;
}

body.senior ol li {
	color: #5ca300;
}

body.junior ol li {
	color: #fc7172;
}

body.tsushin ol li {
	color: #3ea2da;
}

body.kinder ol li {
	color: #f88201;
}

dl dt {
}

dl dd {
}

/* -------------------------------------------------------------------
 * Edit Module
 * ------------------------------------------------------------------- */

/* 打消線付き文字 */
del {
	color: #999;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

/* 下線付き文字 */
ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/* -------------------------------------------------------------------
 * Forms Module
 * ------------------------------------------------------------------- */

form {
	padding: 0;
	vertical-align: middle;
}

form dl {
	margin: 0 7px;
}

form p {
}

fieldset {
	border: 1px solid #a5acb2;
}

legend {
	display: none;
}

input,
textarea {
	margin: 2px 3px;
	padding: 2px;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body input,
textarea {
	border: 1px solid #a5acb2;
}

select {
	background: #fff;
	margin: 2px 3px;
	padding: 1px 0;
	border: 1px solid #a5acb2;
	vertical-align: middle;
}

textarea {
	font-size: 100%;
	/*height:3em;*/
}

/*input:hover,
select:hover,
textarea:hover {
	border: 1px solid #310000;
}*/

/*input:focus,
select:focus,
textarea:focus {
	border:1px solid #310000;
	background-color: #ffffff;
}*/

optgroup {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#submit {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body #submit {
	border: 1px solid #a5acb2;
	background: #e5f4f0;
	padding: 2px 5px;
	margin: 0;
	cursor: pointer;
}

button {
	border: 1px solid #a5acb2;
	background: #e5f4f0;
	padding: 2px 5px;
	margin: 2px 5px;
}

/* -------------------------------------------------------------------
 * Tables Module
 * ------------------------------------------------------------------- */

table {
}

caption {
	text-align: left;
}

th,
td {
	padding: 2px 5px;
}

th {
	text-align: left;
	font-weight: bold;
}

td {
}

/* -------------------------------------------------------------------
 * etc...
 * ------------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 21px 0 22px 25px;
	color: #eee;
	display: block;
	background: #eee;
}

/* IE 6 & below */
* html body hr {
	margin: 14px 0 15px 25px;
}

/* IE 7 Only */
*+html body hr {
	margin: 15px 0 16px 25px;
}

