@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	text-align: center;/*コンテンツ部分配置*/
	color: #555555;/*基本文字色☆*/
	font-size: 12px;/*フォントサイズ*/
	background:#CCCC99;/*背景色*/
}
h2, h3, h4, h5, h6, table {
	clear: both;
	font-size: 100%;
}
p, li, dt, dd, address {
	color: #999999;
	line-height: 1.3;
}
div#navigation li, div#information li,
div#navigation dt, div#information dt,
div#navigation dd, div#information dd {
	color: #444444;
	line-height: 1.2;
}

p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin: 0px 5px 0px 2px;
	border: 0px;
	vertical-align: middle;
}
object {
	margin-left: 15px;
}

pre {
	width: 99%;
	margin: 10px 15px 20px 15px;
	padding: 5px;
	border: 1px solid #666666;
	overflow: auto;
}
.text > pre, .proftext > pre {
	width: auto;
}

code, var, kbd {
	color: #000080;
	font-size: 100%; /* Mac ie */
	line-height: 1.2;
}
blockquote {
	width: 99%;
	padding: 1px;
	margin: 10px 30px 20px 30px;
	: 1px solid #666666;
	background-color: #ffffff;
}
.text > blockquote, .proftext > blockquote {
	width: auto;
}
blockquote p {
	color: #444444;
}

form fieldset {
	border: 0px solid #666666; /*フィールドボーダーカラー*/
}
form legend {
	display: none;
}

form input, form select {
	margin-top: 1px;
	margin-right: 1px;
	font-size: 12px;
	line-height: 1.2;
}
@media screen {
	form input, form select {
	font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 0px;
}
@media screen {
	form option {
		padding-right: 0.8em;
	}
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-size: 100%;
	line-height: 1.4;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666666;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	color: #444444;
	border: 1px solid #666666;
	background-color: #ffffff;

	text-align: center;
}
table tr td {
	color: #666666;
	padding: 5px;
	border: 1px solid #666666;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #444444;
	text-decoration: none;
}
a:active, a:hover {
	color: #999999;
	text-decoration:none;
}

/* ----- 基本構造 -------------------------------------- */

/*  */
div#container {
	width: 920px;
	min-width: 920px;
	margin: 0px auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #ffffff;
}
@media screen {
	* html div#container {
		border-right: 1px solid #666666;
	}
	* html div#box {
		float: right;
		position: relative;
		margin-right: 0px;
		border-right: 0px solid #666666;
	}
}


div#header {
	height: 70px;


}
div#menu {
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: -20px;
}

div#navigation {
	width: 190px;
	float: left;
	overflow: hidden;
}
div#information {
	width: 190px;
	float: right;
	overflow: hidden;
}


div#sidebox {
	width: 100%;
	float: left;
	margin-right: -190px;
	background-color: #ffffff;
}

div#logs {
	width: 100%;
	float: right;
	margin-left: -190px;
	overflow: hidden;
	background-color: #ffffff;
}
div#diary {
	border: 0px solid #666666;
}
div#diary, div#comment, div#trackback,
div#trcontents {
	background-color: #ffffff;
	margin: 0px 200px 10px 200px;
	border: 0px solid;
}
div#comment, div#trackback, div#contents,
div#commentform, div#trcontents {
	padding: 10px;
}

div#page, div#navi, div#work, div#contents, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;
}
div#footer {
	width: 100%;
	clear: both;
	padding: 10px 0px;
	background: #ffffff;
}

div#commentform {
	background-color: #ffffff;
	margin: 0px 200px 10px 200px;
	border: 1px solid #999999;
}


div#comment {
	background-color: #ffffff;
	margin: 0px 200px 10px 200px;
	border: 1px solid #999999;
}
/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none; /*h2を非表示*/
}

div#menu ul {
	margin-right: 10px; /*右余白*/
	padding: 5px 0px;/*テキストのPadding*/
	text-align:right;/*テキスト右寄せ*/
}
div#menu ul li {
	display: inline; /*liをインライン要素化*/
	padding-right: 10px; /*テキストのPadding*/

}

