@charset "UTF-8";

@import url(/content/style_v2/css/default.css);
@import url(/content/style_v2/css/nav.css);
@import url(/content/style_v2/css/layout.css);
@import url(/content/style_v2/css/addition.css);



body {
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	background:#ffffff url(https://www.ark-web.jp/content/style_v2/images/content_hd_bg.jpg) 0 130px repeat-x;
	}

a {
	text-decoration: underline;
	}

a:link ,
a:visited,
a:active{
	color:#990000;
	}

a:hover {
	color:#ff0000;
	}

.clear{
	clear: both;
	display: block;
	margin: -1px 0 0;
	font-size: 1px !important;
	line-height: 0 !important;
	height: 1px;
}


/* ///////////// header ////////////// */

#header{
	background:#f8dd2c url(https://www.ark-web.jp/content/style_v2/images/hdr_img_angie003.jpg) 0 20px no-repeat;
	overflow:hidden;
}
#header h1 a{
	color:#000000;
	display:block;
	position:absolute;
	top:50px;
	left:450px;
	font-size:small;
/*	margin:10px 15px 0;
	padding:50px 5px 0;
	background: url(../images/blog_logo.gif) no-repeat;*/
	text-decoration:none;
	font-weight:bold;
}
#header h1 a:hover{
	color:#ff0000;
}
#header h2{
	position:absolute;
	top:70px;
	left:450px;
	font-size:small;
	font-weight:normal;
	line-height:1;
}

#header p#siteID a#logo{
	margin:0 15px 110px;
}

p#photoby{
	position:absolute;
	top:115px;
}

/* ///////////// layout ////////////// */

.blog #content{
	background:transparent !important;
}
.blog #main{
	width:760px !important;
	background:#ffffff url(https://www.ark-web.jp/content/style_v2/images/content_hd_bg.jpg) 0 0 repeat-x !important;
	background-image:none !important;
	background:transparent !important;
}
#subContent{
	width:200px !important;
	overflow: hidden;
}
.blog #content #main div#mainClm{
	float:left;
/*	width: 590px;*/
	width: 740px;
	margin: 15px 0 0 !important;
}

#tagClm{
	width: 160px;
	float:right;
	margin-left:0 !important;
	border-bottom:1px solid #eee;
	display:none;
}
#topicpath{
	font-size:small;
	margin:20px 5px 0;
	color:#f00;
}
#topicpath a{
	color:#666;
	text-decoration:none;
}
#topicpath a:hover{
	color:#cc0000;
}
#topicpath h2{
	font-size:small;
	display:inline;
	color:#333333;
}


/* //////////// Article //////////////// */

#main div.Article {
	box-sizing:border-box;  CSS 3 [ MacIE 5] 
	word-break:break-all;
	margin:0 0 50px;
	padding:25px;
	background-color: #FFFFFF;
	border:1px solid #ccc;
	}
#main div.Article p{
	margin-bottom:1.5em;
}
#main div.Article p.date{
	margin:0 0 3px;
	color: #666;
	font-weight:bold;
}
#main div.Article p.author{
	color: #666666;
	text-align: right;
	margin: 0 0 1.5em;
	}
#content #main div.Article p.category{
	font-size:90%;
	margin: 10px;
/*	text-align:right;*/
}
#main p.category a{
	color:#f00;
	text-decoration:none;
}
#main div.Article h2 {
	border-top:5px solid #333;
	border-bottom:1px solid #999;
	padding: 15px;
	font-size:145%;
	margin-bottom: 15px;
}
#main div.Article blockquote {
	color:#666;
	background:#f3f3f3;
	margin-bottom: 1.5em;
	padding:20px;
}
#main div.Article pre {
	color:#666;
	background:#f3f3f3;
	margin-bottom: 1.5em;
	padding:20px;
	overflow: auto;
}
#main div.Article .posted {
	color: #666666;
	border-top: 1px solid #999999;
	text-align: right;
	margin-top: 3em;
	margin-bottom: 0px;
	line-height: normal;
	padding: 5px 3px;
	background:#f6f6f6;
}
#main div.Article .posted a{
	color: #999999;
}
#content #main div.Article .posted ul{
	display:inline-block;
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}
#main div.Article .posted ul li{
	vertical-align: middle;
	display:inline-block;
	margin:0;
	padding:0;
}
#main div.Article .posted .tw{
	width: 90px;
}
#main div.Article .posted .fb{
	width: 110px;
	margin-right: 10px;
}
#main div.Article .posted .gp{
	width: 70px;
}
#main div.Article .posted .hb{
	width: 60px;
}
#main div.Article p#tagged{
	margin-bottom: 60px;
}
#main div.Article p#tagged a{
	color:#f00;
	text-decoration:none;
}
#main p.extended a{
	padding-left:15px;
	background:url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.5em no-repeat;
}

