/* http://www.godaikoso.com */

/* Begin CSS Stylesheet */

/* Colors 
http://kuler.adobe.com/#themeID/19069
#d3ceaa dark beige
#e7e8d1 med beige
#fbf7e4 light beige
#424242 grey
#8e001c red

#themeID/60143
#dddcc5 light beige
#958976 dark beige
#611427 dark red
#1d2326 blue/black
#6a6a61 grey
*/
body {
    color: #1d2326;
	font-size: 100%;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    background: #958976 url('http://images.godaikoso.com/image/gradient5.png')
                repeat-x top left;
}
#content {
    background-color: #dddcc5;
}
#menu {
    background-color: #958976;
    font-size: 0.75em;
    font-weight: bold;
}
#menu .menuhover {
    background-color: #a59986;
}
#menu a:hover {text-decoration: none; color: #611427;}

.navlink {
    color: #1d2326;
    text-decoration: none;
}

/* Text Block Settings */
p.text { font-size:0.8125em; text-align: justify; margin:15px 25px;}
p.center { font-size:0.8125em; text-align: center; margin:15px 25px;}
p.title { font-size:1em; text-align: center; margin-top:5px;}
h2 { font-size:1em; text-align: center; margin-top:5px;} 
#banner a {color: white; text-decoration: none; font-family: Arial, sans-serif;}

/* Image Settings */
img.tabled {border: solid black 1px; }

/* List Settings */
#menu ul {margin-left:10px;}
#menu li {vertical-align:middle; list-style-type: none; float:left; cursor: pointer; margin-right: 3px; line-height: 30px;}
#menu li a {display:block; height:30px; padding:0 24px; }

ul.disc {margin-left: 4em; list-style-type: disc; font-size:0.8125em; text-align:left;}

/* Table Settings */
table.outer {
	height:auto; }
td.outer {
	padding: 20px 0px 10px 0px; text-align:center; }
table.main {
	height:600px; border-spacing:0px; }
td.links {
	padding: 50px 0px 0px 0px; width: 100px;
	border-style: solid; border-color: #CCC999; border-width: 1px;
	color: white; 
	text-align: left; font-size:0.6875em; vertical-align:text-top;background-color: #FFFFCC;}
td.main {
	padding: 2px 2px 2px 2px;background-color: #FFFFCC; width:600px;
	border-style: solid; border-color:#CCC999; border-width:1px;}
table.ped {
	margin:5px auto 0; background-color:#958976; border-collapse:collapse;
	font-size:0.6875em; border-style:solid; border-width:1px; border-color:black;}
table.ped td {
    border: 1px solid #dddcc5; padding: 3px;}
table.siredam {
    margin: 5px auto 0;}

/* Link Pseudo-Element Settings */
a:link {text-decoration: none; color: #611427;} 
a:visited {text-decoration: none; color: #611427;} 
a:active {text-decoration: none; color: #712437;} 
a:hover {text-decoration: none; color: #813447;}