/* CSS Document */

/* 全体 */
*{
margin:0;
padding:0;
font-style:normal;
text-decoration:none;
}

body {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background:url(http://246pe.com/img/share/bg.gif) #b3e3ee repeat;
	line-height:140%;
}

.clear{
clear:both;
}

a,
a:link,
a:visited{
color:#333333;
text-decoration:none;
}

a:hover,
a:active{
color:#0F84DC;
text-decoration:none;
}

img {
border:0;
}

h1,h2,h3,h4{
text-decoration:none;
padding:0;
margin:0;
}

.pad01{
padding:10px 0;
}

/* フォント */

.red10{
font-size:10px;
color:#ff1f1f;
}

.font10{
font-size:10px;
}


/* レイアウト */

#wrapper{
width:699px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:10px;
}


/* 人々中身 */

.contents{
padding:30px 0;
width:698px;
}

.side{
width:150px;
float:left;
}

.main{
width:534px;
float:right;
margin-bottom:20px;
}

.backnumber{
clear:both;
width:300px;
margin-left:200px;
}

.backnumber ul,
.backnb ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.backnumber li,
.backnb li{
	list-style: none;
background: url(images/arrow.gif) left 5px no-repeat;
margin-left:5px;
padding-left:10px;
}

.name{
background:url(http://246pe.com/img/people/room_icon.gif) no-repeat left center;
height:57px;
padding-left:75px;
}

.name_ct{
font-weight:bold;
font-size:16px;
padding-top:20px;
}

.blog_body{
background:url(http://246pe.com/img/people/room02.gif) #fff no-repeat bottom left;
margin-top:20px
}

.blog_tit{
background:url(http://246pe.com/img/people/room01.gif) no-repeat top left;
padding:20px 10px;
}

.blog_tit h2{
font-size:20px;
font-weight:bold;
}

.blog_main{
padding:10px;
line-height:150%;
}

.blog_foot{
padding:0px 10px 10px 10px;
font-size:12px;
text-align:right;
color:#999;
}

.pageup{
padding:5px 10px 15px 10px;
text-align:right;
}

/* お知らせ他 */

.kiji_body{
background:url(http://246pe.com/img/share/body02.gif) #fff no-repeat bottom left;
margin-top:20px
}

.kiji_tit{
background:url(http://246pe.com/img/share/body01.gif) no-repeat top left;
padding:20px 10px;
}


.kiji_tit h2{
font-size:20px;
font-weight:bold;
}

.kiji_main{
padding:10px;
line-height:150%;
}

.kiji_foot{
padding:0px 10px 10px 10px;
font-size:12px;
text-align:right;
color:#999;
}

.backnb{
width:300px;
margin:15px 0 30px 200px;
}

.kiji_back{
float:left;
width:200px;
}

.kiji_next{
float:right;
width:200px;
text-align:right;
}

/* 整合修正分 */
#header h1{
text-indent:-9999px;
}

.pageswitch{
padding:10px;
text-align:center;
font-size:10px;
}

.contenttitle h3{
font-size:14px;
color:#3a5aa7;
font-weight:bold;
border-bottom:1px solid #3a5aa7;
margin-bottom:10px;
}

.content{
padding:10px 18px;
}

.commentbody{
padding:3px 0;
}

.comesp{
padding:5px;
background-color:#E3F5F9;
}

.commeuser{
font-size:12px;
font-weight:bold;
}

/* カレンダー */
table.calendar {
  font-size: small;
  color: black;
}

/* これ以降Mac IE 5のみに適用される \*//*/
table.calendar  { font-size:12px; }
/* これ以降Mac IE 5以外にも適用される */

tr.calendardateheaders {
  font-size: small;
  color: red;
}

td.days {
  text-align: center;
padding:2px;
}

td.today {
  text-align: center;
  color: green;
  background-color: whitesmoke;
}

.days a,
.days a:link,
.days a:visited{
color:#3A5AA7;
text-decoration:underline;
}

.days a:hover,
.days a:active{
color:#0F84DC;
text-decoration:underline;
}



/* これ以降Mac IE 5には適用されない \*/
.comicon{
background:url(http://246pe.com/img/share/voice.gif) no-repeat left center;
padding-left:13px;
}
/* これ以降Mac IE 5にも適用される */

.archivename{
font-size:16px;
color:#3a5aa7;
font-weight:bold;
text-align:center;
padding:20px 0; 
}


/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
