@charset "Shift_JIS";

/*--------------------------------------

  diary#001 for apeboard+
  update: 2006.09.26 ver1.00
  design: web*citron
  URI: http://www.webcitron.com/

---------------------------------------*/


* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color:#333;
/*	background:#fff; */	
	background:#afdcaf;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
}

* html body {
	font-size: 75%;
}

html>body {
	font-size: 13px;
}

div, p {
	margin: 0;
	padding: 0;
	position: static;
	font-style: normal;
	font-weight: normal;
}

/*
dl, dt, dd, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
*/

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul, ol {		/* added by nakayama */
	margin: 0 1em;
	padding: 0;
}

hr {
	display: none;
}

br {
	letter-spacing: 0;
}

img {
	border: none;
}


/*--------------------------------------
	  Font
---------------------------------------*/

h1,h2,#header,#footer {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

textarea, select, input {
	font-family: "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
}

@media screen {
textarea, select, input {
	font-family: Arial, Verdana, "MS UI Gothic", sans-serif;
	}
}

/*--------------------------------------
	  HyperText
---------------------------------------*/

/*a:link    { color: #3ab1c2; text-decoration: none; }*/
/*a:visited { color: #a1b1b3; text-decoration: none; }*/
a:link    { color: #730b65; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover   { color: #17cae6; text-decoration: none; }
a:active  { color: #17cae6; text-decoration: none; }

/*--------------------------------------
	  box
---------------------------------------*/

div#header {
	margin: 1em auto 2em;
	width: 550px;	/* 500px */
	font-size:100%;
	text-align: center;
}

div#body {
	width: 550px;	/* 500px */
	margin: 0 auto;
	font-size:100%;
}

div#footer {
	margin: 2em auto ;
	padding: 5px 0;
	border-top:1px solid #eee;
	width: 550px;	/* 500px */
	font-size:95%;
	text-align: left;
}

/*--------------------------------------
	  Header
---------------------------------------*/

h1 {
	margin:0;
	border-bottom:1px solid #eee;
/*	color:#62BDCA; */
	color:#315E65;
	font-size:170%;
	font-weight:bold;		/* added by nakayama. */
	text-align:left;
	letter-spacing:0.1em;
}

#header p {
	margin:0;
	text-align:right;
}

p#comment {
	margin:0;
	text-align: left;
}

/*--------------------------------------
	  Body
---------------------------------------*/

h2 {
	font-size:150%;
/*	font-weight:bold;	*//* added by nakayama. */
/*	color:#ccc;	*/
	color:#fff;
	letter-spacing:0.2em;	/* 0.4em¨0.2em modified by nakayama */
	border-bottom: 2px solid #62BDCA;
	text-align:right;
}

#body dl {
	margin:0.5em 0 3em 0;
	text-align:left;
	border: 1px solid #ddd;
}

#body dl dt {
	margin: 0.5em;
	border-bottom:1px dashed #ddd;
	text-align:left;
}

#body dl dd {
	margin:1em;
}



/*--------------------------------------
	  Footer
---------------------------------------*/

div#footer ul {
	margin:0.5em 0;
}

div#footer ul li {
	margin:0 0.5em;
	display:inline;
}

ul#navi {
	width:200px;
	float:right;
	text-align:right;
}

ul#admin {
	float: left;
}

ul#copyright {
	padding-top:1.5em;
	clear:both;
	text-align:center;
}

/*--------------------------------------
	  Form
---------------------------------------*/

form#entry_form dl {
	margin: 0.5em 1em;
}

form#entry_form dt {
	margin: 0;
	padding: 0.1em 0;
	float: left;
	width: 7em;
	color: black;
	text-align:right;
}
	
form#entry_form dd {
	margin: 0 0 0 7em;
	padding: 0.2em 0 0.2em 1em;
	text-align:left;
}

form#entry_form dd input.submit {
	margin-top:0.5em;
}

input#name,
input#mail,
input#url {
	width:20em;
}

textarea {
	width:25em;
}

input, select, textarea {
	border-width:1px;
	border-style: solid;
	border-color:#62BDCA;
	background:#fafafa;
	color:#333;
	font-size: 95%;
	line-height: 1.3;
}

input:hover, select:hover, textarea:hover {
	border-style: dashed;
	background:#fff;
}

input:focus, select:focus, textarea:focus {
	border-style: solid;
	background:#fff;
}

input.submit {
	padding:0 0.3em;
	border:none;
	width:5em;
	color:#fff;
	background:#62BDCA;
	font-family: Arial,"Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

input.submit:hover {
	border:none;
	background:#ccc;
}

input.num {
	border: none;
	background: transparent;
}

#labelsubmit {
	display:none;
}
