/*
Theme Name: lex
Theme URI: http://www.lexues.co.jp/
Description: Lexues,Inc
Version: 1.0
*/

body {
	color: #666;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background: #FFF;
}
/* ====================================================================== */
/* reset*/
/* ====================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a img { 
	border: 0;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	color: #666666;
}
body a:visited {
	text-decoration: none;
	color: #666666;
}
body a:active {
	text-decoration: none;
	color: #FF3300;
}
body a:hover {
	text-decoration: underline;
	color: #FF7515;
}
/* ====================================================================== */
/* header */
/* ====================================================================== */
#headerwrap {
	background: url(images/bg_inheader.jpg) repeat-x;
}
#header {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
#header #logo {
	height: 58px;			/*add Y.A. 2011.08.18 59px->58px*/
}
#header h1 {
	left: 5px;
	top: 6px;
	position: absolute;
}
#header #utility {
	list-style-type: none;
	position: relative;
	right: 0px;
	float: right;
	width: 600px;			/*add Y.A. 2011.11.09  500px->600px*/
	margin-top: 5px;
}
#header #utility li {
	display: inline;
}
#header #utility .suvtop {
	list-style-type: none;
	font-size: 0.8em;
	text-align: right;
	margin-right: 10px;
}
#header #logo #utility .suvtop .ph span {
	color: #999999;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 3px;
}
#header #logo #utility .suvtop .ph {
	font-weight: bold;
	color: #b5362b;
	background: url(images/phone.gif) no-repeat left center;			/*add Y.A. 2011.11.09 left 2px->left center*/
	padding-left: 15px;
}
#header #utility .suvbottom {
	list-style-type: none;
	font-size: 0.75em;
	line-height: 2;
	text-align: right;
	margin-right: 10px;
	margin-top: -2px;		/*add Y.A. 2011.08.18*/
	*margin-top: -3px;		/*add Y.A. 2011.08.18*/
}
#header #logo #utility .suvbottom .inq {
	background: url(images/mail.gif) no-repeat left center;				/*add Y.A. 2011.11.09 left 2px->left center*/
	padding-left: 18px;
}
#header #logo #utility .suvbottom .site {
	background: url(images/sitemap.gif) no-repeat left center;			/*add Y.A. 2011.11.09 left 2px->left center*/
	padding-left: 18px;
}
#header #logo #utility .suvbottom .priv {
	background: url(images/privacy.gif) no-repeat left center;			/*add Y.A. 2011.11.09 left 2px->left center*/
	padding-left: 15px;
}

/*add Y.A. 2011.08.18 top.css, /home/www1/public_html/info/wp-content/themes/lex/style.css*/
#header #logo #utility .suvbottom a:link {
	*font-size: 8pt;
	text-decoration: none;
}


