@charset "utf-8";	/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY{
	background-color:#fff;
	background-image:url(../images/body_bg.gif);
	background-position:center top;
	background-repeat:repeat;
	color:#666;
	text-align:center; /* center on ie */
	width: 100%;
}
H1,
H2,
H3,
H4,
H5,
H6{
	font-weight:bold;
}
H1{
	color:#659DDC;
	font-size:small;
	font-weight:bold;
	margin:5px 0 0 30px;
	padding:0;
}
H2,
H3,
H4,
H5,
H6{
	font-size:medium;
}
P,
TD,
TH,
LI,
DT,
DD,
INPUT,
TEXTAREA,
DIV.entryBody,
DIV.entryMore{
	font-size:small;
}
A{
	overflow: hidden;
}
A,
A:visited{
	color:#2F9BD3;
	text-decoration:underline;
}
A:hover{
	text-decoration:none;
}
img{
    border-style: none;
}


/* ------------------------------------------

レイアウト

------------------------------------------*/
div#wrapper{
    text-align:left;
	margin: 0 auto;/* center on everything else */
    width: 948px;
    border: solid 1px #dbdbdb;
}


div#header{
    clear: both;
    width: 948px;
	height: 103px;
	background: url(../images/title.jpg) no-repeat bottom;
	position: relative;
}

div#cover{;
	text-align: right;
}

div#navi{
    clear: both;
    width: 740px;
	text-decoration: none;
	background-color: #d9dbdc;
	margin: 0px 10px 0px 5px;
}

div#container{
}

div#contents{
}

div#side{
}

div#footer{
    clear: both;
	width: 948x;
	color: #ffffff;
	background-color: #456bac;
}

/* ------------------------------------------

header

------------------------------------------*/

div#header ul{
	font-size:12px;
	left:500px;
	position:absolute;
	top:40px;
	}


div#header li{
	border-right:1px solid #659ddc;
	float:left;
	font-size:200%;
	font-weight:bold;
	list-style: none;
	padding:0 10px;
}

div#header a,div#header a:link{
    text-decoration: none;
	color:#659ddc;
}

div#header,a:visited,div#header a:hover{
    text-decoration: none;
	color:#d68389;
}

/* ------------------------------------------

container

------------------------------------------*/

div#container p{
    font-size: 14px;
	line-height: 1.5;
	margin: 0.6em;
}

/* ------------------------------------------

banner

------------------------------------------*/
div.book_banner {
	text-align: center;
}

div.book_banner h2 a {
	width: 910px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background-repeat : no-repeat ;
	background-position : top center ;
	margin: 0 auto;
}

div.book_banner h2 a {
    background-image : url(http://www.mikami-sharoushi.com/images/book_banner.gif) ;
}

div.book_banner h2 a:hover{
    background-image : url(http://www.mikami-sharoushi.com/images/book_banner_on.gif) ;
}

div#banner_001 div.banner_wrapper {
	width: 300px;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
	
div#banner_001 h2{
	border-left: 5px solid #659ddc;
	padding-left: 10px;
	vertical-align: center;
	font-weight: bold;
	margin-left: 8px;
}

div#banner_001 a {
    display : block ;
    width : 290px ;
    height: 120px;
    background-repeat : no-repeat ;
    background-position : top center ;
    text-indent: -9999px;;
}

div#banner_001 p.profile a {
    background-image : url(http://www.mikami-sharoushi.com/images/banner_001.jpg) ;
}

div#banner_001 p.profile a:hover{
    background-image : url(http://www.mikami-sharoushi.com/images/banner_on_001.jpg) ;
}

div#banner_001 p.work a {
    background-image : url(http://www.mikami-sharoushi.com/images/banner_002.jpg) ;
}

div#banner_001 p.work a:hover{
    background-image : url(http://www.mikami-sharoushi.com/images/banner_on_002.jpg) ;
}

div#banner_001 p.contact a {
    background-image : url(http://www.mikami-sharoushi.com/images/banner_003.jpg) ;
}

div#banner_001 p.contact a:hover{
    background-image : url(http://www.mikami-sharoushi.com/images/banner_on_003.jpg) ;
}

/* ------------------------------------------

footer_menu

------------------------------------------*/
*:first-child+html div#footer_menu ul{
	margin: 10px 0px 0px 400px;
	}

div#footer_menu ul{
	margin: 10px 0px 0px 450px;
	}


div#footer_menu li{
	border-right:1px solid #659ddc;
	float:left;
	list-style: none;
	margin-bottom:10px;
	padding:3px 10px;
}

div#footer_menu a,div#footer_menu a:link{
    text-decoration: none;
	color:#659ddc;
}

div#footer_menu a:visited,
div#footer_menu a:hover{
    text-decoration: none;
	color:#d68389;
}

/* ------------------------------------------

footer

------------------------------------------*/

div#footer p{
	text-align: center;
	margin: 0;
}


/* ------------------------------------------

company

------------------------------------------*/

.company_info{
	width: 100%;        
        margin-top: 20px;
&nbsp;       margin-bottom: 20px;
}
.company_info th{
	font-size: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #767ab1;
	padding: 5px;
	background-color: #e7efff;
}
.company_info td{
	font-size: 100%;
	line-height: normal;
	padding: 5px;
	background-color: #FFFFFF;
}

/* ------------------------------------------

dl.dt.dd

------------------------------------------*/

div#contents dt {
	background: url("http://www.mikami-sharoushi.com/images/dt_bg.gif") no-repeat scroll left top transparent;
	border-bottom: 3px solid #3465FF;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 0 5px 25px;
}


