/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque
Version: 1.6
Author: Ash Haque
Author URI: http://www.bballcity.com

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #00f;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: small;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #000;
		
		margin: 0;
		padding: 0;
		}
		
	.top {
		background: #fff;
		width: 100%;
		padding: 0px 0;
		}

	#wrapper {
		width: 730px;
		margin: 0 auto;
		text-align: left;
		}
		
	#header {
		width: 730px;
		height: 100px;
		background-image: url(/img/pets.gif);
		background-repeat: no-repeat;
		text-align: left;
		}

	#main {
		width: 730px;
		text-align: left;
		}

	#content {
		float:left;
		width: 560px;
		text-align: left;
		margin-left: 0px;
		margin-top: 10px;
		}
		
	#sidebar {
		float: right;
		width: 160px;
		text-align: left;
		}
		
	#footer {
		padding: 20px 0;
		*padding: 15px 0;
		/* IE6 and IE7 hack */
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		margin-top: 10px;
		}
		
		
	.date {
		font-size: 0.8em;
		color: #777;
		}
		
	.date a{
		color: #777;
		}
		
	.date a:hover{
		color: #f00;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			border-bottom: 1px solid #ccc;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			height: 40px;
			display: block;
			padding: 25px 15px 0 15px;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			font-size: 1.1em;
			color: #00f;
			}
		
		#content h2 a:hover{
			color: #f00;
			text-decoration: underline;
			}
	
		#content p a, #content .metadata a {
			color: #06c;
			padding-bottom: 1px;
			border-bottom: 1px solid #ddd;
			}
	
		#content p a:hover, #content .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
	
		#content p {
			font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			color: #333;
			text-align: justify;
			}
	
		#content p, #content h3, #content blockquote {
			margin-bottom: 1em;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #cfc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .post h2 {
			font: 1.2em "Lucida Grande", sans-serif;
			text-transform: uppercase;
			font-weight: bold;
			}
			
		#content .entry {
			padding-top: 10px;
			padding-left: 25px;
			padding-right: 25px;
			overflow: hidden;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
			
		#content .entry p{
		margin-top: -1em;
		}
		
	
		div.post{
			margin-left: 20px;
			margin-bottom:15px;
			}
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 10px 0;
			}
			
		#content .commentlist li.comment-item {
			margin: 5px 0;
			padding: 20px 15px 10px 15px;
			list-style-type: none;
			overflow: hidden;
			}
		#content .commentlist li.alt {
			background: #f8f8f8;
			border: 1px solid #ddd;
			padding: 15px 15px 0 15px;
			}
		
		.cmtinfo {
			padding-bottom: 1.0em;
			}
		
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			margin-top: -10px;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.2em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.2em;
			}
		#sidebar ul li a:hover{
			text-decoration: underline;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
			
		div.sidelist, div.next {
		font-size: 1em;
		line-height: 100%;
		color: #000;
		margin-top: 3px;
		}
		
		div.sidelist a, div.next a {
		color: #0000ff;
		text-decoration: none;
		line-height: 110%;
		}
		
		div.sidelist a:hover, div.next a:hover {
		color: #ff0000;
		text-decoration: underline;
		}
		
		div.conlist{
		margin-top: 2px;
		margin-bottom: 3px;
		margin-left: 0px;
		border-width: 1px 1px 1px 1px; 
		border-style: solid;
		border-color: #333;
		padding: 3px 3px 3px 10px;
		background-color: #f0f0f0;
		}
	
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1em;
		margin-bottom: 0;
		}
	#content ul li {
		margin-left: 3.0em;
		padding-left: 0.5em;
		list-style-type: circle;
		}
	#content ol li {
		list-style-type: decimal;
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #444;
		font-weight: bold;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 1em;
		font-weight: bold;
		}

	h3 {
		font-size: 1em;
		}

	h4 {
		font-size: 1em;
		}
		
		
		
		
/* Images
----------------------------------------------------------------------------- */
  
.cleared, .clear {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }
	
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  line-height: 1em;
  padding: 0;
  margin: -0.75em 0em -0.75em 0.5em;
  }
	
	
/*
	#content img {
		padding: 10px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}
*/		
		
	#content img.lista{
		padding: 0;
		border: 0;
		margin: 0;
		}
		
		
	#topimg img{
		padding: 0;
		}
	






/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

		
		
		
/* TOP PAGE
-------------------------------------------------------------------------- */
#mc h1{font-size:13px; color:#777; margin-top:0px; margin-bottom:0px;}


#md div{margin-top:0px;}
#md div.midashi{font-size:1.2em; color:#000099;}
#md img{float:right; margin-left5px; margin-bottom:5px;}

a img{border:0px;}



a.noline:active{text-decoration:underline; color:#0066ff}

div.shanc{margin-bottom:5px;}
div.shanc a{font-weight:bold;}


p{
color:#000000; font-weight:normal; font-size:small; margin-top:5px; line-height:115%;
}
div{color:#000000; font-weight:normal; font-size:small; line-height:115%;}
div.xsmall{font-size:x-small; color:#575757;}
div.mgcr{margin-right:5px; margin-left:5px; color:#ff4500;}
div.mg{margin-right:5px; margin-left:5px;}


/*マージン設定*/
.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgb5{margin-bottom:5px;}
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}

.mgt5r5{margin: 5px 5px 0px 0px;}


/*個別設定*/
/*トップ*/
div.bgg{border:1px solid #009900; margin-top:5px; padding:3px; width:176px;}
div.bgb{border:1px solid #0000CC; margin-top:5px; padding:3px; width:176px;}
#md strong{color:#009933;}

.bgg a{display:block; text-decoration:none; color:black;}
.bgg a:hover{display:block; text-decoration:underline; color:black;}
.bgb a{display:block; text-decoration:none; color:black;}
.bgb a:hover{display:block; text-decoration:underline; color:black;}


table.t_t{
width: 560px;
}

img.tspace{
width: 180px;
height: 1px;
}


img.kihon{
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

img.phon{
float: left;
margin-right: 50px;
margin-bottom: 15px;
width:150px;
}


#top_side{
width: 160px;
}

#top_side div.a{
margin-top:15px;
}

#top_side a{
color:#00f;
text-decoration:none;
}

#top_side div.b{
text-align:center;
}

#top_side div.p{
color:#009966;
}

#top_side a:hover{
color:#f00;
text-decoration:underline;}

#top_side img{
width:120px;
}

#top_side img.logo{
width:160px;
}

#top_side img.ball{
width:12px;
}


/*商品リスト*/
div.photo img{width:110px;}
div.shanc{margin-bottom:5px;}
div.shanc a{font-weight:bold;}


/*faq*/
#faq
{width: 550px;
background-image: url(/img/faq_bg.gif);
}

div.question{
margin-top:-3px;
width: 418px;
border-color: #ff0000;
border-style: solid;
border-width: 0px 1px 0px 1px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color: #990000;
}

div.answer{
margin-top: -3px;
width: 418px;
border-color: #00cc00;
border-style: solid;
border-width: 0px 1px 0px 1px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color: #006600;
margin-left: 100px;
}

div.anb{
margin-left: 100px;
}

div.fup{
margin-top: 5px;
}

div.fup a{text-decoration: none;}
div.fup a:hover{text-decoration: underline;}


