@charset 'utf-8';

/*
*
*	しだぐるめん！基本スタイルシート
*
*/



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

* {
	margin: 0px;
	padding: 0px;
	
}



body {
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align:center;
	color:#514420;
	/*background-image:url(../img/global/bg_02.gif);
	background-position:center top;*/
	font-size:small;
	_font-size:x-small;
	background-color:#ffffc6;
}
h1 {
}
p, li, dt, dd, address {
	line-height: 1.6;
}
p {
	margin-bottom:0.8em;
	padding:0 20px 20px 30px;
	
}
ul {
	margin:0 0 1.5em 50px;
}
em {
	font-weight: bold;
	font-style:normal;
}
address {
	padding:10px 10px 0px 10px;
	font-style:normal;
}

dl {
	margin:0 0 1.5em 35px;
}
dl dd {
	margin:0 0 0.5em 30px;
}

ul li ol li {
	
}
ul li ol {
	margin:0 0 10px 30px;
}
ol {
	margin:0 20px 0 60px;
}
ol li {
	margin:0 0px 20px 0px;
}
img {
	border:none;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form dl dt {
	float: left;
	clear: left;
	width: 160px;
	border-bottom:1px solid #ffcc00;
	margin-bottom:10px;
}
form dl dd {
	margin: 1px;
	margin-bottom:10px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 10px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
	margin:0 30px 10px 30px;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	
	font-size:small;
	_font-size:x-small;
}

table {
	margin-left:30px;
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
	_font-size:x-small;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color:#449dab;
	text-decoration: underline;
}
a:active, a:hover {
	color:#cfbb85;
	text-decoration:none;
}



/*--------------------------------------*
	container			*
					*------------------------------------*/
div#container {
	width:770px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
}





/*--------------------------------------*
	header				*
					*------------------------------------*/
div#header {
	height:156px;
	background-image:url(../img/global/header_s.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:left;
	padding:0 5px 0 5px;
}
div#header hr {
	display:none;
}
div#header img {
	margin:0 0 0 3px;
	float:left;
}
div#header p {
	margin-bottom:0em;
	line-height:1.2;
	text-align:right;
	padding:0 10px 0 0; 
}




/*--------------------------------------*
	content				*
					*------------------------------------*/
div#content {
	float:right;
	width:556px;/*561px;*/
	_width:556px;
	text-align:left;
	padding:0 5px 0 0;
	_padding:0 4px 0 0;
	
	margin:0 0 30px 0px;
}

div#content h2 {
	background-image:url(../img/global/h2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:26px;/*30*/
	_height:30px;
	margin:0 0 10px 20px;
	padding:4px 0 0 40px;
	_padding:7px 0 0 40px;
	_font-size:small;
	
	color:#715b00;
}
div#content h3 {
	border-bottom:1px solid #999999;
}






/*--------------------------------------*
	menu				*
					*------------------------------------*/
div#menu {
	float:left;
	width:204px;
	_width:209px;
	text-align:left;
	padding:0 0px 0 5px;
	
	margin:0 0 30px 0px;
}
div#menu h2 ,div#menu hr {
	display:none;
}
div#menu ul {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div#menu ul li {
	line-height:1.0;
}
div#menu ul li ul {
	list-style-type:none;
}
div#menu ul li ul li {
	margin:0 0 5px 15px;
	padding:0 0 0 15px;
	background-image:url(../img/global/menu_icon_01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:1.3;
}
/*
a:link, a:visited {
	color:#0087e3;
	text-decoration: underline;
}
a:active, a:hover {
	color:#e35c00;
	text-decoration:none;
}
*/




/*--------------------------------------*
	footer				*
					*------------------------------------*/
div#footer {
	clear:both;
	min-height:30px;
	_height:30px;
	padding:10px 5px 0 5px;
	background-image:url(../img/global/footer_hr.jpg);
	background-repeat:no-repeat;
	background-position:center top;/**/
}
div#footer hr {
	display:none;
/*	background-image:url(../img/global/footer_hr.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:10px;
	width:770px;
	border:0px double;
*/}
div#footer p {
	margin:0 0 0 0;
}








/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

.b {
	font-weight:bold;
}
