@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
a {
	color:#000;
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#666;
    text-decoration:none;
}
a:active {
    text-decoration:none;
}
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333333;
}

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

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


img {
	border: none;
}

div#container{
	margin:26px auto;
	width:900px;
	text-align:left;
}

div#header{
	width:900px;
	height:70px;
	background-image:url(../common_img/grayline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#menu{
	width:896px;
	height:34px;
	margin: 10px 2px auto 2px;
}

div#menu img{
	margin-right: 40px;
}

div#mainContainer{
	width:900px;
}

div#leftBox{
	width:450px;
	float: left;
}
div#leftBox div#shopBox{
	width:420px;
	background-color:#F8F7E9;
	float: left;
}

.shopPhoto {
	width:200px;
	float: left;
	margin:7px 0 0 6px;
	font-size:9px;
}

div#rightBox{
	width:450px;
	float: right;
}
div#rightBox .aboutTitle{
	margin-top: 0px;
}
div#about p {
	line-height: 160%;
}
div#about .ja{
	font-size: 12px;
	color: #333333;
}
div#about .en{
	margin-top:20px;
	font-size: 11px;
	color: #666666;
}


div#rightBox table {
	width:450px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	border-spacing:0;
}
div#rightBox th,td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}

div#mainBox{
	width:894px;
	/*height:549px;*/
	padding: 4px 3px 0 3px;
}

div#mainBox .brandTitle{
	width:894px;
}

div#mainBox .brandBox{
	width:447px;
	height:245px;
	float: left;
	margin-top:20px;
	margin-bottom:20px;
}

div#mainBox .brandBox .logo{
	margin-bottom:10px;
	width:400px;
}

div#mainBox .brandBox .brand{
	font-weight: bold;
}
div#mainBox .brandBox .url{
	
}
div#mainBox .brandBox .txtBox {
	width:432px;
	height:60px;
	/*background-color:#0F1;*/
}
div#mainBox .brandBox .txtBox p{
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 180%;
}
div#mainBox .brandBox .photo{
	margin: 0;
}
div#mainBox .brandBox .photo img{
	margin-right: 6px;
	border: 1px solid #CCC;	
}

div#pageNav {
	width:894px;
	float: left;
	font-size:12px;
	font-weight:bold;
}
div#pageNav .back{
	width:80px;
	float: left;
	text-align:left;
}
div#pageNav .next{
	width:80px;
	float: right;
	text-align:right;
}

div#recruit{
	width:894px;
	/*height:549px;*/
	padding: 4px 3px 0 3px;
}

div#recruit table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	border-spacing:0;
}
div#recruit th,td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}

div#company{
	width:894px;
	/*height:549px;*/
	padding: 4px 3px 0 3px;
}
div#company #compTit{
	width:894px;
	float: left;
	margin-bottom:15px;
	/*background-color:#099;*/
}
div#company #outlineL{
	width:440px;
	float: left;
}
div#company #history{
	width:440px;
	float: right;
}

div#company table {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	border-spacing:0;
}
div#company th,td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}

div#company th,td a {
	color:#000;
	text-decoration:underline;
}
div#company th,td a:link {
	color:#000;
	text-decoration:underline;
}
div#company th,td a:visited {
    color:#000;
    text-decoration:underline;
}
div#company th,td a:hover {
    color:#666;
    text-decoration:underline;
}
div#company th,td a:active {
    text-decoration:none;
}

div#contact{
	width:894px;
	/*height:549px;*/
	padding: 4px 3px 0 3px;
}

div#contact table {
	width:600px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:separate;
	border-spacing:0;
}
div#contact th,td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px;
}
div#contact .submit{
	width:600px;
	text-align:center;
	margin: 10px 0 0 0;
}

div#footer{
	width:900px;
	height:21px;
	float: left;
	margin-top:20px;
	font-size: 9px;
	color: #666666;
	text-align: right;
	background-image: url(../common_img/grayline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 9px;
	position: relative;
	vertical-align: middle;
}

.copy{
	margin-right:10px;
	margin-top: -10px;	/*background-color: #0C0;*/
}
.sep{
	margin-right:10px;
	/*background-color: #CC3;*/
}
.priv{
	font-size: 9px;
	font-weight: bold;
	color: #333;	
	margin-right:2px;
	/*background-color: #3FC;*/
}

.cap1{
	font-size: 9px;
	padding: 3px 0;
}