/* 全体 */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
p {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 80px;
	line-height: 1.5em;
	}

/* リンク関連 */

A                { color: #333333; text-decoration: none; background: none;}
A:link           { color: #000099; text-decoration: none; background: none;}
A:link:hover     { color: #000099; text-decoration: underline; background: none;}
A:link:active    { color: #000099; text-decoration: underline; background: none;}

A:visited        { color: #000099; text-decoration: none; background: none;}
A:visited:hover  { color: #000099; text-decoration: underline; background: none;}
A:visited:active { color: #000099; text-decoration: underline; background: none;}


/* 見出し */

h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	line-height: 2em;
}
h2 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
h5 {
	font-size:16px;
	background-image: url(img/h5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	text-indent: 20px;
	padding: 0px;
	margin: 0px 0px 15px;
	line-height: 220%;
	color: #FFFFFF;
	}
h6 {
	background-image:url(img/h7.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
h1 a:link {
	font-size:12px;
	color: #000066;
}
h1 a:hover {
	font-size: 12px;
	color: #000066;
}
h1 a:visited {
	font-size: 12px;
	color: #000066;
}

/* 全体を囲う箱 */

/* 幅を固定して表示する場合(現在の設定はこちらです)*/

#inbox {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}



/* バナー */

#banner {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0em;
	background-image: url(img/sub_top.jpg);
	height: 125px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}
#navi {
	display: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 22px;
}	
#navi ul {
	list-style:url(none) none;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
}
#navi li {
	list-style:none;
	display: inline;
	width:22px;
	float: left;
}
#navi li a {
	display:block;
	width:108px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
#navi a.home {
    background-image:url(img/navi/button_home.gif);
}
#navi a:hover.home {
    background-position:0px -22px;
}
#navi a.aida {
    background-image:url(img/navi/button_aida.gif);
}
#navi a:hover.aida {
    background-position:0px -22px;
}
#navi a.item {
    background-image:url(img/navi/button_item.gif);
}
#navi a:hover.item {
    background-position:0px -22px;
}
#navi a.kuwa {
    background-image:url(img/navi/button_kuwa.gif);
}
#navi a:hover.kuwa {
    background-position:0px -22px;
}
#navi a.order {
    background-image:url(img/navi/button_order.gif);
}
#navi a:hover.order {
    background-position:0px -22px;
}
#navi a.maintenance {
    background-image:url(img/navi/button_maintenance.gif);
}
#navi a:hover.maintenance {
    background-position:0px -22px;
}
#navi a.ask {
    background-image:url(img/navi/button_ask.gif);
}
#navi a:hover.ask {
    background-position:0px -22px;
}

.description {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


/* レイアウト */

#links {
	width: 176px;
	float: left;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}


#links-right {
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 0px;
	width: 180px;
	float: right;
	border: 0px solid #AFAC9B;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

				
#content {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000033;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 8px;
	padding-bottom: 5px;
	clear: both;
}


/* 記事まわり */
	
.blog {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: 0px solid #CCCCCC;
	width: 560px;
}


.blogbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 0.5em 10px;
	margin-bottom: 0.5em;
	background: none;
}


.date	{
	color: #000066;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0.5em 0em;
	padding-right: 15px;
	padding-left: 25px;
}


.title	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000066;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 30px;
	background-image: url(img/li_001.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

.sign {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #000066;
	margin-bottom: 10px;
}

.posted {
	background: none;
	color:#FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
}


.extended {
	color:#000099;
	display:block;
	float:right;
	font-family: Verdana, Arial, sans-serif;
	font-size:12pt;
	font-style:normal;
}
#bunrui {
	font-size:12px;
	text-align: right;
	}

.body {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 80px;
	line-height: 2em;
	}
.body01 {
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
	}

/* サイドバー */


#calendar {
  	line-height: 140%;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	padding: 0.3em;
	background: none;
	}

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

#calendar td {
	text-align: center;
	}
#categories {
	background-image: url(img/category_navi_b.jpg);
	background-repeat: repeat-y;
}


.sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 7px;
	height: 25px;
	margin: 0px;
	background-image: url(img/category_navi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

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

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

.sidebar #categories ul {
	padding-left: 5px;
	}
	

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

.sidebar #categories li {
	background-color: #EBEADE;
	margin-right: 5px;
	list-style-image: none;
	margin-bottom: 5px;
	background-image: url(img/li_s.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	list-style-position: inside;
	font-size: 12px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-weight: normal;
	}

.sidebar {
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar img {

	}

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

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	text-align: left;
	padding: 0px 5px 0px 0px;
	color: #000066;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 5px;
	}

#side_u {
	background-image:url(img/h7.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

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



/* アーカイブのページ関連 */

#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5px;
}


.comments-body {
	background: none;
	color:#000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #e5e5e5;
	color: #000066; 
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


.landto { text-align: center; margin-top: 10px; }