div#menu a:link, div#menu a:visited {
	color: #444444; /*リンク、既読のテキストカラー*/
}
div#menu a:active, div#menu a:hover {
	color: #999999; /*アクティブ、ロールオーバー時のテキストカラー*/
	text-decoration:none;
}


/* ----- スペース -------------------------------------- */

div#space {
	height: 6px; /*メニュー下スペースの高さ*/
	background:#360d11;/*背景色*/
}


/* ----- ヘッダー -------------------------------------- */

div#header {
	
	height: 150px; /*ヘッダーの高さ*/
	background:#86926a url("title.jpg") no-repeat; /*ヘッダー背景色、及び背景画像*/
	background-position :center;
}

/*NakaharaMehanaスタッフブログの部分*/
#header h1 {  
	padding: 10px 30px 0px 30px; /*テキストのPadding*/
	font-family: "Tahoma",sans-serif; /*フォントタイプ*/
	font-size: 20px; /*フォントサイズ*/
/*	font-weight: bold; /*太字化*/ */
}

div#header h1 a {
	color: #555555;
	text-decoration: none;
}

div#header h1 a:active a:hover {
	color: #999999;
	text-decoration:none;
}

@media screen {

}


div#header p {
	padding: 0px 30px 30px 30px;
	color: #DADADA;
}




/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 1px 0px 8px 0px;
	padding: 5px 5px 5px 5px;
	font-weight:bold; /*h2の細字化*/
}
div#navigation img {
	margin-bottom: 5px;
}

div#navigation ul {
	margin: 0px 10px 0px 10px; /*日付下等の線のマージン*/
}
div#navigation ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px;
}
div#navigation ul li ul li {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 12px;
	list-style-type: none;
}
div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
	margin-top: 2px;
}
div#navigation dl dd {
	padding-left: 5px;
}

div#navigation .afg{
	color:#759caa;
	padding-left: 5px;
}



div#navigation .naviunderline {
	text-align: right;
	color: #999999;
}

div#navigation .new{
	padding: 0px 0.5em;
	background: #aaaaaa;
	color: #FFFFFF;
	font-size: 8px;
}


div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 16px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 140px; /*ナビゲーションの幅*/
	color: #DCDCDC;
	margin: -2px 0px 7px 17px;
	border: 0px solid #666666;
	border-collapse: separate;
	border-spacing: 1px;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	text-align: left;
}
div#navigation table tr td {
	padding: 1px;
	border: 1px solid #eeeeee;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
		padding: 2px;
	}
}

div#navigation .block {
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999999;
	background: #ffffff;
	text-align: center;
}

div#navigation a:link, div#navigation a:visited {
	color: #444444;
}
div#navigation a:active, div#navigation a:hover {
	color: #999999;
	text-decoration:none;
}
div#navigation table tr td a:link,
div#navigation table tr td a:active,
div#navigation table tr td a:visited,
div#navigation table tr td a:hover {
	font-weight: bold;
	border: 0px solid #A0522D;
	text-decoration: none;
}

/* ----- インフォメーション -------------------------------- */

div#information h2 {
	margin: 1px 0px 8px 0px;
	padding: 5px 5px 5px 5px;
	font-weight:bold; /*h2の細字化*/	
}
div#information img {
	margin-bottom: 5px;
}

div#information ul {
	margin: 0px 10px 0px 12px;
}
div#information ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: none;
}
div#information ul li ul {
	margin: 0px;
}
div#information ul li ul li {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 12px;
	list-style-type: none;
}
div#information dl {
	margin: 0px 10px 0px 12px;
}
div#information dl dt {
	margin-top: 2px;
}
div#information dl dd {
	padding-left: 5px;
}
div#information .naviunderline {
	text-align:left;
	color: #999999;
}

div#information form dl {
}
div#information form dl dt {
	display: none;
}
div#information dl dd {
	font-color: #759caa;
}
div#information form p {
	margin-left: 16px;
	margin-bottom: 0px;
}

