@charset "utf-8";

/* ******************** 
Theme Name: inoueyukari.com
Author: efe.co.jp
Version: 1.0
Last modefied:2009/12/13

1.Basic Reset
2.Clearfix
3.Layout
4.Headline
5.Text
6.Main_contents
7.Entry
8.tmpl(have archives)
9.cat-photography
********************** */

/* 1.Basic Reset
--------------------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,fieldset,p,blockquote,a {
	padding: 0px;
	margin: 0px;
	font-size:13px;
}
hr {
	display: none;
}
a,img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }
/* 画像の下にできる隙間をなくす */
img {	vertical-align: bottom; 
	margin:0;
	border:0;
}
/* 2.Clearfix
--------------------------------------------------*/
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hide from IE-Mac */
/* DW用 */
.clearfix + *{
    clear: both;
}
/* 3.Layout
--------------------------------------------------*/
#Color {
	background:#150505;
}
#Color a {
	text-decoration:none;
}
#Color a:hover {
	color:orange;
}
#Wrapper {
	background:#000;
	width:995px;
	margin:0 auto;
}
#Header {
	background:#252525;
	color:#555;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	padding:3px;
}
#Logo a {
	display:block;
	overflow:hidden;
	margin:15px 35px;
	width:90px;
	height:52px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#Contents {
}
#Sidebar{
	float:left;
	width:200px;
	margin-top:1em;
}
#Sidebar h3 {
	visibility:hidden;
}
#Sidebar li {
	margin-left:36px;
	list-style-type:none;
	padding:3px 0;
}
#Sidebar li a{
	color:#FFF;
	text-decoration:none;
}
#Mainbox {
	border:1px solid #353535;
	float:left;
	width:760px;
	margin-bottom:3em;
}
#Top_topics {
	width:760px;
	margin-top:2.5em;
	background:url(images/headline_bg.gif) repeat-x;
}
#Footer {
	margin-top:1em;
	background:#252525;
	font-size:10px;
	padding:3px;
	color:#555;
	text-align:center;

}
/* 4.Headline
--------------------------------------------------*/
#Event_Headline ,
#Blog_Headline {
	float:left;
	width:304px;
	padding:3px;
}
#Sound_Headline {
	float:left;
	width:130px;
	padding:3px;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
#Event_Infomation {
	width:304px;
	height:17px;
	background:url(images/headline_01.png) ;
	text-indent:-9999px;
}
#Sound {
	width:130px;
	height:17px;
	background:url(images/headline_03.png) ;
	text-indent:-9999px;
}
#Blog {
	width:304px;
	height:17px;
	background:url(images/headline_02.png) ;
	text-indent:-9999px;
}
#Event_Headline ul , 
#Sound_Headline li ,
#Blog_Headline ul{
	margin-top:5px;
}
#Event_Headline li ,
#Blog_Headline li ,
#archives li{
	list-style-type:none;
	padding:2px 0 2px 1.3em;
	background:url(images/arrow_gray.gif) no-repeat;
	background-position:0 3px;
}
#Sound_Headline li {
	width:130px;
	list-style-type:none;
	padding:2px 0;
}
#Event_Headline li a ,
#Sound_Headline li a ,
#Blog_Headline li a {
	color:#FFF;
	text-decoration:none;
}
/* 5.Text
--------------------------------------------------*/
.go_list {
	text-align:right;
}
.go_list a{
	color:#ccc;
}
#Prevnext {
	clear:both;
	width:100%;
}
.prev{
	float:left;
	width:220px;
}
.next{
	float:right;
	width:220px;
	text-align:right;
}
.prev ,
.next ,
.prev a,
.next a {
	color:#ccc;
}
/* 6.Main_contents
--------------------------------------------------*/
#Main_contents {
	width:718px;
	margin:20px auto;
}
#Main_contents h3 {
}
#cat-5 ,
#cat-6 ,
#cat-4 ,
#cat-7 ,
#cat-8 ,
#cat-9 ,
#cat-3 {
	text-indent: -9999px;
	display: block;
	width: 718px;
	height: 17px;
}
#Topic_path {
	display: block;
	width: 718px;
	height: 17px;
  	background: url(images/headline_bg.png) no-repeat;
	font-weight: normal;
	padding: 0 10px;
	color: #333;
}
#Topic_path a {
	color:#333;
}
#cat-5 {
  	background:url(images/h3_disco.png) no-repeat;
}
#cat-6 {
  	background:url(images/h3_photo.png) no-repeat;
}
#cat-4 {
  	background:url(images/h3_profile.png) no-repeat;
}
#cat-7 {
  	background:url(images/h3_event.png) no-repeat;
}
#cat-8 {
  	background:url(images/h3_sound.png) no-repeat;
}
#cat-9 {
  	background:url(images/h3_link.png) no-repeat;
}
#cat-3 {
  	background:url(images/h3_live.png) no-repeat;
}

/* 7.Entry
--------------------------------------------------*/
.entry,
.entry_single {
	margin: 2em 0 5px 0;
	padding-bottom: 1em;
	border-bottom: 1px dotted #353535;
}
.entry_title {
	color: #cdcdcd;
	font-size: 150%;
	margin: 1.5em 0 0 0;
}
.entry_title a {
	color:#cdcdcd;
	font-size:20px;
	font-weight:bold;
}
.entry p,
.entry_single p {
	color:#FFF;
	margin:1em 0;
}
.entry img {
	margin:19px 19px 19px 0;
}
.entry p a ,
.entry_single p a {
	color:#cdcdcd;
}
.date ,
.data a {
	color:#cdcdcd;
	margin:0.5em 0 2em 0;
}
.wp-caption-text {
   margin:0;
   padding:0;
   visibility:hidden;
   display:none;
}
.entry ul ,
.entry ol {
	margin-left:1em;
}
.entry li {
	padding:3px;
	color:#FFF;
}
/* 8.tmpl(have archives)
--------------------------------------------------*/
#tmpl2_left{
	float:left;
	width:526px;
	margin-right:20px;
}
#archives {
	float:left;
	border:1px solid #353535;
	width:150px;
	padding:20px 10px;
	margin:3em 0;
}
#archives a {
	color:#ccc;
}

/* 9.cat-photography
--------------------------------------------------*/
.entry_photo{
	margin-top:3em;
}
.entry_photo img {
	border:1px solid #555;
}
.entry_photo a:hover img{
	border:1px solid orange;
}