@charset "UTF-8";@charset "UTF-8";

/* ページ全体 */

body {
	background-color: #fff;
	background-image : url("http://www.hinsengumi.com/index.files/gazo/orange-border_bg.gif");
	background-repeat: repeat-y;
	color: #330000;
	margin-right: 0%;
font-size: 100%;
text-align:center;
/*	margin-left: 25%;*/

}

/* 全体のリンク色 */

A {
    color: #3333CC;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:link {
    color: #3333CC;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:link:hover {
    color: #FF3300;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:link:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:visited {
    color: #800080;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:visited:hover {
    color: #FF3300;
    background-color: #FFFFFF;
    text-decoration: none;
}

A:visited:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

.clear {
    clear:both;
}

/* パディング設定 */
.pad {
    padding:10px;
}


p {
    margin:0;
    padding:10px;
}

.none{
    display: none;
}

hr {
    display: none;
}

/* ヘッダー */

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
}

#header h1 {
    color: #333333;
    font-size: 1.5em;
    margin: 0;
    padding: 10px;
    background-color: #FFFFFF;
    }

.description {
    color: #333333;
    padding-left: 10px;
    background-color: #FFFFFF;
}


/* ヘッダーリンク色 */

#header A {
    color: #333333;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:link {
    color: #333333;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:link:hover {
    color: #FF3300;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:link:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:visited {
    color: #333333;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:visited:hover {
    color: #FF3300;
    background-color: #FFFFFF;
    text-decoration: none;
}

#header A:visited:active {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration:none;
}




/* レイアウト */

#container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    padding: 0;
/*    width: 100%;*/
    width: 950px;
	margin:0 auto;
	text-align:left;


}
.space {color: #000000 ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
letter-spacing: 2px;
	text-align: left;
	margin-bottom: 0px;
	padding-right: 20px;
padding-left: 20px;
margin-top: 0px;}


#left-container {
/*    width:100%;*/
    width:750px;
    float:left;
/*    margin-right:-200px;
border:solid 1px #333;*/
}



#left-container .sub {
/*    width:100%;
    float:right;
    margin-left:-200px;*/
}


#left {
    width:160px;
    float:left;
}


#right {
    width:180px;
    float:right;
background-color: #FFFACD;
font-size: 14px;
}


/* 記事まわり */

#main {
/*    margin:-50px 100px 0 100px;*/
    padding:10px;
}

#main img {
    border-style: none;
}

.content p{
        color: black; 
        border-width: 2px 0px 0px 0px;
        padding: 3px;
        font-size:1.1em;
        line-height: 180%; 
        margin-left: 24px;
        margin-right: 16px;
        text-align: left;
        margin-bottom: 10px;
}

.content blockquote {
        color: #D2691E;
	background-color: #fff;
	border-color: #fbbf24;
	border-style: solid;
	border-width: 3px 1px 3px 1px;
	padding: 0.5em;
        margin-left: 3em;
}
.content li {
	line-height: 200%;
	}

.content h2 {     
        color: #ff6347;
        background-color: transparent;
	border-color: #f8bf22; 
        border-width: 0px 0px 5px 0px;
        border-style: solid;
	/*margin-left: 25%;*/
	padding-bottom: 3px;
	padding-top: 3%;
	padding-right: 10%;
	text-align: left;
        font-size: 130%;
}
.content h3 {
        color: #ffffff;
	font-size: 100%;
	background-color: #f8bf22;
        border-color: #ffffc8;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	margin-bottom: 0px;
	margin-top: 1em;
	padding: 3px;
}
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}


/* 画像左寄せ */
#main .imageleft{
    padding-right: 10px;
    float: left;
}
/* 画像右寄せ */
#main .imageright{
    padding-left: 10px;
    float: right;
}

#main h2 {
    font-size: 125%;
    margin-bottom: 5px;
}



#main h3 {
    font-size: 100%;
    margin-bottom: 5px;
}

#main h3 img {
    margin: 0px;
    padding: 0px;
}

#menu {
    font-size: 90%;
    text-align: left;
    margin-bottom: 15px;
}


strong {
    color: #FF3300;
    background-color: #FFFFFF;
}


.sign {
    margin-bottom: 10px;
}


.extended {
    display:block;
    float:right;
}

.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}


#main .posted {
    font-size: 90%;
    margin-bottom: 25px;
    padding: 3px;
}

#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%;
}

/* コメンター画像ボーダー消去 */

.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}


/* サイドバー */

#left h2,#right h2 {
    font-size: 90%;
    font-weight: bold;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 5px;
    padding-bottom: 0.1em;
}


/* サイドバーリスト */

#left ul,#right ul{
    font-size: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 8px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#left ul ul,#right ul ul {
    margin-bottom: 0px;
}



#left li,#right li {
    font-size: 90%;
    color: #333333;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    list-style-type: none;
}


/* サイドバー画像 */

#left img,#right img {
    margin-top: 3px;
    border-style: none;
    margin-bottom: 3px;
}



#powered {
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    color: #666666;
    background-color: #FFFFFF;
    margin-top: 10px;
}


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

.link-note {
    font-size: 80%;
    line-height: 150%;
    text-align: left;
    padding: 2px;
    margin-bottom: 10px;
}



/* フッター */

#footer {
    color: #333333;
    text-align: center;
    padding: 10px;
}

/* アドレス */

address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: bold;
}


.kini {color: #000000 ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
letter-spacing: 2px;
	text-align: left;
	margin-bottom: 2px;
	padding-right: 5px;
padding-left: 10px;}


.chui {color: #000000 ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
letter-spacing: 2px;
	text-align: left;
	margin-bottom: 2px;
	padding-right: 5px;
padding-left: 10px;}

#container2 {
	line-height: 125%;
		margin-right: 5px;
	margin-left: 25px;
	text-align: left;
	padding: 0px;
	width: auto;
	
	border: 1px solid #FFFFFF;
	}


#center2 {
		float: left;
	width: 700px;
	
	
	overflow: hidden;
	}

.content2 {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	}
.content2 h3 {
        color: #ffffff;
	font-size: 100%;
	background-color: #f8bf22;
        border-color: #ffffc8;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	margin-bottom: 0px;
	margin-top: 1em;
	padding: 3px;
}

