body {
	background-image:  url(../images/img_check_2px.gif);
	margin: 0px;
	padding: 0px;
	background-color: #FFDDDD;
	text-align: center;
/*++++++	
	background-color: #C2D2FE;
++++++*/
}


#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
/*++++++	
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
++++++*/
}

#main {
    margin: 0 20px;
}

#content {
	float: left;
	width: 480px;
}

#sidebar {
	float: right;
	width: 200px;
}

a {
    text-decoration: none;
	color: #E778B3;
}

a:hover {
	text-decoration: none;
	color: #29A4E1;
}

img { 
	border-width:0; 
}

/*++++++ヘッダーパーツのデザイン++++++*/
#header {
	width:750px;
    height:300px;
	background: url(../images/img_header.jpg) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0 ;
}

#header2 {
	width:750px;
    height:200px;
	background: url(../images/img_header2.jpg) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0 ;
}

#header h1, #header2 h1 {
    font-size: 24px;
}

#header h1 a, #header2 h1 a{
	color: #FF0099;
	text-decoration: none;
}

#header p, #header2 p {
	font-size: 0.6em;
	margin: 1px 0 0 0;
	text-align: left;
}

/*++++++カテゴリーパーツのデザイン++++++*/
#category {
	clear: left;
	list-style: none;/*リストスタイルはなしにする*/
	margin: 0px;
	padding: 0px;
}

#category ul {
	margin: 0px 0px 0px 9px;
	padding: 0px;
}

#category li {
	width: 146px;
	height:30px;/*メニューの高さ*/
	list-style: none;
	float: left;/*フロートを左に指定してボタンを横並びにする*/
	text-align:center;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	border: solid #FFFFFF ;
	border-width: 1px 0px 1px 1px;
	background: #999999;/*ボタン背景色*/
	font-size: 0.85em;
	line-height:25px;
}

#category li#mail {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#category li a {
	display: block;/*ブロックにして各ボタン全体をリンクエリアにする*/
	color: #FFFFFF;/*文字色*/
	text-decoration: none;
}

#category li a:hover, #category li#home a:hover,/*ここからマウスオーバー時の設定*/
#category li a.selected:link, #category li a.selected:visited,
#category li#home a.selected:link, #category li#home a.selected:visited {
	background: #CCCCCC url(../images/img_check_2px.gif) ;/*マウスオーバー時の背景色*/
	margin: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 0px 0px;
	color: #E778B3;
}

/*++++++ナビパーツのデザイン++++++*/
#guide {
	font-size: 0.6em;
	margin: 5px 0 20px 0;
	color: #666666;
	position: relative;/*ページのトップ位置*/
    top: 1em;/*上からの距離*/
    right: 5.5em;/*右からの距離*/
}

#guide li {
display: inline;
background: url(../images/img_arrow01.gif) no-repeat;
padding-left: 16px;
}

#guide a {
text-decoration:none;
}

/*++++++記事パーツのデザイン++++++*/
.post h2 {
	font: bold 0.9em "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	background-image:  url(../images/img_capt_back1.gif);
	background-repeat: no-repeat;
	padding: 0 0 13px 14px;
	margin: 20px 0 0 0;
	color: #333333;
/*++++++
	border-bottom: 3px solid #CFCFCF;
++++++*/
}

.post p {
	font-size: 0.75em;
	line-height: 150%;
	color: #666666;
	padding: 1px 0 0 14px;
}

.post p.postdate {
	color: #666666;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.7em;
}

.post p.counter {
	text-align: right;
	margin-top: 20px;
}

.post p.contentsBlock01 {
	color: #666666;
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 0 8px 14px;
}

.post {
    margin-bottom: 40px;
}

.post h3 {
	font-size: 0.75em;
	padding: 5px 16px 5px 10px;
	color: #333333;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1px;
	background-color: #F9F9F9;
}

.post strong {
    color: #336699;
}

.aligncenter {
    text-align: center;
}