#header #logo #utility .suvbottom a:link {
	*font-size: 8pt;
	text-decoration: none;
}
#header #gloalnav {
	height: 55px;
	width: 900px;
	margin: 0px auto;
}
#header #gloalnav ul {
	list-style-type: none;
}
#header #gloalnav li {
	float: left;
}
/* ====================================================================== */
/* content */
/* ====================================================================== */
#main {
	width: 900px;
	margin: 0px auto;
}
#content {
	text-align: left;
	margin: 10px 10px 15px;
}
.post .info a {
	text-decoration:none;
	font-size: 0.85em;
}
#breadcrumbs {
	font-size: 0.75em;
	margin-bottom: 8px;
}
/* ====================================================================== */
/* side */
/* ====================================================================== */
#left {
	float: right;
	width: 270px;
}
#left .sidenav {
	border: 5px solid #CCCCCC;
	margin-bottom: 5px;
}
#left .sidenav h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	margin: 5px 5px 0px;
	background: #696767 url(images/arrow02.gif) no-repeat 8px center;
	padding: 7px 5px 7px 27px;
}
#left .sidenav ul {
	list-style-type: none;
	font-size: 0.8em;
	padding: 5px 13px 0px;
}
#left .sidenav li {
	background: url(images/arrow01.gif) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 1.5;
}
#left .sidenav form {
	padding: 5px 13px 5px;
}
#left .sidebanner {
	clear: both;
	margin-top: 5px;
}
#left .isms {
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#left .isms img {
	margin-right: auto;
	margin-left: auto;
}
#left .isms p {
	font-size: 0.7em;
	padding-top: 10px;
	text-align: left;
	width: 220px;
	padding-bottom: 10px;
	line-height: 1.4em;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#left .isms dt {
	float: left;
	margin-right: 8px;
}
#left .isms dd {
	font-size: 0.7em;
	line-height: 1.3;
}
.offerText {
	font-size: 0.8em;
	line-height:1.5;
	margin: 0px 10px 0px 30px;
}
#left #service {
	background: url(images/dot.gif) repeat-x left top;
	padding-top: 5px;
}
#left #service .servicedet {
	clear: both;
	background: url(images/dot.gif) repeat-x left bottom;
	margin-bottom: 5px;
}
#left #service .servicedet .photo {
	float: left;
	margin-left: 3px;
	padding-bottom: 7px;
}
#left #service .servicedet .sertxt {
	float: right;
	width: 175px;
}
#left #service .sertxt h3 {
	font-size: 0.8em;
	font-weight: bold;
}
#left #service .servicedet .sertxt .txt01 {
	font-size: 0.8em;
	line-height: 1.3;
}
#left #service .servicedet .sertxt .txt02 {
	font-size: 0.7em;
	background: url(images/arrow01.gif) no-repeat left center;
	float: right;
	padding-left: 15px;
	margin-bottom: 3px;
	margin-right: 3px;
}
/* ====================================================================== */
/* main */
/* ====================================================================== */
#right {
	float: left;
	width: 600px;
}
#right .insidetitle {
	position: relative;
}
#right .insidetitle h2 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	color: #FFFFFF;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#right .insidetitle h2 span {
	background: url(images/bg_intitle.gif) repeat-x center;
	display: block;
	border-left: 8px solid #c7161d;
	padding: 10px 15px 20px;
}
#right .insidetitle .et {
	color: #CCCCCC;
	font-size: 0.9em;
	position: absolute;
	top: 38px;
	left: 28px;
	letter-spacing: 0.05em;
}
#right .entry p {
	font-size: 0.85em;
	margin: 0 20px;
	padding:0 0 25px 0;
	line-height: 1.7;
}
#right p.info {
	font-size: 0.85em;
	margin: 0 20px;
	padding:0 0 20px 0;
}
#right .author {
	margin: 5px 15px 10px 20px;
	color: #bd1102;
	font-size: 0.8em;
}
#right h1 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	margin-top:0;
}
#right h3 {
	background: url(images/bg_title.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 0.9em;
	padding: 8px 10px 10px;
	margin-bottom: 10px;
}
#right h3 a {
	text-decoration:none;
}
#right a{
	color: #666666;
}
#right a:hover {
	text-decoration:none;
}
/* Begin Calendar */
#wp-calendar {
	font-size: 0.8em;
	width: 210px;
	margin: 5px auto 0px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: underline;
}
#wp-calendar caption {
	font-size: 0.9em;
	font-weight: bold;	
	text-align: center;
	width: 100%;
	margin-top: 5px;
}
#wp-calendar td {
	padding: 1px 0;
	text-align: center;
}
#wp-calendar th {
	padding: 1px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000000;
}
/* End Calendar */
/* ====================================================================== */
/* footer */
/* ====================================================================== */
#footerwrap {
	background-color: #222222;
	color: #FFFFFF;
	clear: both;
}
#footerwrap address {
	font-size: 0.75em;
	font-style: normal;
	line-height: 2;
}
#footer {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#footer #footermain {
	float: left;
	width: 600px;
	margin-top: 10px;
}
#footer #footermain .footerbanner {
	clear: both;
	padding: 10px 15px;
}
#footer #footermain .footerbanner img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer #footermain .footerbanner li {
	display: inline;
	padding-bottom: 5px;
}
#footer #footermain .clubp li a:hover{
	border: 2px solid #FF7515;
}
#footernav {
	clear: both;
	font-size: 0.75em;
	margin-top: 50px;
}
#footernav li {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#footernav li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footernav li a:hover {
	color: #FF7515;
	text-decoration: underline;
}
#footernav .bordernone {
	border: none;
}
#footer #footerback {
	float: right;
	width: 156px;
	background: url(images/bg_backtop.gif) no-repeat left top;
	height: 21px;
}
#footer #footerback img {
	text-align: center;
	margin: 2px 20px 0px;
}