div#information table {
	width: 140px;
	color: #dcdcdc;
	margin: -2px 0px 7px 17px;
	border: 0px solid #AAAAAA;
	border-collapse: separate;
	border-spacing: 3px;
}
@media screen {
	div#information table {
        	margin: -2px auto 7px auto;
        }
}
div#information table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;
	text-align: left;
	font-weight:bold; /*年月、細字化*/
}
div#information table tr td {
	padding: 1px;
	border: 1px solid #eeeeee;
	text-align: center;
	background:#eeeeee;
}



@media screen {
	div#information table tr td {
		padding: 1px;
	}
}

div#information .week {
	background:#dddddd;
	color:#444444;
}

div#information .day {
	color: #444444;/*カレンダー平日の色*/

}
div#information .satday {
	color: #3355bb;/*カレンダー土曜の色*/
}
div#information .sunday {
	color: #DC143C;/*カレンダー日曜の色*/
}
div#information .today {
	border: 0px solid #999999;/*今日の表示設定*/
}

div#information .calender {
	margin: 2px 10px;
	text-align: center;
}
div#information .calender li {
	display: inline;
	margin-right: 10px;
}

div#information .block {
	margin-right: 10px;
	margin-top: 11px;
	padding-bottom: 10px;
	border: 1px solid #999999;
	background: #ffffff;
	text-align: center;
}




div#information a:link, div#information a:visited {
	color: #444444;
}
div#information a:active, div#information a:hover {
	color: #999999;
	text-decoration:none;
}



div#information table tr td a:link,
div#information table tr td a:active,
div#information table tr td a:visited,
div#information table tr td a:hover {
	text-decoration:underline;
/*	background: #aaaaaa; */
}


div#information .fav{
	text-align:center;

}

div#information input{
	text-align:center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
}
html>body div#logs {
}

div#diary .diary {
	width: 100%; /* ie6 */
	margin-top:10px;
	border: 1px solid #999999;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	color: #666;
	font-weight:normal; /*ブログタイトルの細字化*/
}

.date{
	color: #B0B0B0;
	font-family: "Georgia", serif;
	font-weight: bold;

}
div#diary h4, div#diary h5, div#diary h6 {
	margin: 15px 10px;
	padding: 2px 5px;
}
div#diary .text h4 {

	border-top: 2px dotted #666666;
	border-bottom: 2px dotted #CD5C5C;
}

div#diary .text * {
}
html>body div#diary .text * {
}

div#diary .text img {
	margin: 0px 7px 1px 3px;
}


div#diary .text p {
	margin: 15px 15px;
	line-height: 1.5;
	color: #444444;
}
div#diary .text ul {
	margin: 15px 35px 20px 35px;
	list-style-type: square;
}
div#diary .text ul li ul {
	margin: 0px 0px 10px 25px;
}
div#diary .text ul li ol {
	margin: 0px 0px 10px 8px;
}
div#diary .text ul li ul li {
	margin-left: 0px;
}
div#diary .text ol {
	margin: 15px 15px 20px 45px;
}
div#diary .text ol li ol {
	margin: 0px 0px 10px 23px;
	list-style-type: lower-alpha;
}

div#diary .text dl {
	margin: 15px 15px 20px 15px;
}
div#diary .text dl dt{
	font-weight: bold;
}
div#diary .text dl dd {
	margin-left: 15px;
}
div#diary table {
	margin: 15px 15px 20px 15px;
}

div#diary .date {
	margin: -17px 10px 15px 10px;
	text-align: right;
}
div#diary .date ul {
}
div#diary .date li {
	display: inline;
	margin-left: 5px;
}

div#diary .info {
	clear: both;
	margin: 5px 15px 3px 15px;
	text-align: right;
	font-size: 100%;
}
div#diary .info * {
}
div#diary .info li {
	display: inline;
	margin:0px 5px 0px 5px;
}

div#diary .list {
	border: 1px solid #999999;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 5px 10px;
	background-color: #ffffff;
}
div#diary .list h4 {
	border-bottom: 1px dotted #666666;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #444444;
	background-color: #ffffff;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999999;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin: 5px 10px;
	}

