@charset "utf-8";
/*
Theme Name: usaguitar
Theme URI: http://u-ma.jp/
Description: usaguitar default
Version: 1.6
Author: lovely nozomi
Author URI: http://comadori.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	

*/


/* CSS Document */

@import url("css/common.css");


/* DEFAULT SET
------------------------------------------------------------------------*/
.alphaimg{ behavior: url(http://usaguitar.jp/wp-content/themes/usaguitar/iepngfix.htc); }

body{
	background: #ff358c;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
}

/* MAIN LAYOUT
------------------------------------------------------------------------*/
#wrapper{
	width: 100%;
	background: url(images/bg.gif) no-repeat 0 18px;
	background-attachment: fixed;
}

/* LEAD */
#lead{
	width: 100%;
	background: #000000;
}
#lead .inner{
	margin: 0 auto;
	padding: 3px 0;
	width: 1024px;
	font-size: x-small;
	color: #999999;
}

#container{
	margin: 0 auto;
	width: 1024px;
}

/* HEADER */
#header{
	position: relative;
	width: 1024px;
	height: 175px;
	background: url(images/bg-header.gif) no-repeat bottom;
}

#header .bannerarea{
	position: absolute;
	top: 27px;
	left: 516px;
	width: 404px;
}

#header .searcharea{
	position: absolute;
	top: 137px;
	left: 814px;
	width: 200px;
}

.searcharea input.searchtext{
	width: 150px;
	height: 20px;
	border: 1px solid #999999;
}

.searcharea input.submitbtn{
	vertical-align: middle;
}

/* TOPICPATH */
#topicpath{
	width: 1024px;
	height: 35px;
	background: url(images/bg-topicpath.gif) no-repeat left top;
}
#topicpath p{
	padding: 5px 10px;
	font-family: impact;
	font-size: medium;
	color: #999999;
}

#topicpath p a{ color: #ff358c; text-decoration: none; }
#topicpath p a:hover{ color: #ffd800; }


/* MAINCONTENT */
#maincontent{
	float: left;
	width: 680px;
	color: #cccccc;
	background: #000000;
}
#maincontent .content-inner{
	margin: 20px auto;
	width: 653px;
	background: #535353;
}

#maincontent .content-inner.page{
	margin: 20px auto;
	width: 653px;
	background: url(images/ti-default.gif) no-repeat left top #535353;
}
#maincontent .content-inner.search{
	margin: 20px auto;
	width: 653px;
	background: url(images/ti-default.gif) no-repeat left top #535353;
}


/* SIDEBAR */
#sidebar{
	float: right;
	padding-top: 20px;
	width: 320px;
}
#sidebar .banner{
	margin-bottom: 15px;	
}

/* FOOTER */
#footer{
	width: 1024px;
	background: #ffd800;
}
#footer p{
	padding: 10px 10px 0 15px;
}

/* [ INDEX ]
------------------------------------------------------------------------*/
#maincontent #flasharea{
	margin: 20px auto;
	width: 653px;
	height: 390px;
	text-align: center;
}

#maincontent #whatsnew{
	margin: 20px auto;
	width: 653px;
	background: #535353;
}

#maincontent #whatsnew a{ color: #ff358c; text-decoration: none; }
#maincontent #whatsnew a:hover{ color: #ffd800; }

/* WHATS NEW LIST STYLE */
#maincontent #whatsnew .newslist{
	margin: 10px auto 0 auto;
	width: 485px;
}
#maincontent #whatsnew .newslist .imagearea{
	float: left;
	width: 90px;
	height: 64px;
	text-align: center;
}
#maincontent #whatsnew .newslist .textarea{
	margin-bottom: 5px;
	float: right;
	width: 395px;
}
#maincontent #whatsnew .newslist .clear{
	border-top: 1px solid #cccccc;
}

/* WHATS NEW TEXT STYLE */
#maincontent #whatsnew .newslist .textarea h2,
#maincontent #whatsnew .newslist .textarea p{
	padding-right: 5px;
	line-height: 175%;
}

#maincontent #whatsnew .newslist .textarea h2{
	padding: 3px 0;
	font-size: 14px;
	width: 385px;
}
#maincontent #whatsnew .newslist .textarea h2 a:hover{
	display: block;
	width: 385px;
	background: #ff358c;
	color: #ffffff;
}
#maincontent #whatsnew .newslist .textarea p{
	font-size: x-small;
}

/* [ SINGLE ]
------------------------------------------------------------------------*/
#maincontent .content-inner .post-entry{
	margin: 15px auto;
	width: 485px;
}

#maincontent .content-inner.page .post-entry,
#maincontent .content-inner.search .post-entry{
	margin: 15px auto;
	padding-top: 40px;
	width: 485px;
}

.post-entry h1{
	padding: 10px 0;
	font-size: 20px;
	color: #ffd800;
}
.post-entry h2{
	clear: both;
	margin: 5px 0;
	padding: 3px;
	font-size: 14px;
	color: #ffffff;
	background: #ff358c;
}
.post-entry h3{
	clear: both;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.post-entry h4{
	clear: both;
	margin: 10px 0;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 200%;
	color: #ff358c;
}

.post-entry h5{
	clear: both;
	margin: 15px 0;
	padding: 20px 30px 0 10px;
	width: 485px;
	height: 52px;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #000000;
	background: url(images/bg-h5style.gif) no-repeat left top;
}
.post-entry h6{
	clear: both;
	margin: 15px 0;
	padding: 30px;
	width: 485px;
	height: 149px;
	font-weight: normal;
	font-size: x-small;
	background: url(images/bg-h6style.gif) no-repeat left top;
}

.post-entry p{
	padding: 15px;
	line-height: 175%;
}

.post-entry a{ color: #ff358c; text-decoration: none; }
.post-entry a:hover{ color: #ffd800; }

.post-entry h5 a{ color: #ff358c; }
.post-entry h5 a:hover{ color: ff358c; }


/* [ COMMENTS ]
------------------------------------------------------------------------*/
.gravatar img {
	float: left;
	padding-right: 10px;
}

ol.commentlist li{
	_margin-left: 15px;
}

textarea.comment-message{
	width: 400px;
	height: 120px;
}

/* [ SIDEBAR ]
------------------------------------------------------------------------*/
ul#grobalnavi{
	margin-bottom: 10px;
	width: 300px;
	font-family: impact;
	background: #feee07;
}
ul#grobalnavi li{
	margin: 0 auto;
	padding: 5px 0;
	width: 260px;
	text-align: center;
	font-size: 16px;
}

ul#grobalnavi a{
	width: 260px;
	padding: 5px 0;
	display: block;
	color: #000000;
	text-decoration: none;
}
ul#grobalnavi a:hover{
	color: #ffffff;
	background: #ff358c;
}

/* WORDPRESS DEFAULT ENTRY STYLE
------------------------------------------------------------------------*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* FOOTER NAVI
------------------------------------------------------------------------*/
ul#footernavi{
	padding: 15px 15px 0 5px;
}

ul#footernavi li{
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #000000;
}

ul#footernavi a{
	color: #000000;
	text-decoration: none;
}
ul#footernavi a:hover{
	color: #ff0000;
}












