@charset"Shift_JIS";

*{
 margin: 0;
 padding: 0;
}

body {
	background-image: url(../images/body_bg_01.jpg);
	margin: 0;
 	background-repeat: repeat-x;
 	background-position: right bottom;
 	background-attachment: fixed;
 	color:#999;
 	font-size: 12px;
 	line-height: 16px;
 	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

h1,h2{
	font-weight:normal;
}

table{
	border-collapse:collapse;
}




/*//////////////////////////////////////////////////////
　　　　　　　　　　　　　　　　　　　　共通
//////////////////////////////////////////////////////*/
（フォントサイズや行間、テキストカラーに関するCSS関連を記述）
例）

.txt_margin_h12px {line-height: 12px;}
.txt_margin_h14px {line-height: 14px;}
.txt_margin_h16px {line-height: 16px;}
.txt_margin_h18px {line-height: 18px;}
.txt_margin_h20px {line-height: 20px;}
.txt_margin_h22px {line-height: 22px;}

.txt_size_10px {font-size: 10px;}
.txt_size_12px {font-size: 12px;}
.txt_size_14px {font-size: 14px;}

.txt_color_black2 {color:#333;}
.txt_color_black3 {color:#666;}
.txt_color_black4 {color:#666; font-size: 10px;}
.txt_color_white {color:#fff;}
.txt_color_pink {color:#c66;}



/*///////////////////////////////////////////コンテンツ部分*/

.line1{
	background:url(../images/line_01.gif) 0 0 repeat-x;
}

#container{
	margin:10px 0;
}

#g-navi{
	background:#f00 url(../images/g-navi_bg_01.gif) 0 100%;
	color:#fff;
}

#g-navi-2nd{
	background:#f00;
	color:#fff;
}
/*
#news{
	padding:0 6px;
}*/

#news .news-row2-col1,
#news .news-row4-col1{
	padding:10px;
}

#blog .blog-row2-col1{
	padding:0 2px 0 2px;
	background-color:#ccc;
}

#blog .blog-row2-col1 a{
	display:block;
	width:178px;
	min-height:110px;
	_height:100px;
	background:#970101 url(../images/brog_img_01.jpg) no-repeat;
}

#blog .blog-row2-col1 a span{
	display:block;
	padding:70px 15px 10px 15px;
}

#company .company-row1-col1{
	padding:3px;
	border-top:#ccc solid 1px;
	background-color:#ccc;
}

#company .company-row2-col1 div{
	padding:5px;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}

#link .link-row1-col1{
	padding:3px;
	background-color:#ccc;
}

#link .link-row2-col1 div{
	padding:6px;
}

#contTop{
	background:url(../images/bg_conttop.gif) 0 100% no-repeat;
}


#banner .banner-row1-col1{
	padding:15px 0px 15px 0px;
}


/*///////////////////////////////////////////フッター部分*/

#footer{
	border-top:1px solid #ccc;
}


/*///////////////////////////////////////////リンク設定*/


/* 基本 */
a:link{
	color:#666;
	text-decoration:none;
}

a:visited{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:underline;
}

/* g-navi,blog */
#g-navi a:link,
#g-navi-2nd a:link,
#blog a:link{
	color:#fff;
	text-decoration:none;
}

#g-navi a:visited,
#g-navi-2nd a:visited,
#blog a:visited{
	color:#fff;
	text-decoration:none;
}

#g-navi a:hover,
#g-navi-2nd a:hover,
#blog a:hover{
	color:#fff;
	text-decoration:underline;
}

/* company,footer */
#company a:link,
#footer a:link{
	color:#c66;
	text-decoration:none;
}

#company a:visited,
#footer a:visited{
	color:#c66;
	text-decoration:none;
}

#company a:hover,
#footer a:hover{
	color:#c66;
	text-decoration:underline;
}

/*///////////////////////////////////////////バナーリンク*/

.box{
padding:3px 0 15px 0;
text-align:center;
font-size:12px;
color:#c66;
}

.bg{
background-image:url(../images/img_c.gif);
background-repeat:repeat-y;
}

.bg2{
background-image:url(../images/img_c.gif);
background-repeat:repeat-x;
}