.floatright {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

.post .postinfo {
    clear: right;
}

.post ul {
	font-size: 0.75em;
	color: #666666;
	list-style-type: circle;
	list-style-image:  url(../images/img_list01.gif);
}

.post li {
	margin-bottom: 6px;
}

.post table {
	font-size: 0.75em;
	color: #666666;
	border: none;
}

.post th {
	text-align: right;
	vertical-align: top;
	padding: 5px;
	width: 6em;
	border: none;
}

.post td {
	vertical-align: top;
	padding: 5px;
	border: none;
}

.post h4 {
	font-size: 0.75em;
	border-left: 5px solid #6699ff;
	padding: 1px 1px 1px 14px;
	margin: 10px 0 3px 14px;
	color: #336699;
}

.post h4 a {
	display: block;/*ブロックにして各ボタン全体をリンクエリアにする*/
	text-decoration: none;
	color: #336699;
}

.post h4 a:hover {/*ここからマウスオーバー時の設定*/
	display: block;
	text-decoration: none;
	color: #29A4E1;
}

/*++++++ギャラリーパーツのデザイン++++++*/
/*widthは並べたい枚数にあわせて調整*/
#gallery{
    width:460px;
    background-color:#ffffff;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#gallery dl{
    margin:0 11px 1em 0;
    padding:0px;
    float:left;
    width:140px;
    font-size:0.65em;
}

#gallery dt{
    margin:0px;
    padding:0px;
}

#gallery dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;
    border-bottom:1px solid #666666;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
#gallery dd.name{
    height:1.2em;
	color: #333333;
}

#gallery dd.comment{
    height:3.4em;
    background-color:#FFEEFF;
	color: #666666;
}

#gallery dd.date{
    height:0.1em;
}

/*++++++フォームパーツのデザイン++++++*/
form.cmxform {
    margin:1em 0; padding:0;
    font-size:0.7em;
	color: #666666;
}
form.cmxform fieldset {
	width:370px;
	border:0;
    border-top:1px solid #c9dca6;
    background:url("../images/img_form_back01.gif") left bottom repeat-x;
}
form.cmxform legend {
    padding:1em 2px 2px 2px;
    font-weight:bold;
	color: #333333;
}
form.cmxform em {
    color:#f00;
    background-color:transparent;
    font-weight:normal;
    font-style:normal;
    font-size:.8em;
}
form.cmxform label {
    display:block;
    float:left;
    width:120px;
}
form.cmxform fieldset ol {
    margin:0;
    padding:0;
}
form.cmxform fieldset li {
    list-style:none;
    clear:both;
    margin:0; padding:5px 5px 7px 7px;
    background:url("../images/img_form_divider.gif") left bottom repeat-x;
}
/*以下未使用*/
form.cmxform fieldset fieldset {
    border:none;
    background:none;
}
    form.cmxform fieldset fieldset legend {
        font-weight:normal;
        padding-left:0;
    }
    form.cmxform fieldset fieldset label {
        float:none;
        width:auto;
    }
/*以上未使用*/
form.cmxform .sr {
    position:absolute;
    left:-9999px; top:0;
    width:1px; height:1px;
    overflow:hidden;
}

/*++++++サイドバーパーツのデザイン++++++*/

/*メニュー*/
#sidebar h2 {
	font-size: 0.75em;
	color: #333333;
	background-image:  url(../images/img_menu_back01.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 8px 0px;
}

#sidebar ul {
	font-size: 0.75em;
	margin-top: 5px;
	margin-left: 3px;
	padding-left: 0px;
	list-style-type: square;
	color: #666666;
}

#sidebar li {
	margin: 0 5px 15px 15px;
}

#sidebar h3 {
	margin-bottom: 5px;
	font-size: 0.95em;
}

#sidebar h3 a {
	display: block;
}

#sidebar p {
	font-size: 0.9em;
	margin-top: 0px;
}

/*プロフィール*/
#author p {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px 12px;
	color: #666666;
}

#author .box01 {
	background-image:  url(../images/img_author_back01.gif);
	padding-top: 10px;
	padding-bottom: 10px;
}

#author .box02 {
	background-image:  url(../images/img_author_back02.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}

#author .box03 {
	background-image:  url(../images/img_author_back03.gif);
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*フィード*/
#feed img {
	vertical-align: middle;
	margin-right: 3px;
	border: none;
}

#feed a {
	font-size: 0.75em;
	font-weight: bold;
	color: #eb7a29;
	margin-right: 15px;
}

/*++++++フッター部分のデザイン++++++*/
#footer {
    clear: both;
	background: #999999;
	margin-top: 18px;
	padding: 10px;
	color: #999999;
	font-size: 0.7em;
}

#footer a:link {
	color: #29A4E1;
	text-decoration: none;
	padding: 0 16px;
	}
	
#footer a:visited {
	color: #29A4E1;
	text-decoration:none;
	padding: 0 16px;
	}
	
#footer p {
	background: #ffffff;
	padding: 10px;
	text-align: center;
}

#footer address {
	font-size: 0.7em;
	font-style: normal;
	margin-top: 9px;
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

