@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
margin: 0px;
padding: 0px;
font-size: 15px;
font-style: normal;
color: #3f3f3f;
font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
text-align: left;
}

body {
padding: 10px;
background-color: #ffffff;
}

address {
margin-top: 5px;
padding-top: 10px;
border-top: 1px dotted #999999;
text-align: center;
}

a:link, a:visited {
color: #526275;
text-decoration: none;
}
a:active, a:hover {
color: #cccccc;
text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
margin: 0px;
padding: 20px;
background-color: #ffffff;
}

div#menu {
border-top: 1px dotted #999999;
border-bottom: 1px dotted #999999;
text-align: right;
}

div#diary {
margin-bottom: 5px;
}

div#page {
margin: 10px 0px 20px 0px;
}

div#navi {
margin: 0px;
text-align: right;
}

/* ----- diary ------------------------------------------ */


div.diary {
padding-top: 15px;
}

div.sub {
font-weight: bold;
}

div.info {
margin: 5px 10px 15px 0px;
}

div.img {
margin-right: 10px;
margin-bottom: 5px;
border: 0px;
}

img {margin: 0px 10px 0px 0px;padding:0px;}