#content #main .Article .entryList{
	margin-top: 30px;
}
.blog #content #main div.ArticleList{
	margin: 0 10px 0 0 !important;
	width: 360px;
	height:20em;
	float:left;
	display:inline;
	}
#main div.ArticleList p.date{
	color:#666;
	}
#main div.ArticleList h2 {
	font-size:110%;
	margin:0 0 5px;
	border-top:3px solid #333;
	background:#f6f6f6;
	}
#main div.Article h2 a,
#main div.ArticleList h2 a{
	display:block;
	color:#000;
	text-decoration:none;
	}
#main div.ArticleList h2 a{
    padding: 10px 15px;
	}
#main div.Article h2 a:hover,
#main div.ArticleList h2 a:hover{
	color:#fff;
	background:#f00;
	}
#content #main div.ArticleList p{
	padding-left:8px;
	margin: 10px 0;
}
#main div.ArticleList p.category{
	font-size:80%;
}
#main div.ArticleList p.author {
	color: #666666;
	border-top: 1px solid #999999;
	text-align: right;
	margin: 0.5em 0;
	padding: 5px;
	line-height: normal;
	}
#main div#TagResults h2{
	font-size:90%;
}
#main div#TagResults em{
	color:#f00;
	font-style:normal;
	font-weight:bold;
	font-size:160%;
}
#main div#TagResults a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#main div#TagResults a:hover{
	color:#f00;
	text-decoration:underline;
}

#main div#SearchResults h2{
	font-size:110%;
	margin-bottom:1em;
}
#main div#SearchResults h3{
	font-size:105%;
	 margin-left:0;
}
#main div#SearchResults h3 a{
	color:#000;
	text-decoration:none;
}
#main div#SearchResults h3 a:hover{
	color:#f00;
	text-decoration:underline;
}
#main div#SearchResults form{
   margin-left: 10px;
}
#main div#SearchResults ul{
   margin-left: 15px;
   list-style: none;
}
#main div#SearchResults ul li{
   margin-bottom: 2em;
}
#main div#SearchResults ul li p{
   margin-left: 0;
}
#main div#SearchResults p.posted{
   margin-top: 0;
}
                   
#main div.Article ul,
#main div.Article ol{
	margin-left:25px;
	margin-bottom:1em;
	}
#main div.Article h2.second{
	margin-top:30px;
	}
#main div.Article h3{
	margin-top:1.5em;
	margin-bottom:0.5em;
	}
#main div.Article p.pageLink{
	margin:3em 0 0;
	font-size:90%;
	}
#main div.Article p.pageLink a{
   text-decoration: none;
	}

/* TinyLPO */
div#tinyLPOBox{
	margin:0 20px 20px 20px!important;
	padding:10px 15px;
	background-color:#F9F2F0;
}
div#tinyLPOBox h2{
	margin:0!important;
	padding:5px 10px 5px 25px!important;
	font-size:100%!important;
	font-weight:normal!important;
	border:solid 1px #CCC!important;
	background:#FFFFFF url(https://www.ark-web.jp/content/style_v2/images/tinyL_hd_bg.gif) 10px 0.75em no-repeat;
}
div#tinyLPOBox h2 strong{
	padding-right:0.25em;
	font-size:120%;
}
div#tinyLPOBox ul{
	margin:5px 0 0 1em!important;
	padding:0!important;
	list-style:none;
}
div#tinyLPOBox ul li{
	margin:0 0 5px 0!important;
	padding:0 0 0 15px;
	background: url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.75em no-repeat;
}
div#tinyLPOBox ul li a{
	color:#333;!important;
}
div#tinyLPOBox ul li a:hover{
	color: #f00!important;
}

/* ///////////// associate ////////////// */

div.drk7jpSimilarity{
	font-size:90%;
	margin:30px 0 50px;
}

