/*------------------------------------------------------------------------*/
/*「即給」ホームページ　スタイルシート（共通）　　                        */
/*                                                                        */
/*-１．タグのリセット-----------------------------------------------------*/
/*-２．ページレイアウト---------------------------------------------------*/
/*-３．個別設定（タグ、class）--------------------------------------------*/
/*
	tag{
		(1)レイアウト		margin, padding, width, height, float
		(2)文字・文章		font, line-height, color, text-align
		(3)配色・デザイン	background, border
	}                                                                     */
/*------------------------------------------------------------------------*/

/*-１．タグのリセット-----------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
img{
	border: 0;
	vertical-align:bottom;
}
p{
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
/*-２．ページレイアウト---------------------------------------------------*/
body{
	height: 100%;
}
.main{
	width: 100%;
}
.content{
}
.menu{
	width: 742px;
	height: 60px;
}
.menu li{
	display: inline;
	float: left;
}
/*-３．個別設定（タグ、class）--------------------------------------------*/
body{
	margin: 20px 0;
	font-size: 100%;
	line-height: 120%;
	background-color: #EEEEEE;
	background-image: url(../image/SOIM_0001.gif);
}
h1,h2{
	margin: 0 0 1em;
	line-height: 140%;
	font-weight: bold;
}
h1{
	color: #FF9900;
	font-size: 120%;
}
h2{
	color: #666666;
	font-size: 96%;
}
p{
	color: #333333;
	font-size: 74%;
}
a{
	color: #507021;
}
a:hover{
	color: #FF6600;
	position: relative;
	top: 1px;
	left: 1px;
}
dl{
	color: #333333;
	font-size: 74%
}
.main{
	padding: 0;
	text-align: center;
	background: #FFFFFF url(../image/SOIM_1003.gif) repeat-x;
}
.content{
	margin: 0 auto;
	padding: 0 1em;
	width: 80%;
}
.header{
	height: 130px;
}
.header img{
	margin: 20px 0 0;
}
.menu{
	margin: 0 auto;
	width: 742px;
}
.text{
	margin: 2em 0;
	width: 50em;
	text-align: left;
}
.text img{
	margin: 2em 0 0;
}
.inquiry{
	margin: 4em auto 0;
	width: 620px;
	text-align: center;
}
.inquiry div{
	text-align: left;
}
.inquiry #iq_company{
	margin: 0 10px;
	padding: 14px 0 0 14px;
	width: 590px;
	height: 120px;
	float: left;
	color: #333333;
	font-size: 74%;
	font-weight: bold;
	background: url(../image/SOIM_1002.jpg) no-repeat;
}

.inquiry #iq_company #logo, .inquiry #iq_company div, .inquiry .iq_button, .inquiry #iq_company #pmark{
	margin: 0 30px 0 0px;
	float: left;
}

.inquiry #iq_company .iq_button{
	margin-top:20px;
	}
	
.inquiry #iq_company div{
	font-weight: normal;
}

.footer{
	clear: both;
	margin: 2em 0 0;
	padding: 1em 0;
	color: #999999;
	font-size:74%;
	border-top: 1px solid #CCCCCC;
}
.footer a{
	text-decoration: none;
}
.link2{
	color: #666666;
}
.link2:hover{
	color: #333333;
}
.link3{
	color: #999999;
}
.link3:hover{
	color: #666666;
}
