body{
	font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg01.gif);
	
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #FF6600;
	text-decoration: none;
}

a:visited{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
	background-color: #FFCC66;
}

a:active {
	color: #FF0000: none;
}

h1{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
	line-height: 135%;
	font-size: 12px;
 color: #006699;
 margin: 0px;
 padding: 5px;
    border-top: 1px solid #cccccc;
}

h3{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
 font-size: 100%;
 color: #663300;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#box {
    width: 700px;
    margin-left: 10px;
    background-color: #ffffff;
}

#header {
    width: 700px;
    background-color: #ffffff;
}

#navBar{
	float: left;
	width: 128px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;

}

#content{
	float: left;
	width: 410px;
}

#headlines{
  float:right;
	width: 150px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
}

#headlines a,
#headlines a:link{
    color: #3366FF;
    font-size: 10px;
    text-decoration: none;
}
#headlines a:visited {
    color: #9999CC;
    font-size: 10px;
    text-decoration: none;
}
#headlines a:hover {}
#headlines a:active {}





#footer {
	float:right;
	width: 700px;
}



/***********************************************/
/* オリジナル                                  */
/***********************************************/
td.leftmenu {
	font-size: 12px;
	background-color: #CDB56C;
	letter-spacing: 1.5px;
	line-height: 25px;
	border: 1px solid #7C682B;
	color: #FFFFFF;
}

td.indexleft3 {
	font-size: 12px;
	line-height: 200%;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	border-bottom-width: 1px;
}

.copy {  font-size: 8pt; font-weight: bold; text-transform: none; color: #FFFFFF}
.datecaption { line-height: 100%; font-size: 10px; color: #666666;padding: 10px;}
.midashi {
	line-height: 135%;
	font-size: 12px;
}
.topttl{
 font-family: Osaka,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,Arial,sans-serif;
	line-height: 135%;
	font-size: 12px;
 margin: 0px;
 padding: 5px;
 border-top: 1px solid #cccccc;
 /*font-weight: bold;*/
}


/***********************************************/
/* MT用                                  */
/***********************************************/
.side {
    margin: 3px 0 20px;
    background: none;
    color: #666666;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #666666;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #666666;
    background: none;
}
#calendar a:link{
    color: #FF6600;
    font-size: 9px;
    text-decoration: none;
}

.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display:block;
    text-align: center;
    color: #000000;
	background-color: #FFFFCC;
    border: 1px solid #7C682B;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #CCCC99;
    text-align: center;
    color: #000000;
    background: #E7E8AD;
    font-size: 10px;
    line-height: 140%;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    color: #ffffff;
    background: #ffffff;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #666666;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #663300;
    background: #CCCC99;
}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}


/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}