div#comment .comment {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #666666;
}

div#comment h2 {
	color: #999999;
	margin-bottom: 15px;
	padding: 5px;
}
div#comment h3 {
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	border-bottom: 1px dotted #666666;
}

div#comment .text * {
}
html>body div#comment .text * {
}
div#comment p {
	margin: 5px 10px;
}
div#comment .text p {
	color: #a37a8a;
	margin: 10px;
}

/* ----- プロフィール -------------------------------------- */
div#profile {
	width: 100%;
	margin: 0px 30px 20px 30px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
div#box > div#profile {
	width: 90%;
	margin: 0px auto 20px auto;
	}
div#profile .prof {
}

div#profile h2 {
	display: none;
}
div#profile h3 {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px;
	color: #444444;
	background: #ffffff;
}
div#profile h4, div#profile h5, div#profile h6 {
	clear: both;
	margin: 15px 10px;
	padding: 2px 5px;
}
div#profile h4 {
	margin: 15px 10px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	border-top: 2px dotted #CD5C5C;
	border-bottom: 2px dotted #CD5C5C;
}


div#profile .prof img {
	margin: 0px 1px 1px 1px;
	border-right: 7px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 7px solid #666666;
}

div#profile .proftext p {
	margin: 15px 15px;
}
div#profile .proftext p.imgl, div#profile .proftext p.imgr {
	margin: 0px;
}

div#profile .proftext ul {
	font-color: #444444;
	margin: 15px 35px 20px 35px;
	list-style-type: square;
}
div#profile .proftext ul li ul {
	margin: 0px 0px 10px 25px;
}
div#profile .proftext ul li ol {
	margin: 0px 0px 10px 8px;
}
div#profile .proftext ul li ul li {
	margin-left: 0px;
}
div#profile .proftext ol {
	margin: 15px 15px 20px 45px;
}
div#profile .proftext ol li ol {
	margin: 0px 0px 10px 23px;
	list-style-type: lower-alpha;
}

div#profile .proftext dl {
	margin: 15px 15px 20px 15px;
}
div#profile .proftext dl dt{
	width: 5em;
	float: left;
	font-weight: bold;
}
div#profile .proftext dl dd {
	margin-bottom: 3px;
	padding: 0em 0em 0em 5em;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
	text-align:center;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}


/* ----- ページナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;
	text-align:center;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}


/* ----- コンテンツ ------------------------------------ */

div#contents h2, div#trcontents h2 {
	color: #444444;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl, div#trcontents dl {
	margin-bottom: 10px;
}
div#contents dl dt, div#trcontents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	color: #444444;
	margin-left: 30px;
}



/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	color: #444444;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2, div#commentform h2 {
	color: #999999;
	margin-bottom: 15px;
	padding: 5px;

}

div#form form {
	margin-bottom: 10px;
}
div#form form dl, div#commentform dl {
	margin-bottom: 20px;
}
div#form form dl dt, div#commentform dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd, div#commentform dl dd {
}
div#form form dl dd textarea, div#commentform dl dd textarea {
	margin-top: 2px;
}
div#form form ul, div#commentform ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li, div#commentform ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	color: #444444;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #ffffff;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	color: #444444;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	color: #444444;
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer{
	margin-right:20px;
	text-align:right;
}

div#footer a:link, div#footer a:visited {
	color: #444444;
}
div#footer a:active, div#footer a:hover {
	color: #999999;
	text-decoration:none;
}



/* ----- 個別指定 -------------------------------------- */

.new{
	font-color:#cc4444;
}

.imgl {
 float: left;
}
.imgr {
 float: right;
}
.imgclear {
 clear: both;
}

.dashedline {
	border-bottom: 1px dashed #000000;
}
.textbold {
	font-weight: bold;
}
.textnormal {
	font-weight: normal;
}
.textitalic {
	font-style: italic;
	padding: 0px 5px 0px 0px;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}