@charset "UTF-8";
@import url(menu.css);


/* circle photo */
#main .circlephoto{
width: 220px;
min-height: 200px;
margin-bottom: 12px;
padding: 6px;
border-width: 1px 1px 2px;
border-color: #ddd #aaa #999;
border-style: solid;
}
#main .circlephoto.fl{
clear: both;
float: left;
}
#main .circlephoto.fr{
float: right;
}
#main .circlephoto .photo{
width: 120px;
padding-left: 6px;
float: right;
}
#main .circlephoto h3{
margin-bottom: 6px;
padding: 3px 0;
border-bottom: dotted 1px #ccc;
font-size: 140%;
color: #6c0;
}

/* life system */
#main .lifesystem{
margin-bottom: 12px;
padding: 6px;
border-width: 1px 1px 2px;
border-color: #ddd #aaa #999;
border-style: solid;
background: #faebd7;
}
#main .lifesystem h3{
margin-bottom: 6px;
padding: 3px 0;
border-bottom: dotted 1px #ccc;
font-size: 140%;
color: #dc2a4e;
}

#main .lifesystem .photo{
width: 164px;
margin-bottom: 6px;
padding-left: 6px;
float: right;
}
#main .lifesystem .photo img{
border: 7px solid #fff;
outline: 1px solid #ccc;
}


/* gyouji */
#life .gyouji{
margin-bottom: 12px;
padding-bottom: 5px;
font-size: 110%;
line-height: 1.4;
}
#life .gyouji .gyoujiPhoto{
float: right;
width: 120px;
}
#life .gyouji h3{
margin-bottom: 5px;
color: #dc2a4e;
text-align: center;
font-weight: bold;
font-size: 140%;
}
#life .gyouji h3 span{
margin: 0;
padding: 3px 6px;
display: block;
font-weight: normal;
background: #f5c2cc;
border-bottom: dotted 1px #dc2a4e;
text-align: left;
}
#life .gyouji h4{
color: #fb0b0b;
}
#life .gyouji .comment{
}
#life h2{
border-left: 6px solid #ffe0a3;
margin-top: 24px;
margin-bottom: 12px;
padding: 3px 6px;
font-size: 160%;
font-weight: bold;
}