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

/* 全体のレイアウトここから */
body {
margin:0px;
background-color:#f5f2e1;
}
#layout {
position:relative;
width:222px;
height:334px;
margin:auto;
padding:246px 373px 20px 375px;
}
/* 全体のレイアウトここまで */

/* ロゴここから */
#index_logo {
display:block;
width:94px;
height:44px;
margin:0px;
padding:0px 71px 26px 57px;
}
/* ロゴここまで */

/* エンターここから */
#enter {
width:176px;
height:20px;
padding:0px 24px 0px 22px;
background-image:url(../images/enter_sep.gif);
background-position:center;
background-repeat:no-repeat;
}
#enter_ja {
float:left;
}
#enter_en {
float:right;
}
/* エンターここまで */

/* コピーここから */
#copy {
display:block;
width:222px;
height:13px;
margin:231px 0px 0px;
padding:0px;
}
/* コピーここまで */

.pic_block {
display:block;
}

