﻿@charset "utf-8";
/*
Theme Name:ssk850
Theme URI: http://wordpress.org/
Description: 
Author: the WordPress team
Template: princeton850

Version: 0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


 @import url(../princeton850/style.css);
 
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
 {
	font-family:  "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
 
 font-size:14px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 850px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	font-size: 14px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}

body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 1.7em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited,
a:active,
a:hover {
	color: #3399FF;
}

a:hover {
	text-decoration:underline;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	padding: 10px 0 0 0;
}
#logo{
	
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 20px;
	width: 700px;
	color:#000;
	display:none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;

}
#site-description {
padding-top:20px;
	margin: 0px 0 5px 20px;
	width: 700px;
		color:#000;
			display:none;


}

#branding {
background-color:#fff;
height:80px;
margin-bottom:5px;
background-image:url('images/header.jpg')

}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000066;
	display: block;
	float: left;
	margin: 0 auto;
    width:850px;
    height:35px;
    overflow:hidden;

}
#access .menu-header,
div.menu {
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	display: block;
	line-height: 20px;
	padding: 0px 15px 5px;
	text-decoration: none;
	border-right:1px solid #aaa;
	margin:7px 0;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	display: none;

	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 15px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 15px;
}
#content dt,
#content th {
	color: #000;
}
#content table {

}
#content tr th,
#content thead th {
	background-color: #ddd ;
	border: 2px solid #fff;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	padding: 9px 15px;
}
#content tr td ,th{
	border: 2px solid #e7e7e7;
	padding: 5px 10px;
	vertical-align:top;
	font-size:14px;
	
}
#content tr.odd td {
	background: #f2f7fc;
}
#content h1,
.page-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 36px 0;
	height: 40px;
	background-color: #F0F2FF;
	padding: 10px 0 0 10px;
	color: #000066;
}
.page-title span {
}
.page-title a:link,
.page-title a:visited {
}
.page-title a:active,
.page-title a:hover {
}

#content h2,
#content .entry-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #e7e7e7;
	border-left: 7px #597AFF solid ;
	padding: 0 0 0 13px;
}

#content h3 {
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #3399FF;
}
.entry-meta {
	color: #666;
	font-size: 12px;
	text-align:right;
}

.single .entry-meta {
margin-top:-20px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

/* =top-page
-------------------------------------------------------------- */

.top-page .page-title{
	display:none;
}

#new_topics table,#new_topics table td{
	margin-top:10px;
	border:0px;
	padding:3px 0;
	text-decoration:none;
}

#new_topics table tr{
	border-bottom:1px solid #e7e7e7;
	height:10px;
}

#new_topics a{
	text-decoration:none;
	color:#333;
}

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




/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul {
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #597AFF;
	font-size:15px;
	font-weight: bold;
	border-bottom:1px solid #597AFF;
	padding:0 0 0px 5px;
	margin:0 0 5px 0px;

}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active,
.widget-area a:hover
 {
	text-decoration: none;
	color:#333;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 10px 20px;

}
#main .widget-area ul ul {
	border: none;
	margin-left: 10px;
	padding: 0;
}

#main .widget-area ul ul li{
	border-bottom:1px solid #e7e7e7;
	padding:5px 0 5px 3px;
	line-height:1.3em;
}

#main .widget-area ul ul li a:hover{
	background-color: #F1F1F1;
}


#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer {
	margin: 20px 0 10px 0;
}
#colophon {
	border-top: 3px solid #999;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: normal;
	text-align:center;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#branding,
#footer{
	background-color:#fff;
}

#content,
#colophon {
	border-top-color: #597AFF;
}
