/* ==temp ver1.02 ==*/

body {
    margin: 0px 0px 20px 0px;
    background-color: #F3F3F3;
    text-align: center;
				color: #333333;
}

* {
	word-break:break-all;
}
/* linkTextDecoration */
a:link {color:#666666; text-decoration:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:hover {color:#666666; text-decoration:none;}
a:active {color:#666666; text-decoration:underline;}

h1, h2, h3, div, form {
    margin: 0px;
    padding: 0px;
}

#container {
    text-align: left;
    background-color: #FFFFFF;
    width: 800px;
    line-height: 140%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}



/* blogMainImage */
#banner {
    background:   url("/images/my_page/s33/bannerImage.jpg") no-repeat top;
    font-family: Verdana,Arial,sans-serif;
    text-align: left;
				width: 800px;
				height: 210px; /* BannerAreaSize*/
				margin: 0;
				padding: 0;
}

/* blogTitlePosition */
#banner #indexBanner{
	width: 500px; /*TitleArea realSize-paddingLeft*/
    padding: 30px 0 15px 30px;
}

#banner a {
    color: #000000;
    text-decoration: none;
}

#banner h1 {
		font-size: medium;
		font-weight: bold;
	color: #000000;
}

#banner h2 {
    font-size: small;
				font-weight: normal;
				color: #000000; /* blogTitleExp*/
}


/* ===== layoutDefinition ===== */

#left {
    overflow: hidden;
    background-color: #FFFFFF;
    float: left;
    width: 200px;
				margin: 0;
				padding: 0 10px;
				text-align: center;
				margin-bottom:50px;
}

#center {
    float: left;
    background-color: #FFFFFF;
    width: 330px;
    padding: 15px 20px 5px 5px;
    margin-bottom:50px;
}

#right {
    overflow: hidden;
    background-color: #FFFFFF;
    float: right;
    width: 200px;
				margin: 0;
				padding: 0 10px;
				text-align: center;
				margin-left:5px;
				margin-bottom:50px;
}

#footer {
 clear:both;
    background-color: #FFFFFF;
}

/* ===== SideBarSelector ===== */

.sidebar {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #FFFFFF;
				padding: 15px 0;
    overflow: hidden;
    z-index: 1;
}

/* ---sideBarBatchSpec--- */
.sidebar h2 {
    font-weight: bold;
    font-size: x-small;
	color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    /*padding-right: 15px;
    padding-left: 15px;*/
    text-transform: uppercase;
	height:27px;	padding:5px 0 0 11px;
    background:   url("/images/my_page/s33/icon_menu.gif") no-repeat center left;
}

.sidebar h3 {
    font-weight: bold;
    font-size: x-small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    text-indent: 10pt;
    text-transform: uppercase;
}

.sidebar ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.sidebar li {
    font-size: x-small;
    font-family: Verdana,Arial,sans-serif;
    line-height: 150%;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar hr {
    color: #333333;
}

.sidebar img {
    vertical-align: bottom;
}

.sidebar span {
}

.sidebar .banner {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}


/* ===== rightsSideBarSelector ===== */

.rightsidebar {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-color: #FFFFFF;
				padding: 15px 0;
    overflow: hidden;
    z-index: 1;
}

.rightsidebar h2 {
    font-weight: bold;
    font-size: x-small;
	color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    /*padding-right: 15px;
    padding-left: 15px;*/
    text-transform: uppercase;
	height:27px;	padding:5px 0 0 11px;
    background:   url("/images/my_page/s33/icon_menu.gif") no-repeat center left;
}


.rightsidebar h3 {
    font-weight: bold;
    font-size: x-small;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    letter-spacing: 0.3em;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

/* ===== rightsSideBarSelector ===== */

.rightsidebar ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.rightsidebar li {
    font-size: x-small;
    font-family: Verdana,Arial,sans-serif;
    line-height: 150%;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.rightsidebar hr {
    color: #333333;
}

.rightsidebar img {
    vertical-align: bottom;
}

.rightsidebar span {
}

.rightsidebar .banner {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

#left .banner {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

#right .banner {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}



/* ===== contentSelector ===== */

.content {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    margin-bottom: 10px;

    font-size: small;
    z-index: 2;
}

.content blockquote {
    line-height: 150%;
}

.content li {
    line-height: 150%;
}

.content h2 {
    font-weight: normal;
    font-size: x-small;
    margin-bottom: 0px;
    padding: 0px;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left
}

.content h3 {
    font-weight: normal;
    font-size: x-small;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left;
}

.content .text{
    color: #FFFFFF;
}


/* EntryAreaUnderline */
.content .p ,
.content .commentBody {
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 5px;
				padding-bottom: 10px;
				background:      url("/images/my_page/s33/line.gif") repeat-x bottom;
}

.content .commentBody{ /* for CommentBottom margin */
	padding-bottom:14px;
    margin-bottom: 36px;
}


/* EntryTitle*/
.content .content_title {
	color: #000000;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    text-align: left;
    font-weight: bold;
	background:      url("/images/my_page/s33/icon_entry.gif") no-repeat center left;
	height: 30px;
	padding: 10px 0 0 11px;
	margin: 0px;
}

/* trackBackTitle */
.content .title2 {
	color: #007DBB;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
	/*background:    url("/images/my_page/s22/icon_comment.gif") no-repeat top left;
	height: 48px;
	padding: 30px 0 0 60px;
	margin: 0;*/
}

.content .menu {
    /* color: #666666; */
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: right;/* position control */
    margin-bottom: 50px;
    line-height: normal;
    padding: 2px;
}

.content .menuRight {
    /* color: #666666; */
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: right;
    margin-bottom: 50px;
    line-height: normal;
    padding: 2px;
}

.content .menu2 {
    /* color: #666666; */
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: left;
    margin-bottom: 50px;
    line-height: normal;
    padding: 5px;
}

.content .category {

    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    text-align: left;
    margin-bottom: 0px;
    line-height: normal;
}

.content hr {
    height: 0px;
				border: 0px;
				display:none;
}

.content .text {
    font-weight: normal;
    font-size: small;
    color: #333333;
    line-height: 150%;
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    text-align: left;
    margin-bottom: 0px;
}

.content .form textarea{
	margin-bottom:5px;
}

/* trackBackMagin */
.content .TBMagin {
    font-family: MS PGothic,Hiragino Kaku Gothic Pro W3,Osaka, Verdana,Arial,sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
    margin-top: 3px;
    padding-bottom:14px;
    margin-bottom: 36px;
				background:      url("/images/my_page/s33/line.gif") repeat-x bottom;
}

/* =====  ===== */

#maintmenu {
    font-family: Verdana,Arial,sans-serif;
    height: 258px;
    text-align: left;
}

#maintcommentmenu {
    font-family: Verdana,Arial,sans-serif;
    height: 50px;
    text-align: left;
}

#calendar {
	color: #000000; /* CalenderDayFontColor */
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    margin-bottom: 15px;
    text-align: left;
}

#calendar table {
    border-collapse: collapse;
    width: 161px;
    margin-left: 20px;
}