div.drk7jpSimilarity div.drk7jpSimilarityHeader a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
div.drk7jpSimilarity div.drk7jpSimilarityHeader a:hover{
	color:#f00;
}


/* ///////////// TAGGING ////////////// */
#tagClm div#TaggingBox{
	margin:0px!important;
	background:#f6f6f6 url(https://www.ark-web.jp/content/style_v2/images/tag_bg02.gif) 100% 0 repeat-y !important ;
}
#tagClm div#TaggingBox h2{
	margin:10px;
	color:#999;
	font-size:90%;
	padding-top:35px;
	background:url(../images/h2_tagging.gif) no-repeat 0 10px;
}

.blog #content #main #tagClm div#TaggingBox ul{
	margin:1em 10px 2em 1em;
	color:#999;
	list-style:none;
}
#tagClm div#TaggingBox ul li a{
	color:#666;
	text-decoration:none;
}
#tagClm div#TaggingBox ul li a:hover{
	color:#fff;
	background:#666;
}
#tagClm div#TaggingBox ul.total,
#tagClm div#TaggingBox p.plugin{
	font-size:70%;
}
/* search */
#tagClm div#search{
	margin:0 0 20px 0!important;
}
#tagClm div#search h2{
	color:#999;
	padding: 40px 10px 3px;
	font-size: 100%;
	text-align: right;
	background: url(../images/sub_h2_search.gif) 0 100% no-repeat;
}

/* //////////// sidebar //////////////// */

.blog #subContent{
	margin-top:45px;
}
#subContent a {
	color:#333;
	text-decoration:none;
	}
#subContent a:hover {
	color:#f00;
	}
#subContent h2 {
	color:#999;
	padding: 40px 10px 3px;
	font-size: 100%;
	text-align: right;
	}
#subContent #ranking{

	}
#subContent p{
	margin: 0px 10px;
	text-align: left !important;
	}
#subContent ul{
	margin: 0px 10px;
	}
#subContent ul li {
	padding-left: 10px;
	color: #666666;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	background: url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.5em no-repeat;
	}

#subContent ol{
	margin: 1em 0 0 30px;
	padding:0;
	}

#subContent #bnrs{
	margin:35px 0;
}
#subContent #bnrs img{
	margin-bottom:10px;
}


#subContent #book h2{
	padding-left: 50px;
	background: url(../images/sub_h2_book.gif) 0 100% no-repeat;
}
div#book .bookDetails{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 10px;
	border-bottom:solid 1px #ccc;
}
div#book h3{
	font-size:90%!important;
	text-align:left;
	padding-left:10px;
	background: url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.5em no-repeat;
}
div#book p{
	font-size:90%;
	line-height:1.3;
	text-align: left;
	margin-right:10px;
}

#subContent #ecotter h2{
	padding-left: 50px;
	background: url(../images/sub_h2_mashup.gif) 0 100% no-repeat;
}
#subContent #ranking h2{
	padding-left:80px;
	background: url(../images/sub_h2_ranking.gif) 0 100% no-repeat;
}
#subContent #service h2{
	background: url(../images/sub_h2_service.gif) 0 100% no-repeat;
}
#subContent #hatebu h2{
	padding-left:80px;
	background: url(../images/sub_h2_hatebu.gif) 0 100% no-repeat;
}
#subContent #categories h2{
	background: url(../images/sub_h2_category.gif) 0 100% no-repeat;
}
#subContent #archive h2{
	background: url(../images/sub_h2_archive.gif) 0 100% no-repeat;
}
#subContent #syndicate h2{
	background: url(../images/sub_h2_syndicate.gif) 0 100% no-repeat;
}
#subContent #support h2{
	padding-left: 135px;
	background: url(../images/sub_h2_support.gif) 0 100% no-repeat;
}


/* book web-ya-no-hon */

#subContent #book{
	text-align: center;
}
#subContent #book img{
	margin: 10px auto;
	padding: 3px ;
	border:1px solid #ccc;
}
#subContent #book a:hover img{
	border-color: #f00;
}
#subContent #book p a{
	color: #c00;
	padding-left: 10px;
	text-decoration: underline;
	background: url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.5em no-repeat;
}
#subContent #book p a:hover{
	color: #f00;
}

/* ecotter */

