/* General */

body {
	margin: 0;
	background: #232a34;
	color: #8da3a8;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#text-center {
	text-align: center;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.jpg") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 555px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 394px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 293px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #29303b;
		font: normal 36px Verdana;
		padding-bottom: 3px;
	}
	
	#header #header-info h1 a {
		color: #29303b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #3b4802;
		font: normal 18px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 13px;
		left: 24px;
		width: 955px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 955px;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Georgia, Verdana;
		color: #d1d1d3;
		margin-right: 25px;
	}
	
	#header #header-menu ul li a {
		color: #d1d1d3;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #b9c966;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Title */
	
	#header #header-title {
		position: absolute;
		top: 410px;
		left: 15px;
		width: 250px;
		height: 23px;
		text-align: center;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 241px;
		font: normal 12px/18px Verdana;
		color: #8b919b;
		margin-top: 68px;
		padding: 0 31px 0 19px;
	}
	
	#sidebar a {
		color: #9cb72f;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 236px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 168px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 233px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 238px;
			height: 29px;
			padding-left: 8px;
			font: normal 14px/29px Arial, Verdana;
			color: #2c333f;
			margin-bottom: 5px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #8b919b;
			font: normal 12px/24px Verdana;
			background: url("images/sidebar_menu.gif") no-repeat;
			padding-left: 12px;
		}
		
		#sidebar ul li a {
			color: #8b919b;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}

		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 145px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 699px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 699px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 699px;
			height: 59px;
			color: #8da3a8;
			font: normal 12px Verdana;
			margin-bottom: 8px;
			background: url("images/post_title.gif") repeat-x left bottom;
		}
		
			#content .post .post-title-page {
				height: 36px;
			}
		
		#content .post .post-title a {
			color: #8da3a8;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 50px;
			height: 50px;
			padding: 0 4px 3px 0;
			margin-right: 9px;
			color: #c1c4c6;
			font: normal 24px/34px Verdana;
			text-align: center;
			background: url("images/post_date.jpg") no-repeat;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			text-transform: uppercase;
			font-size: 10px;
			color: #71808e;
			line-height: 16px;
		}
		
		#content .post .post-title h2 {
			color: #9cb72f;
			font: normal 24px/32px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
			overflow: hidden;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
				height: 20px;
				line-height: 20px;
			}
		
		/* Post - Entry */

		#content .post .post-entry {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 699px;
			background: url("images/post_entry.gif") repeat-y;
			margin: 0px 0px 0px 0px;
		}

		#content .post p {
			font: normal 12px/20px Arial, Verdana;
			width: 659px;
			margin: 0px 20px 0px 20px;
		}

		#content .post .post-eccube {
			font: normal 12px/20px Arial, Verdana;
			width: 540px;
			margin: 0px 20px 0px 20px;
			padding: 0 20px 0 120px;
			background: url("opensauce/eccube/icon.gif") no-repeat;
		}

		#content .post .post-wordpress {
			font: normal 12px/20px Arial, Verdana;
			width: 540px;
			margin: 0px 20px 0px 20px;
			padding: 0 20px 0 120px;
			background: url("opensauce/wordpress/icon.gif") no-repeat;
		}

		#content .post .post-phplist {
			font: normal 12px/20px Arial, Verdana;
			width: 540px;
			margin: 0px 20px 0px 20px;
			padding: 0 20px 0 120px;
			background: url("opensauce/phplist/icon.gif") no-repeat;
		}

		#content .post .post-nagare1 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no1.png") no-repeat;
		}
		#content .post .post-nagare2 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no2.png") no-repeat;
		}
		#content .post .post-nagare3 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no3.png") no-repeat;
		}
		#content .post .post-nagare4 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no4.png") no-repeat;
		}
		#content .post .post-nagare5 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no5.png") no-repeat;
		}
		#content .post .post-nagare6 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no6.png") no-repeat;
		}
		#content .post .post-nagare7 {
			font: normal 14px/20px Arial, Verdana;
			font-weight: bold;
			width: 650px;
			height: 120px;
			margin: 0px 20px 0px 20px;
			padding: 5px 20px 0 110px;
			background: url("images/no7.png") no-repeat;
		}
		#content .post .post-commnet {
			font: normal 12px/20px Arial, Verdana;
			color: #71808e;
			line-height: 14px;
			width: 520px;
			margin: 10px 20px 0px 10px;
		}

		#content .post .post-entry-top {
			background: url("images/post_entry_top.gif") no-repeat;
			width: 699px;
			height: 15px;
			margin: 0 0 0 0;
		}
			
		#content .post .post-entry-bottom {
			background: url("images/post_entry_bottom.gif") no-repeat left bottom;
			width: 699px;
			height: 15px;
			margin: 0 0 0 0;
		}
		
		#content .post .post-entry a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1b2129;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #9cb72f;
			font: normal 18px Verdana;
		}
		
		#content .post h4 {
			color: #9cb72f;
			font: normal 18px;
                        background: url("images/point1.jpg") no-repeat;
    			margin: 0px 0px 10px 18px;
                        padding: 0px 0px 0px 25px;
		}

		#content .post h5 {
			color: #9cb72f;
			font: normal 18px;
    			margin: 0px 0px 10px 0px;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 584px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #1b2129;
		}
		
		#content .post .comments ol li cite {
			color: #797f88;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #797f88;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 659px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #9cb72f;
		float: left;
		width: 699px;
	}
	
	#content .navigation a {
		font: bold 12px Arial, Verdana;
		color: #9cb72f;
		text-decoration: none;
		margin-bottom: 20px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}

	#content .submenu {
		margin: 10px 0 10px 0;
		padding: 0 0 0 20px;
		font: 14px Arial, Verdana;
		background: url("images/submenu.gif") no-repeat;
	}
	#content .submenu a {
		color: #9cb72f;
		text-decoration: none;
	}
	#content .submenu a:hover {
		text-decoration: underline;
	}
	#content .submenu a.more-link {
		font-weight: bold;
	}

