@charset "utf-8";

@import url("../packages/colors/css/import.css");

/* **********************************************************************
　 フォント,背景関連
********************************************************************** */
body {
	font-family:
	"ＭＳ Ｐゴシック", "MS P Gothic", Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,	
	sans-serif;
	color: #333333;
	font-size: 12px;
	background-image: url(http://www.shinko-colors.co.jp/ecc/user_data/packages/colors/img/layout_bg/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	}

h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, li, dl, dt, dd,
table, caption, tbody, tfoot, thead, tr, th, td {
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
}
#wrapper{
	width: 1030px;
	margin: 0px auto;
	padding-top: 10px;
	background-image: url(http://www.shinko-colors.co.jp/ecc/user_data/packages/colors/img/layout_bg/wrapper_bg.png);
	background-repeat: repeat;
	background-position: left top;
}

/* **********************************************************************
　 リンクテキスト
********************************************************************** */
/* すべての状態に一括指定 */
a {
	color: #333333;
    text-decoration: none;
	}
	
/* リンク部分の書式 */
a:link {
	color: #333333;
	}
	
/* 訪問済み */
a:visited {
	color: #333333;
	}
	
/* マウスオーバー時 */
a:hover {
	color: #333333;
    text-decoration: underline;
	}
	
/* 押した瞬間 */
a:active {
	color: #333333;
	}



/* **********************************************************************
　 画像下の余白回避
********************************************************************** */
img {
	vertical-align: bottom;
	}

/* **********************************************************************
　 clearfix
********************************************************************** */
/* IE6/7でhasLayoutをtrueにする */
.clearfix {
	/zoom : 1;
	}
/* モダンブラウザ向け */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
	}

/* フロート回り込み解除
-------------------------------------------------- */
.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* **********************************************************************
　 リンクイメージムービング　2010/5/16　イノ追加
********************************************************************** */
a:hover img {
    position:relative;
    top:1px; left:1px;
}


/* **********************************************************************
　 フォームボタン
********************************************************************** */
*:first-child+html input[type='submit'] {
    padding-top: 2px;
    /*border: none;*/
}
*:first-child+html input[type='button'] {
    padding-top: 2px;
    /*border: none;*/
}

input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}
.picture {
    border: 1px solid #ccc;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}
select {
    border: solid 1px #ccc;
}