#subContent #ecotter p{
	text-align: center !important;
}
#subContent #ecotter p.bnr img{
	margin: 10px auto;
	padding: 1px ;
	border:3px solid #9c6;
}
#subContent #ecotter p.bnr a:hover img{
	border-color: #f00;
}


#subContent .bnrs{
	margin: 0 0 15px 5px;
}
#subContent ul.bnrs li{
	padding-left: 0 !important ;
	list-style:none !important ;
}

/* recruit banner */

#subContent #spbnrs{
	margin: 0 0 -10px 5px;
}

/* warmbiz banner */
#subContent #banners{
	margin: 15px 0;
	text-align: center;
}
/* aform banner */
#subContent #aformBnr{
	margin-left: 5px;
}

/* zencart banner */
#subContent #zencartBnr{
	margin-left: 5px;
	background: url(/content/common/bnr_zencart_dl_bg.gif) 0 100% repeat-y;
}
#subContent #zencartBnr dl{
	min-height: 130px;
	background: url(/content/common/bnr_zencart_bg.gif) 0 100% no-repeat;
}
#subContent #zencartBnr dd a{
	min-height: 80px;
	display:block;
	padding: 3px 95px 10px 10px;
}
*html #subContent #zencartBnr dd a{
	height: 80px; /* IE6 */
}
#subContent #zencartBnr dd a:hover{
	background: url(/content/common/bnr_zencart_dl_a_bg.gif) 0 100% no-repeat;
}
/* csrBnr */
#subContent #csrBnr{
	margin-left: 5px;
}

/* serivices */

#service dl{
	margin: 10px;
/*	padding: 10px;
	background: #E7F1FF;*/
}
#service dl dt{
	font-weight: bold;
	padding-left: 20px;
}
#service dl dt a{
	text-decoration: underline;
}
#service dl dd{
	padding-left: 20px;
	margin-bottom: 5px;
}
#service dl dt.ecotter{
	background: url(/content/common/service_ico_ecotter.gif) no-repeat;
}
#service dl dt.necotter{
	background: url(/content/common/service_ico_necotter.gif) no-repeat;
}
#service dl dt.miqqle{
	background: url(/content/common/service_ico_miqqle.gif) no-repeat;
}


#subContent #archive{
	margin-bottom: 10px;
}

/* //////////// Vote //////////////// */

#vote{
	text-align:center;
	padding:20px;
	margin-bottom:25px;
/*	background:#f3f3f3;
	border:3px double #ccc;*/
}
#vote h2{
	margin:1em auto;
}
#vote a{
	width:auto;
	height:1em;
	padding:0.5em 1em;
	margin:1em auto !important;
	color:#ff6;
	background:#c00;
	border:1px solid #333;
	border-width:0 1px 1px 0;
	text-decoration:none;
}
#vote a:hover{
	background:#f00;
}


/* //////////// relational//////////////// */

.relational{
	margin:0px 0px 50px 0px;
	/*padding:20px 20px 0px 20px;*/
	border: solid 1px #CCCCCC;
	border-bottom:none;
	background:url(../images/relational_bg.jpg) repeat-x bottom;
}
#content #main .relational h3{
	margin-top:0;
	text-indent:-9000px;
}
div#relationalContent{
	padding:0px 20px 0px 110px;
	border-bottom: solid 1px #CCCCCC;
	background:url(../images/h3_relational.gif) no-repeat 20px 0px;
}
.relational h4{
	margin: 0px 0px 0px 10px;
}
.relational ul{
	margin:10px 10px 30px 20px!important;
	list-style:none;
}
.relational li {
	padding: 0px 0px 0px 13px;
	background:url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.75em no-repeat;
}
.relational a{
	color:#000;
	text-decoration: none;
}
.relational a:hover{
	color:#ff0000;
}

/* //////////// Staff //////////////// */

body#staff #content #main h3{
	margin-bottom: 5px;
	color: #f00;
	border-bottom: 1px dotted #ccc;
/*	border-top: 3px solid #666;
	padding: 5px 3px;
	background: #f6f6f6;*/
}
body#staff #content #main ul{
	margin: 0 auto 30px;
	background: #f3f3f3;
	padding: 15px 30px;
/*	border:1px solid #eee;*/
}




/* //////////// associate //////////////// */