/* オープンソース */
#open {
	width: 660px;
	margin: 0 auto 0 auto;
}
#open #waku {
	margin: 0 0 0 0;
	width: 638px;
	border: 1px solid #70C600;
        padding: 10px;
}
#open .soft01 {
	background: url("olympus/miniicon/aphrodite.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft02 {
	background: url("olympus/miniicon/apollon.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft03 {
	background: url("olympus/miniicon/apollon.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft04 {
	background: url("olympus/miniicon/apollon.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft05 {
	background: url("olympus/miniicon/athena.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft06 {
	background: url("olympus/miniicon/demeter.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft07 {
	background: url("olympus/miniicon/hephaistos.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft08 {
	background: url("olympus/miniicon/hera.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft09 {
	background: url("olympus/miniicon/hermes.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft10 {
	background: url("olympus/miniicon/hestia.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft11 {
	background: url("olympus/miniicon/poseidon.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open .soft12 {
	background: url("olympus/miniicon/zeus.png") no-repeat 3px 3px;
	float: left;
	width: 168px;
	height: 100px;
	margin: 5px 2px 5px 2px;
    	border: 1px #E3E3E3 dotted;
	padding: 5px 5px 5px 40px;
}
#open h2 {
	color: #9cb72f;
	font: normal 16px;
}
#open .readmore {
	float: right;
	width: 76px;
	height: 20px;
	margin-top: 60px;
}
#open .miniicon {
	float: left;
	width: 41px;
	height: 41px;
    	border: 1px #E3E3E3 dotted;
	margin: 2px;
	padding: 8px 0 0 8px;
}

table#table-open {
    	width: 660px;
    	border: 1px #E3E3E3 dotted;
    	border-collapse: collapse;
    	border-spacing: 0;
}
table#table-open th {
    	padding: 5px;
    	border: #E3E3E3 dotted;
    	border-width: 0 0 1px 1px;
    	line-height: 120%;
	font-family:Arial;
	font-size:12px;
    	text-align: center;
    	width: 120px;
}
table#table-open td {
    	padding: 5px;
    	border: 1px #E3E3E3 dotted;
    	border-width: 0 0 1px 1px;
	font-family:Arial;
	font-size:12px;
    	width: 541px;
}

/* フォトギャラリー */
#gallery {
	width: 660px;
	margin: 0 auto 0 auto;
}
#gallery .thumbnail {
	float: left;
	width: 100px;
	margin: 5px;
}
#gallery .allview {
	text-align: right;
}



/* Footer */

#footer {
	width: 690px;
	height: 36px;
	padding: 5px 20px 37px 300px;
	color: #4c576a;
	font: normal 12px/36px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #4c576a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.wt {
	color: #4c576a;
	text-decoration: none;
}

.select {
	color: #FFFF00;
}

.table_01 {
	width:630px;
	margin:10px 0px 30px 30px;
	padding:0px;
	border-collapse:collapse;
	border-top:1px dotted #999999;
}

.table_01 th {
	padding:8px 2px 8px 10px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	border-left:5px solid #FF9900;
	width: 170px;
}

.table_01 td {
	padding:8px 2px 8px 10px;
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
	text-align: left;
}

#about {
	margin: 0 0 0 20px;
	width: 660px;
	height: 30px;
}

#about .abo_left {
	float: left;
	width: 150px;
	margin: 0 0 0 5px;
} 

#about .abo_right {
	float: right;
	width: 490px;
	margin: 0 5px 0 0;
} 

#about2 {
	margin: 0 0 0 20px;
	width: 660px;
	color: #F4C867;
	font: normal 14px/29px Arial, Verdana;
}

#about3 {
	margin: 0 0 0 30px;
	width: 650px;
}

#results {
	margin: 0 0 10px 20px;
	width: 660px;
	height: 110px;
}

#results .res_left {
	float: left;
	width: 130px;
	margin: 0 0 0 5px;
} 

#results .res_right {
	float: right;
	width: 520px;
	margin: 0 5px 0 0;
} 

#results .res_right h5 {
	color: #F4C867;
	font: normal 14px/29px Arial, Verdana;
	margin: 0 0 0 0;
}

.dotline {
	margin: 0 0 10px 20px;
	width: 660px;
	height: 0px;
	border: 0px;
	border-top: 1px dotted #999;
}

/* 工事中 */
#under {
	background: url("images/under.png") no-repeat center bottom;
	width: 660px;
	height: 300px;
	margin: 0 auto 50px auto;
}


