@charset "utf-8";

/*
Theme Name: va_s2c_green
Theme URI: http://www.bizblog398.com/
Description: bizblog398.com　ビジネスブログテンプレート
Version: 1.0
Author: bizblog398.com
Author URI: http://www.bizblog398.com/
*/


/* *****************************************************
 *	layout
 * *****************************************************/
@import "s_design2.css";



/* *****************************************************
 * design
 * *****************************************************/
@import "color.css";



 
/* *****************************************************
 *	1.Reset
 * *****************************************************/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td, form, fieldset{
	margin:0;
	padding:0;
	font-weight: normal;
}
th,td{
	vertical-align:top;
	text-align:left;
}
caption{
	display:none;
}

fieldset{
	border:none;
}
h1,h2,h3,h4,h5,h6 {
    padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
ul ,li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
 }
img {
	border:0;
	vertical-align: bottom;
}
div:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
div {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html div {
	height: 1%;
}
div {
	display: block;
}
/* end of for macIE */

strong {
	font-weight: normal;
}
/* *****************************************************
 *	2.Commn
 * *****************************************************/
 body {
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
}
#wrapp {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFE;
	text-align: left;
}
input,textarea,value{
  font-size:1em;
}
.hide{
	display: none
}
