@charset "utf-8"; 

/* reset
--------------------*/
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

body  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000000;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	font-weight: normal;
}

input {
	vertical-align: middle;
	margin: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

/* リンクの設定 */
a:link {
	border: none;
	text-decoration: underline;
	color: #1470cc;
}

a:visited {
	border: none;
	text-decoration: underline;
	color: #1470cc;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #1470cc;
}

a:active {
	border: none;
	text-decoration: none;
	color: #1470cc;
}

a:focus {
	outline: none;
}

/* style
---------------------*/
#header {
	overflow: hidden;
	height: 66px;
	background: url("../images/head_back.gif") repeat-x;
}

#header_inner {
	margin: 0 auto;
	width: 960px;
}

#header h1 {
	margin: 15px 0px 0px 10px;
	float: left;
}

#container {
	margin: 0 auto;
	width: 960px;
	height: 210px;
	background: url("../images/main_back.gif") no-repeat 0 bottom;
}

#main_left {
	margin-top: 30px;
	float: left;
	width: 430px;
}

#main_left p {
	margin-left: 15px;
	margin-bottom: 10px;
}

#main_right {
	margin-top: 30px;
	margin-right: 18px;
	padding: 20px 0px 0px 30px;
	float: right;
	width: 457px;
	height: 128px;
	display: inline;
	background: url("../images/login_back.png") no-repeat;
}

.login_select {
	margin-right: 20px;
	float: left;
	height: 45px;
}

.login_btn {
	margin-top: 20px;
	float: left;
	display: inline;
}

.alert-error {
	color: #ff0000;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 160px;
}

#sales_link a {
    background: url("../images/foot_icon_link.gif") no-repeat scroll 0 50% transparent;
    color: #4C4C4C;
    display: block;
    margin: 20px 20px 0 0;
    padding: 0 0 0 10px;
	width: 100px;
	float: left;
	display: inline;
    font-size: 1.1em;
    text-decoration: none;
}

#sales_link a:hover {
	text-decoration: underline;
}

#address {
	margin-top: 20px;
	text-align: right;
    font-size: 0.85em;
	color: #4c4c4c;
	float: right;
}

#copyright {
	clear: both;
    font-size: 0.85em;
    line-height: 140%;
    padding: 20px 0 0;
    text-align: right;
    color: #4C4C4C;
}

.alpha a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}









