body {
	background-color:#FFE5C3;
	align:center;
	height:100%;
}
#wrapper{
	position:relative;
	align:center;
	margin-top:0;
    height:100%;
	width:750px;
	left:50%;
	margin-left:-375px;
	background-color:#FFFFFF;
	text-align:center;
	border:solid 2px #FF9B06;
}
#header {
	height: 74px;									/*ヘッド画像縦幅+2px(ヘッド画像w=746px,h=72)*/
	vertical-align:bottom;
	padding-top:2px;
	background-image: url(img/site-head.png);		/*ヘッド画像のURL*/
	background-repeat: no-repeat;
    background-position: center;
}
#menu {
	padding-top:12px;
	padding-left:400px;
}
#content{											/*メイン画面*/
	width:750px;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
}
#main {												/*ブログ記事*/
	background-color:#FFFFFF;
	width:525px;
	border:2px dashed #ff9b06;
	margin-left:6px;
	float:left;
}
#sub{												/*サブ画面*/
	background-color:#FFFFFF;
	width:200px;
	border:2px dashed #ff9b06;
	margin-right:6px;
	float:right;
}
#footer {											/*フッター部分*/
	height:28px;
	background-color:#FF9B06;
	text-align:center;
	clear:both;
	margin:2px;
}
.m1{ 
	border-style:outset;
	background:#ffffff;
}
p {
	text-align:left;
	font-size:0.8em;
	margin-top:0;
	padding:0.7em;
	line-height:1.5;
}
a {													/*リンクデコレーション無し*/
	text-decoration:none;
}
a:link{												/*未読リンクのみアンダーライン*/
	text-decoration:underline;
}
img {												/*FireFox対応の画像ぼやけ防止*/
	image-rendering: -moz-crisp-edges;
}
#img-link {											/*画像からのリンクは外枠無し*/
	border:none;
}
#dot-table {										/*ギャラリーページ画像配置テーブル*/
	margin-top:2px;
	padding-left:6px;
	padding-right:6px;
	text-align:center;
}
#caption {											/*ギャラリーページなどのカテゴリタイトル*/
	background-color:#FF9B06;
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
}
#caption-log {										/*ブログやログのタイトル*/
	background-color:#FF9B06;
	color:#FFFFFF;
	text-align:left;
	padding-top:2px;
	padding-left:2px;
}
#caption-calender {									/*ログカレンダーのタイトル*/
	background-color:#FF9B06;
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	padding-left:2px;
}
#qlink{
	text-align:center;
	padding-top:2px;
	font-size:0.8em;
}

#twitter_div {
	text-align : left;
	margin-top: -2px;
}

#twitter_div ul {
	width : 156px;
	margin-left: -5px;
}

#twitter_div li {
	padding : 0px 2px 5px 2px;
	border-bottom : dotted 1px #000000;
}

#twitter_div li a {
	font-size : 0.7em !important;
	color : #FF9B06;
}

#twitter_div li span {
	color : #000000; 
	font-size : 0.6em;
}

#twitter_div li span a {
	font-size : 1em !important;
}

a#twitter-link {
	font-size : 0.8em;
	color : #666666; 
	text-align : right;
	display : block;
}

.c1 {
	list-style-image: url(img/tweet.gif);
}
