/*
Theme Name: 東京サイレン株式会社
Theme URI: http://www.e-adshin.com/
Author: 株式会社アドシン
Author URI: http://www.e-adshin.com/
*/

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

body {
	color:#5A5A5A;
	font-size:81%;
	font-family:Verdana, sans-serif;
}
p {
	line-height:200%;
}
a {
	color:#787878;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrap {
	width:915px;
	margin:0 auto 75px;
	padding:0;
}
/* header */
#header {
	padding:45px 0 12px;
	min-height:1px;
	z-index:1;
}
#header:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
* html #header {
    height:1px;/*¥*//*/
    height:auto;
    overflow:hidden;
    /**/
}
h1 {
	width:219px;
	float:left;
	position:relative;
	left:-15px;
	z-index:10;
}
#hMenu {
	width:435px;
	float:right;
}
#header ul {
	float:right;
	padding:7px 0 0;
	overflow:auto;
}
#header li {
	float:left;
	padding:0 5px 0 6px;
	background:url(img/menuL.gif) left top no-repeat;
}
#hMenu li a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:1px;
	height:12px;
	text-indent:-99999em;
	overflow:hidden;
	border-bottom:2px solid #FFF;
}
#header li#hm01 {background:none;}
#hm01 a {background-image:url(img/menu01.gif); width:29px;}
#hm02 a {background-image:url(img/menu02.gif); width:48px;}
#hm03 a {background-image:url(img/menu03.gif); width:48px;}
#hm04 a {background-image:url(img/menu04.gif); width:49px;}
#hm05 a {background-image:url(img/menu05.gif); width:47px;}
#hMenu li a:hover {
	background-position:left -15px;
	border-bottom:2px solid #29B1E8;
}
#hMenu form {
	float:right;
}
#hMenu form #s {
	width:100px;
	font-size:75%;
	padding:1px;
}
#hMenu form #b {
	width:40px;
	text-align:center;
	font-size:10px;
	padding:2px 3px;
}
/* パンくず */
#bread a {
	color:#506483;
}
/**/
p.pagetop {
	text-align:right;
	line-height:1;
	margin:0;
	padding:20px 0 0;
	clear:both;
	border-top:1px solid #595757;
}
p.pagetop img {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:1px;
}
p.pagetop a:hover {
	text-decoration:none;
}
#copyright {
	width:915px;
	font-size:80%;
	margin:5px auto 30px;
	text-align:right;
}