@charset "UTF-8";

/* CSS Document */

/*=========================================

	post:		tomaru_HP
	File Name:	style.css
	Creater:		mayama
	
=========================================*/

/* = reset
----------------------------------*/

* {
		margin:0;
		padding:0;
		text-align:left;
		font-style:normal;
		font-weight:normal;
}

table {
		border-collapse:collapse;
		border-spacing:0;
}

fieldset, img, abbr, acronym {
		border:0;
}

ol, ul {
		list-style:none;
}

h1, h2, h3, h4, h5, h6 {
		font-size:100%;
		line-height:110%;
}

q:before, q:after {
		content:'';
}

a, ins, del {
		text-decoration: none;
		outline:none;
}

img {
		vertical-align: bottom;
}

object, embed, th, td {
		vertical-align: top;
}

p {
		margin-bottom:1em;
}

* html p {
line-height:2;
}


/* = common
----------------------------------*/

body {
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		color:#333;
		text-align:center;
		line-height:1.8;
		background:url(../image/bg_gradiant.png) top repeat-x;
}

* html body {
	font-size:small;/*←IE6,7用*/
}

*+html body {
	font-size:small;/*←IE6,7用*/
}

/* = link color
----------------------------------*/

a {
		color:#333333;
		text-decoration:none;
}

a:visitd {
		color:#333333;
		text-decoration:none;
}


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



a:active {
		color:#333333;
		text-decoration:none;
}


/* =clearfix
----------------------------------*/

.clearfix:after {
		content:".";
		display:block;
		visibility:hidden;
		height:0.1px;
		font-size:0.1em;
		line-height:0;
		clear:both;
}

.clearfix {
		display:inline-block;
}

/* MacIE begin \*/
*+html .clearfix {
		height:1%;
}

* html .clearfix {
		height:1%;
}

.clearfix {
		display: block;
		/*
		overflow:hidden;
		*/
}
/* Mac IE end */


/* =section
----------------------------------*/

.section:after {
		content:".";
		display:block;
		visibility:hidden;
		height:0.1px;
		font-size:0.1em;
		line-height:0;
		clear:both;
}

.section {
		display:inline-block;
		width:100%;
		margin-bottom:1em;
		
}

/* MacIE begin \*/
*+html .section {
		height:1%;
}

* html .section {
		height:1%;
}

.section {
		display: block;
}
/* Mac IE end */

