@charset "utf-8";
/*
Theme Name: ART JUNKIE
Theme URI: 
Description: 
Version: 1.0
Author: Akihiro Mizuuchi
Author URI: http://sparebutton.jp/
Tags:

*/

body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	background-color: #F80088;
	margin: 0px;
	padding: 0px;
}

img { border:0; }

a { color:#000000; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:underline; }
a:hover { text-decoration:underline; }

.clear_both {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}

.edit a {
	color: #F80088;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


#page {
	background-color: white;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navi {
	background-color: #006666;
	width: 100%;
}
#navi td {
	text-align: center;
}

#content {
	padding-top: 10px;
}

#content_link {
	font-size: small;
}
#content_page, #content_information, #content_link {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#content_page {
	line-height: 1.5em;
}
#content_page h4 { margin:20px 0px 0px 0px; padding:0px 0px 0px 0px; color:#FE0000; font-weight:bold; }
#content_page ul { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:left; list-style-type:none; }
#content_page li { margin:0px 0px 0px 15px; padding:0px 0px 0px 0px; text-align:left; list-style-type:none; }

#content_information  p {
	margin: 0;
	padding: 0;
}


#content_link #group1 { margin:0px 0px 0px 15px; padding:0px 0px 0px 0px; width:225px; height:auto; position:relative; text-align:left; float:left; }
#content_link #group2 { margin:0px 0px 0px 10px; padding:0px 0px 0px 0px; width:225px; height:auto; position:relative; text-align:left; float:left; }
#content_link #group3 { margin:0px 0px 0px 10px; padding:0px 0px 0px 0px; width:225px; height:auto; position:relative; text-align:left; float:left; }

#content_link h3 { margin:20px 0px 0px 0px; padding:0px 0px 0px 0px; color:#FE0000; font-weight:bold; }
#content_link ul { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:left; list-style-type:none; }
#content_link li { margin:0px 0px 0px 15px; padding:0px 0px 0px 0px; text-align:left; list-style-type:none; }

#to_page_top {
	font-size: 80%;
	text-align: right;
	padding-bottom: 14px;
}

#home_content_left {
	float: left;
	width: 215px;
	text-align: center;
}
#home_content_left div,#home_content_right div {
	margin-top: 12px;
	margin-bottom: 12px;
}
#home_content_center {
	float: left;
	width: 350px;
	background-color: #D9D9D9;
}
#home_content_center p {
	margin: 0;
	padding: 0;
}
#home_content_center #top_page_poster {
	text-align: center;
	width: 312px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#home_content_center #top_page_information {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 312px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
}
#home_content_right {
	float: left;
	width: 185px;
	font-size: 10px;
	line-height: 1.2em;
}
#home_content_right .banners {
	padding-right: 10px;
	padding-left: 15px;
}
#home_content_center #changeble_img {

}
#home_content_right #whats_new {
	font-size: 12px;
	margin-left: 1em;
	line-height: 1.5em;
}
#home_content_right #whats_new p, #whats_new div{
	margin: 0;
	padding: 0;
}
#home_content_right #whats_new .title {
	font-weight: bold;
	color: #FF0000;
}
#home_content_right #qr {
	text-align: center;
	font-size: 12px;
	line-height: 1em;
}
#top_page_information {
	padding-bottom: 10px;
}
.information_title {
	font-weight: bold;
	color: #FF0000;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.information_content {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}
.post {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#top_page_information .information_content {
	font-size: 85%;

}
#footer {
	font-size: 90%;
	background-color: #F80088;
	padding-top: 7px;
	padding-bottom: 20px;
}
#twitter-tools-ul {
	padding: 0px;
	list-style-type: none;
	border: 2px solid #38c9fc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#twitter-tools {
	
}
#twitter-tools h3.widget-title {
	display: none;
}
#twitter-title {
	text-indent: -500px;
	overflow: hidden;
	background-image: url(images/ajtwitter_bunner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 54px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #38c9fc;
}

#twitter-tools ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#twitter-tools .aktt_tweets {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#twitter-tools .aktt_tweets a {
	color: #b40b43;
}
#twitter-tools .aktt_tweets ul li .aktt_tweet_time {
	color: #999;
	font-size: smaller;
	padding-left: 15px;
}
#twitter-tools .aktt_more_updates {
	margin-top: 7px;
	font-size: smaller;
}
