@charset "UTF-8";

@import "css/grid.css";
@import "css/layout.css";
@import "css/page.css";
@import "css/home.css";

/*
Theme Name: CalmTech
Theme URI: http://www.calmtech.net/
Description: CalmTechのテーマ
Author: CalmTech
Author URI: http://www.calmtech.net/
Version: 3.0.0
*/

/**
 * base: #BAD500
 * accent: #008F86
 * bright: #D2DF8D
 * highlight: #FF9D01
 * hover: #00E9E7
 */

body {
	width: 100%;
	height: 100%;
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
	line-height: 170%;
	background: url(images/bg-body.jpg) left top repeat;
}


p {
	margin: 10px 0;
	font-size: 16px;
	text-align: justify;
	word-wrap: break-word;
	line-height: 170%;
}

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

a:hover {
	color: #BAD500;
	text-decoration: underline;
}

a:visited {
	color: #999;
}

strong {
	font-weight: bold;
}

form label {
	font-size: 14px;
	color: #333;
}


form label .require {
	color: #FF9D01;
}

form input {
	width: 100%;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form input:focus {
	background: #FFD899;
}

form textarea {
	width: 100%;
	height: 120px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form textarea:focus {
	background: #FFD899;
}
