/*

Theme Name: Boxy Mint
Theme URI: http://wordpress.org/
Description: Boxy Mint Wordpress Theme. 2 Columns. Right Sidebar. Widget Ready. Theme Design by <a href="http://www.cmdesignlounge.com">ChiQ Montes</a>.
Version: 1.0
Author: ChiQ Montes
Author URI: http://www.cmdesignlounge.com/
*/


/*format*/

* {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	line-height:20px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

html { 
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

/*body*/

body {
	margin: 0px;
	padding: 0px;
	background: #000;
}

/*a*/

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #24a2cb;
	text-decoration: none;
}
a:active {
	color: #24a2cb;
	text-decoration: none;
}
a {
	outline:none;/*Firefox*/
}

/*img*/

img {
	border: none;
	padding: 0;
	margin: 0;

}

/*li*/

li {
	list-style-position: outside;
	list-style-type: none;
}

/*span*/

.clear{
	display: block;
	clear: both;
	height: 0;
}
.font_10px{
	font-size: 10px;
}
.uppercase{
	text-transform: uppercase;
}



/*header*/
#header_wrapper{
	width: 100%;
	height: 93px;
	background: #000;
overflow:hidden;
}
#header{
	width: 900px;
	height: 93px;
	margin: 0 auto;
}
#logo{
	padding: 21px 232px 33px 19px;
	height:39px;
	width:149px;
	float:left;
}
#header h2 {
	height: 0px;
	width: 0px;
	overflow: hidden;
	float: left;
}

/*global-navigation*/
#global_nav{
	float: left;
}
#global_nav li{
	padding-top: 25px;
	float: left;
}
#global_nav a{
	display: block;
	height: 65px;
	text-indent: -5000px;
	outline: none;
}
a#objects {
	width: 100px;
	background: url(images/global_nav1.jpg) left top;
}
a#comment{
	width: 100px;
	background: url(images/global_nav2.jpg) left top;
}
a#service{
	width: 99px;
	background: url(images/global_nav3.jpg) left top;
}
a#company{
	width: 100px;
	background: url(images/global_nav4.jpg) left top;
}
a#inquiry{
	width: 101px;
	background: url(images/global_nav5.jpg) left top;
}
#global_nav a:hover,
#global_nav a:active{
	background-position: left -65px;
}
#global_nav a.now{
	background-position: left -65px;
	cursor: default;
}


/*main_visual(#lead)*/
#lead_top_wrapper{
	width: 100%;
	height: 6px;
	background: url(images/bcg_lead_line.jpg) repeat-x;
clear:both;
overflow:hidden;
}
#lead_top{
	width: 900px;
	text-align: center;
	height: 6px;
	background: url(images/lead_top.jpg) repeat-x;
}




/* The Top */
.top {
	height:4px;
	background:url(images/top.gif);
	overflow:hidden;
	}

/* The Wrapper */
#content_wrapper{
	background: #F2F2F2;
	width: 100%;
}
.wrapper {
	width:870px;
	margin:0 auto;
	padding-left:50px;
	background: url(images/bcg_content_middle.jpg);
	}

/* The Header */

.head {
	height:107px;
	background:url(images/header.gif);
	}
.head h1 {
	color:#1f94d9;
	font-size:35px;
	margin:0;
	padding:40px 0 0 0;
	}

/* The Menu */

.menu {
	height:44px;
	background:url(images/menu.gif);
	}
.menu ul {
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	height:44px;
	width:815px;
	overflow:hidden;
	background:url(images/menuborder.gif) left no-repeat;
	}
.menu li {
	float:left;
	background:url(images/menuborder.gif) right no-repeat;
	padding-right:2px;
	}
.menu a {
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fdfdfd;
	padding:0 25px;
	text-decoration:none;
	}
.menu a:hover {
	text-decoration:none;
	color:#fdfdfd;
	background:url(images/menuhover.gif);
	}
.menu .current_page_item a {
	background:url(images/menuhover.gif);
	}

/* The Content */

.content {
	float:left;
	width:550px;
	margin-right:25px;
	margin-top:30px;
	overflow:hidden;
	}
.content table{
	margin-bottom:10px;
	float:right;
}
.post {
	background:#fff url(images/post.gif) left top no-repeat;
	padding:15px 25px 10px;
	text-align:justify;
	}
h1.title {
	font-size: 20px;
	line-height:36px;
	font-weight: bold;
	color:#1f94d9;
	margin:0;
	padding-left:33px;
	height: 36px;
	background: url(images/h1title_icon.gif) no-repeat 10px center;
	border-bottom: 1px solid #999;
	}
h1.title a {
	color:#1f94d9;
	text-decoration:none;
	font-size: 20px;
	line-height:36px;
	}