div.drk7jpSimilarity{
	
}





.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}


#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.entryList .otherEntry {
	background: url(../images/dotBorder.gif) left bottom repeat-x;
	padding-bottom: 1em;
	margin: 1em 0 1em 0;
}
.entryList .otherEntry h3 {
	font-size: 110%;
	margin-bottom: 0.5em;
	padding: 0 15px;
}
.entryList .otherEntry h3 a {
	padding-left:15px;
	background:url(https://www.ark-web.jp/content/style_v2/images/arw_red.gif) 0 0.5em no-repeat;
	text-decoration: none;
}

.entryList .otherEntry ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 5px;
	margin: 0;
}
.entryList .otherEntry ul li {
	display: inline;
	margin-right: 20px;
}


/* made in takemura www */

#main div.Article h3.large-heading {
	border-left:10px solid #D90000;
	border-bottom:1px solid #D90000;
	font-size:120%;
	line-height:1.2;
	margin-bottom:10px;
	padding-left:5px;
	}

#main div.Article h4.small-heading {
	border-left:3px solid #D90000;
	font-size:110%;
	line-height:1.2;
	margin-bottom:10px;
	padding-left:5px;
	}

#main div.Article div.quote {
	color: #333333;
	background-color: #EEEEEE;
	margin:10px;
	padding:5px;
	}

/* tagSearch */
body#tagSearch #main{
	width:590px!important;
}
body#tagSearch #subTagSearch{
	float:left;
	width:353px;
	margin:136px 0 0 0;
	padding:10px 17px 20px 0px;
	border-top:solid 1px #F8DD2C;
	background:url(../images/tagSrarchBg.gif) no-repeat #FFFFFF right 0px;
}
/* subTagSearch */
#subTagSearch{
	line-height:1.7;
}
#subTagSearch h2{
	font-size:90%;
	border-bottom:5px solid #333;
	margin:0px 20px 0px 20px;
	padding:0 0px 8px 0;
}
#subTagSearch h2 strong{
	color:#f00;
	font-style:normal;
	font-weight:bold;
	font-size:160%;
}
#subTagSearch div.tagList{
	margin:0px;
	padding:0 20px 0px 20px;
	border-right:solid 1px #F8DD2C;
	border-bottom:solid 1px #F8DD2C;
}
#subTagSearch div.tagList a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#subTagSearch div.tagList a:hover{
	color:#f00;
	text-decoration:underline;
}
#subTagSearch div.tagList h3{
	font-size:100%;
	margin-bottom:15px;
	padding-top:15px;
	border-bottom:solid 1px #999999;
}
#subTagSearch div.tagList h3 span{
	font-size:80%;
}
#subTagSearch div.tagList h3 a{
	display:block;
	padding:5px;
}
#subTagSearch div.tagList h3 a:hover{
	background:#f00;
	color:#FFFFFF;
}

#subTagSearch div.tagList ol{
	margin-left:25px;
}
#subTagSearch div.tagList p{
	margin-bottom:1.5em;
}
#subTagSearch div.tagList p.posted {
	color: #666666;
	border-top: 1px solid #999999;
	text-align: right;
	line-height: normal;
	padding: 5px 3px;
	background:#f6f6f6;
}
#subTagSearch div.tagList p.posted a{
	color: #999999;
}

/*.tweetbtn{
	float:right;
	margin-left: 35px;
	margin-bottom: 35px;
}*/
#content #main .Article .btnset {
float:right;
margin-bottom:35px;
margin-left:35px;
display:inline-block;
list-style:none;
}

#content #main .Article .btnset li {
	margin-bottom: 10px;
	margin-left: 0px;
	}
#content #main .Article .btnset li.tw {
	margin-bottom: 0;
	}
#content #main .Article .btnset li.mixibtn {
	margin-top: 15px;
	}
	
#content #main .Article .btnset iframe {
	margin-bottom: 10px;
	}
	
#content #main .Article .btnset iframe.facebook {

	}
    
#content #main table{
	border-collapse: collapse;
	border:1px solid #ccc;
    margin-bottom: 1em;
}
#content #main table th{
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}
#content #main table td{
	padding: 5px;
	border: 1px solid #ccc;
}

#content #main table.layout,
#content #main table.layout th,
#content #main table.layout td{
	padding: 0;
	border: none;
	background: none;
}