#calendar .caption {
	color: #000000; /* CalendarMonthYearFontColor */
    font-size: x-small;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#calendar th {
	color: #000000;
    text-align: center;
    font-style: normal;
				font-weight: normal;
}

#calendar td {
    text-align: center;
}

#calendar .sun {
    color: #FF0000; 
}
#calendar td .sun {
    color: #FF0000; 
}

#calender .calNormal{
    letter-spacing: 0px;
				font-size: 60%;
}

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

.link-note {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small; 
    text-align: left
    line-height: 150%; 
    padding-top: 2px; 
    padding-right: 2px; 
    padding-left: 2px; 
    margin-bottom: 15px; 
    padding-bottom: 2px; 
}

#powered {
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    color: #000000;
    margin-top: 50px;
}

#comment-data {
    border-right: #bbb 1px solid; 
    padding-right: 15px; 
    float: left; 
    width: 180px; 
    margin-right: 15px; 
    text-align: left
}


.rss {
    float: right;
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
}

.form {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
				width: 100%;
}

/* commentTitle */
.form h1{
	color: #000000;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    text-align: left;
	/*background:    url("/images/my_page/s22/icon_comment.gif") no-repeat top left;
	height: 48px;
	padding: 30px 0 0 60px;
	margin: 0;*/
}

.form .text1 {
    font-size: small;
    text-align: left;
}

/*.form .text2 {
    font-size: xx-small;
    margin-bottom: 25px;
    color: #ff0000;
    line-height: normal;
    font-style: normal;
    text-align: left;
    font-weight: normal;
}*/

.form input,textarea {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.form textarea{
	width: 80%;
}

.form img {
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}


/* ---sideBarIndiviSpec---

#profile h2 {
	height:30px;
	padding:10px 0 0 45px;
 background: url("/images/my_page/s22/icon_profile.gif") no-repeat top left;
}

#counter h2 {
	height:23px;
	padding:2px 0 0 35px;
 background: url("/images/my_page/s22/icon_counter.gif") no-repeat top left;
}

#rssin02 h2 {
	height:25px;
	padding:5px 0 0 35px;
 background: url("/images/my_page/s22/icon_rssin02.gif") no-repeat top left;
}

#rssin01 h2 {
	height:32px;
	padding:5px 0 0 35px;
 background: url("/images/my_page/s22/icon_rssin01.gif") no-repeat top left;
}

#bookmark h2 {
	height:30px;
	padding:5px 0 0 35px;
 background: url("/images/my_page/s22/icon_bookmark.gif") no-repeat top left;
}

#category h2 {
	height:30px;
	padding:7px 0 0 35px;
 background: url("/images/my_page/s22/icon_category.gif") no-repeat top left;
}

#recententry h2 {
	height:25px;
	padding:10px 0 0 35px;
 background: url("/images/my_page/s22/icon_recententry.gif") no-repeat top left;
}

#archive h2 {
	height:27px;
	padding:7px 0 0 35px;
 background: url("/images/my_page/s22/icon_archive.gif") no-repeat top left;
}

#search h2 {
	height:28px;
	padding:7px 0 0 70px;
 background: url("/images/my_page/s22/icon_search.gif") no-repeat top left;
}

#calendarArea h2 {
	height:27px;
	padding:7px 0 0 40px;
 background: url("/images/my_page/s22/icon_calendar.gif") no-repeat top left;
}
*/

/* Tips */
.position{
	align: left;
}

.clearBoth{
 clear: both;
}
.clearRight{
 clear: right;
}
.clearLeft{
 clear: left;
}