
/* globals */
div{
	line-height: 150%;
}
body {
	padding: 0px;
	margin: 0;
	font-family: 'メイリオ',Arial,"Meiryo",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/*background: #19282F url(../img/bg.jpg) repeat-x top fixed;*/
	background: #19282F url(../img/bg.jpg) repeat-x top fixed;
	/*background: #19282F;*/
	/*overflow: hidden;*/
}

#sidebar {
	float: left;
	width: 150px;
	z-index: 1000;
}

#sidebar div{
	padding: 0;
	margin: 0;
}
#sidebar img{
	border:none;
	display: block;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
#sidebar .sort img:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
a {
	border: none;
	color: #336;
	text-decoration: none;
}
a:hover {
	border: none;
	color: #66F;
	text-decoration: none;
}
a img {
	border:none;
}



/* wrapper */
#container {
	position: relative;
	padding: 10px 0 0 10px;
}


#content {
	margin: 0 0 0 150px;
	float: 
}

/* block */
#header {
	margin: 15px 0 30px 0;
}

.copyright{
	margin-top: 3px;
	font-size: 10px;
	line-height: 12px;
}

/* masonry */
.box {
	width: 200px;
	margin: 0 25px 10px 25px;
	font-size: 11px;
	padding: 10px;
	background-color: #fff;
	float: left;
	display: inline;  /* IE6 fix */
	color: #333;
	display: none;
	position: absolute;
	word-wrap:break-word;
}

.box_large {
	width: 470px;
}

p.caption{
	font-size: 10px;
	margin: 0;
	color: #666666;
}
/*
div.seotools{
	border-left: 5px solid #22649F;
	border-bottom: 1px dotted #22649F;
}
div.idirectory{
	border-left: 5px solid #598A1C;
	border-bottom: 1px dotted #598A1C;
}
div.seo-suite{
	border-left: 5px solid #999;
	border-bottom: 1px dotted #999;
}
div.seo-research{
	border-left: 5px solid #324974;
	border-bottom: 1px dotted #324974;
}
*/

/*
div.twitter, div.twitter h2.title, div.twitter a{
	background-color: #33CCFF;
	color: #fff;
}

div.idirectory, div.idirectory h2.title, div.idirectory a{
	background-color: #598A1C;
	color: #fff;
}

div.seo-suite, div.seo-suite h2.title, div.seo-suite a{
	background-color: #898989;
	color: #fff;
}

div.seo-research, div.seo-research h2.title, div.seo-research a{
	background-color: #324974;
	color: #fff;
}

div.seotools, div.seotools h2.title, div.seotools a{
	background-color: #22649F;
	color: #fff;
}
*/

ul{
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
	margin-bottom: 0;
}
li{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

div.hot-twit{
	background: #ffffff url(../img/box_hot-twit.gif) top right no-repeat;
}
div.idirectory{
	background: #ffffff url(../img/box_idirectory.gif) top right no-repeat;
}
div.seotools{
	background: #ffffff url(../img/box_seotools.gif) top right no-repeat;
}
div.seo-suite{
	background: #ffffff url(../img/box_seo-suite.gif) top right no-repeat;
}
div.seo-research{
	background: #ffffff url(../img/box_seo-research.gif) top right no-repeat;
}
div.twitter{
	background: #ffffff url(../img/box_twitter.gif) top right no-repeat;
}
div.news{
	background: #ffffff url(../img/box_news.gif) top right no-repeat;
}
div.vision{
	background: #ffffff url(../img/box_vision.gif) top right no-repeat
}
div.company{
	background: #ffffff url(../img/box_company.gif) top right no-repeat;
}
div.recruit{
	background: #ffffff url(../img/box_recruit.gif) top right no-repeat;
}
div.contact{
	background: #ffffff url(../img/box_contact.gif) top right no-repeat;
}


span.category
{
	line-height: 12px;
	position: absolute;
	z-index: 1000;
	padding: 0px;
	margin: 0;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	right: 10px;
	top: 0;
}

/* others */
h2.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 2px 0 3px 0;
	padding: 0 0 5px 0;
}
h3.title{
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0 0 5px 0;
	margin-bottom: 3px;
}
.title img{
	margin-top: 2px;
}

h2.title a,
h3.title a{
	margin: 0px;
	padding: 0;
	text-decoration: none;
}

p.comment {
	font-size:11px;
	margin: 0;
}

dl.comment {
	margin: 0;
}
dl.comment dt {
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
}
dl.comment dd {
	margin-left: 8px;
	font-size:11px;
}

span.date {
	font-weight: bold;
}

