/* ページ全体の基本的な設定と背景色 */
body {
	margin: 20px 0px 20px 0px;
		background-color: #000033;
	
        	text-align: center;
        
	}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: underline;
	
	
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色や線、余白などの設定 */
#container {
	line-height: 1.5;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 650px;
	
	background-color: #FFFFFF;
	border: 0px;
	}

/* 囲み枠上部の画像 */
#header {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image:
	text-align: left;
	padding: 15px;
	height: 30px;
	}

/* 囲み枠下部の画像 */
#footer {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image:
	text-align: center;
	padding:  15px 15px 27px 15px;
	height: 18px;
	}

/* バナー（ブログタイトル）部分の文字や背景色、枠線、余白などの設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #999999
	background-image: url("http://www.100apaman.com/archives/images/pc027.gif");
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom: 1px solid #FFFFFF;

	}

/* バナー部分の画像表示形式を指定するプロパティ */
#banner-img {
	display: none;
	}

/* バナー部分の未読リンクの色 */
#banner a {
	color: #CC0000;
	text-decoration: none;
	}

/* バナー部分のh1に対する文字サイズの指定 */
#banner h1 {
	font-size: 35px;
	line-height: 1.25;	
	padding-bottom: 10px;	
	color: #CC0000;
	}

/* バナー部分のh2に対する文字サイズの指定 */
#banner h2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	}

/* 説明を入れる中央画像を入れるＢＯＸ */
.box1 {
	margin:10px 0px 0px 0px;
	padding: 15px 10px 5px 25px;
	background-repeat:no-repeat;
	background-image: url("http://www.100apaman.com/archives/images/center01.jpg");	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	height: 265px;
	overflow: hidden;
	}

/* ◆HOMEがあるメニュー部分の背景色や余白などの設定◆ */
#tophead {

	background-color: #FFFFFF;
	padding-top: 5px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
	
	}

/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 600px;	
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 0px 0px 0px 50px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* 最下部の書名欄の設定 */
.box2 {

	text-align: center;
	font-size: 13px;
	line-height: 1.25;
		font-weight:normal;
		color: #000000;
		background: #FFFFFF;
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
	}

/* contentで指定されているＢＯＸの中でblockquote（引用）タグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

/* contentで指定されているＢＯＸの中でli（リスト）タグを使用した時の設定 */
.box1 ul {
	margin-left: 0px;
	padding-left: 0px;
	}


.box1 li {
	line-height: 1.5;
	margin-left: 15px;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;	
	text-align: left;
	font-weight: bold;
	
	margin-top: 5px;	
	margin-bottom: 5px;
	
	}


/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	text-align: left;
	font-weight: bold;
	padding: 3px;
	
	margin-bottom: 10px;
	
	}

/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}


/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* エントリーの画像（左に配置した時の文章とのマージン） */
	.content img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

.content td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	text-align: left;
	margin: 0px;
	}

.box1 td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 0px;
	}

/* コンテンツの見出しに飾り枠をつける設定 */
	.toptitle	{ 
		border: 4px double #FF6600;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.content ul {
list-style-image : url(http://www.100apaman.com/archives/images/check.gif);
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
  font-size:100%;
  line-height:150%;
	padding: 0px 0px 5px 0px;
	}


