@charset "utf-8";
/* スキルポッド様　CSS */


body {
	background-color: #eee;
/*
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

img {
    border-style:none;
}


/* link */

a{
	color: #96C800;
	text-decoration: none;
}

a:link{
	color: #96C800;
	text-decoration: underline;

}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #ff9900;
	text-decoration: underline;
}

/* layout */

#c_area{
	width:900px;
	margin:0px auto 0px auto;
	background-color:#FFF;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#header{
	height:74px;
	margin-top: 12px;
	/*
	overflow:hidden;
	*/

}

	/* custum tag */
	#header h1{
		margin:0px;
	}
	/* custum tag */


	#header_logo{
		height:74px;
		margin:5px 10px 0px 10px;
		float:left;
	}

	#header_inquiry{
		height:74px;
		margin:0px 5px 0px 0px;
		float:right;
	}

#top_img{
}

#menu{
	background-color:#EEE;
	width:900px;
	margin:0px;
	padding:0px;
}

#right{
	width:210px;
	float:right;
	padding:20px 5px 10px 5px;
}

#footer1{
	width:900px;
	background-color:#EEE;
	font-size:11px;
	line-height:130%;
}

#copy{
	width:900px;
	background-color:#FFF;
	text-align:center;
	font-size:12px;
}

/* 共通クラス　*/

.text_12 {
	font-size: 12px;
	color:#F90;
}

.text_12_b {
	font-size: 12px;
	color:#666;
}
.text_13 {
	font-size: 13px;
}

.text_14 {
	font-size: 14px;
}

.text_16 {
	font-size: 16px;
}

.text_18 {
	font-size: 18px;
}