h1.title a:hover {
	color:#1f94d9;
	text-decoration:none;
	}
.postinfo {
	height:15px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:12px;
	}
.postinfo a {
	color:#666;
	text-decoration:none;
	}
.postinfo a:hover {
	color:#1f94d9;
	text-decoration:underline;
	}
.postinfo div {
	float:left;
	height:15px;
	line-height:15px;
	}
.pi-cats {
	background:url(images/cats.gif) left center no-repeat;
	padding:0 25px 0 20px;
	}
.pi-author {
	background:url(images/author.gif) left center no-repeat;
	padding:0 25px 0 20px;
	}
.pi-date {
	background:url(images/date.gif) 0 4px no-repeat;
	padding:0 0 0 16px;
	}
.postbottom {
	clear:both;
	height:33px;
	background:url(images/postbottom.gif);
	line-height:33px;
	text-align:right;
	font-weight:bold;
	padding-right:25px;
	margin-bottom:30px;
	}
.postbottom a {
	background:url(images/comments.gif) left center no-repeat;
	padding-left:30px;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:235px;
	margin-top:30px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#1f94d9;
	}
.sidebar li ul a {
	color:#1f94d9;
	text-decoration:none;
	line-height:25px;
	background:url(images/plus.gif) left center no-repeat;
	padding-left:18px;
	font-weight:bold;
	}
.sidebar div a {
	color:#1f94d9;
	font-weight:bold;
	}
.sidebar a:hover {
	text-decoration:underline;
	}
.sidebar h2 {
	margin:0;
	font-weight:bold;
	padding:0;
	height:38px;
	line-height:38px;
	background:url(images/h2.gif);
	font-size:14px;
	color:#fff;
	padding-left:30px;
	}
.sidebar li {
	background:#e7f5fe url(images/bcg_lead_line.jpg) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
	}
.sidebar li li {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}
.sidebar ul ul, .sidebar li div {
	padding:0 15px;
	}
.sidebar li div {
	text-align:justify;
	padding:10px 15px;
	}

/* The Search Form */

.sidebar form {
	margin:0;
	padding:0;
	line-height:20px;
	height:46px;
	}
.sidebar form input {
	float:left;
	padding:0;
	height:26px;
	border:none;
	margin-top:-20px;
	line-height:100px;
	font-size:0px;
	overflow:hidden;
	width:19px;
	background:#fff url(images/search.gif) no-repeat;
	}
.sidebar form input#s {
	margin-top:0;
	line-height:normal;
	font-size:14px;
	width:175px;
	background:#fff;
	padding-top:6px;
	padding-left:5px;
	height:20px;
	overflow:auto;
	}



/*address*/

address{
	font-style: normal;
	width:  100%;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: #000;
}
.uppercase{
	font-size: 10px;
}
#log-in_wrapper{
	width: 100%;
	background: #000;
}
#log-in{
	width:  900px;
	margin:0 auto;
	text-align: right;
	font-size: 8px !important;
	}



/* The Footer */

.footer {
	height:163px;
	background:#1e93d8 url(images/footer.gif) top repeat-x;
	}
.footerfloat {
	float:left;
	height:163px;
	}
.footer .themeby {
	width:360px;
	}
.footer .links {
	width:290px;
	}
.footer .meta {
	
	}
.footerfloat h2 {
	margin:28px 0 0 0;
	padding:0;
	font-size:25px;
	color:#fff;
	}
.footerfloat ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	}
.footerfloat a {
	background:url(images/arrow.gif) left center no-repeat;
	padding-left:20px;
	color:#fff;
	font-weight:bold;
	}

/* The Bottom */

.bottom {
	height:27px;
	border-bottom:1px solid #fff;
	border-top:2px solid #94c93d;
	background:url(images/bottom.gif);
	}
.bottom a {
	display:block;
	height:17px;
	float:right;
	margin-top:4px;
	}
.bottom a.rss {
	width:25px;
	background:url(images/rss.gif);
	margin-left:10px;
	}
.bottom a.xhtml {
	width:33px;
	background:url(images/xhtml.gif);
	}

/* The Navigation */

.navigation {
	height:25px;
	margin:0 0 30px 0;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.alignleft {
	float:left;
padding:10px;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 30px 0;
	color:#94c93d;
	margin:0;
	font-size:18px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:20px;
	margin:0 0 10px 0;
	padding:15px 0 5px 0;
	border-bottom:1px dashed #c0c0b4;
	background:url(images/titlebg.gif) top repeat-x;
	color:#94c93d;
	font-weight:normal;
	}
.comments h2#respond {
	border-bottom:none;
	margin:0;
	padding:0;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {
	border-bottom:1px dashed #c0c0b4;
	margin-bottom:10px;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-weight:bold;
	}
#body_content {position: absolute;left: -10000px;};
