﻿/*
Theme Name: JEK
Theme URI: http://www.jeksystem.jp/
Description: JEK Template.
Version: 1.0
Author: JEK
Author URI: http://www.jeksystem.jp/
*/





/*** Base ***/





* {
padding:0px;
margin:0px;
font-family:Verdana,Helvetica,Arial,'Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}


html {
overflow-y:scroll;
}


body {
background: #ffffff;
line-height:1em;
font-size:1em;
text-align:center;
}


div,p,ul,ol,li,dl,dt,dd,span,table,tr,th,td,img,a,strong,pre {
line-height:1em;
}

hr {
display:none;
}

img {
border:0px;
margin:0px;
padding:0px;
}


a {color: #642323; text-decoration:underline;}
a.white {color: #ffffff; text-decoration:none;}
a:hover {color: #fb7922; text-decoration:underline;}




h1{
font-size:1em;
text-indent:-9999px;
background-image:url(/images/header.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
height:74px;
}

h2 {
font-size:1em;
}


h3,h4,h5,h6 {
font-size:0.8em;
}


p {
font-size:0.9em;
line-height:1.2em;
}




/*** Container ***/









div#container {
position:relative;
width:860px;
margin-left:auto;
margin-right:auto;
background-image:url(/images/container_bg.gif);
background-repeat:repeat-y;
text-align:left;
}


div#screen {
position:relative;
top:0px;
left:50px;
width:760px;
}


div#entry {
clear:both;
float:left;
position:relative;
top:0px;
left:50px;
width:760px;
background-image:url(/images/bg.gif);
background-repeat:repeat-y;
}


div#left {
clear:both;
float:left;
width:504px;
}

div#right {
float:right;
width:249px;
}


div#footer {
clear:both;
position:relative;
top:0px;
left:50px;
width:760px;
line-height:100px;
text-align:center;
font-size:0.7em;
}