@charset "UTF-8";

/* -----------------------------------------------------------
 Kouhousha Co.,Ltd (since 2011/06/03)
 
 File name:      css/base.css
 Author:         Your Name (admin)
 Style Info:     基本設定
 
 1.base
 2.Body
 3.Link
 4.clearfix
----------------------------------------------------------- */

/* 1.base
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
}

td,td,form,fieldset {
	margin: 0;
	padding: 0;
}

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

tr,th,td,caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: 0;
}

address,cite,code,dfn,em,strong,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

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

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}


/* 2.Body
----------------------------------------------------------- */

body#index {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif; 
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	line-height: 1.4;
	background: url(http://www.ideare.jp/images/index/headerBg.jpg) no-repeat center top;
}

body#page {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif; 
	/*font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	line-height: 1.4;
	background: url(http://www.ideare.jp/images/share/headerBg.jpg) no-repeat center top;
}

/* 3.Link
----------------------------------------------------------- */

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

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

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

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


/* 4. clearfix
------------------------------------------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}