/*
Theme Name: SPressトップ
Theme URI: http://spress.35-35.net/
Description: SPressトップ
Author: SoSO
Author URI: http:/www.35-35.co.jp/
version: 0.1 (2008/09/29)
*/



/* basics */

html,body,div,h1,h2,h3,h4,h5,strong,em,big,small,p,table,tr,th,td,span,a,input,textarea,li,label,pre{
    font-family:verdana, arial, helvetica, Sans-Serif;
}


* {
	margin:0;
	padding:0;
}

body {
	/*background: #ddd;*/
	font-size: 12px;
	margin: 20px;
}

/* anchor */



a:link {
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}

a:active {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:visited {
	color:#a63d21;
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

/* anchor image */

a img {
	border: none;
	background-color:white;
}

/*
a:hover img {
	//background-color:white;
}

a:active img {
	//background-color:white;	
}
*/

	
/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}


/* links */


/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0 0;
	color:#333;
	/*border: 1px solid #0B1224;*/
	/*background:#ddd;*/
}
	
/* Header(S) */

#header {

    /*width: 760px;*/ 
	color: #fff; 
	height: 135px;
	margin-left: 0px;
}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
}
	
#header h1 a{
	color: #404040; text-decoration: none;
}

#header h1 a:hover{
	color: #666; text-decoration: none;
}

#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
}

#billboard {
	padding: 5px 10px 0 0;
	color: black;
    float:right;
    /*text-align:right;*/
    font-size:90%;
    border:none;
    border-color:none;
	line-height: 120%;
    /*background-color:red;*/ /*#ffffff;*/
}

.emph_gre{
    color:green; 
}
/* Header(E) */


/* content */
.post {
	margin:0 10px;
	padding:10px 0px 10px 0px;
	line-height: 14pt;
}
	
.post h2{
	font-size: 13pt;
	font-weight: bold;
	color: #08122E;
	padding: 7px 12px 7px 12px;
	background: url(images/title_back_gray.png) repeat-x;
}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	background-color:white;
	text-decoration: underline;
}

.post h2 a:visited {
	color: #08122E;
	
}
	
.post p{font-size: 13px;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	/*clear: both;*/
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

/* navigation */

.navigation {
	margin:0 10px;
	padding:10px 0px 0px 0px;
	
	font-size: 13px;
	display: block;
	text-align: center;

}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}



/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}


/* ここから下は追記分 */



#content {
	width: 635px;
	margin:0 250px 0 0px;
	/*background-color:#cbb;*/
}


/* User Menu */
#member {
	margin-bottom: 0px;
}

#member ul {
	margin: 0px;
	padding: 0px;
}

#member ul li {
	display: inline;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

#member ul li a {
	text-decoration: none;
}
#member ul li a:hover {
	text-decoration: underline;
}

/* Guide (S) */
div.guide {
	line-height:130%;
	padding-top:10px;
	padding-left:10px;
	color:#fc0;
	font-weight:bold;
	font-size:13px;
}
/* Guide (E) */

/* ポートレット */
.portlet {
	/*border: 1px solid #b5ace0;*/
	/*margin: 15px 10px 15px 0px;*/
	margin: 15px auto;
	padding: 0 5px 12px 7px;
	/*background-color:#bbc;*/
}
.portlet h3 {
	color: #444;
	padding: 5px 0 3px 7px;
	font-size: 14px;
	/*background: url(images/menu-back.gif) repeat-x;*/
	margin: 0px;
	/*height: 25px;*/
	border-bottom: 1px solid #aaa;
}

.portlet div ul {
}

.portlet div ul li {
	list-style:none;
	width:47%;
	float:left;
	line-height:130%;
	padding:0 15px 10px 0;

}


/*	sidebar	*/
#sidebar{
	float:right;
	width:240px;
	font-size:12px;
	margin:0;
	padding: 12px 7px 24px 5px;
	/*background-color:#bee;*/
}

#sidebar h2{
	font-size: 14px;
	color: #666;
	/*width:165px;*/ 
	height:18px; 
	padding: 4px 0 3px 7px;
	margin: 0 0 5px 0;
	text-align: left; 

	border-bottom: 1px solid #aaa;

}


#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}


#sidebar ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}



#sidebar ul li {
	/*color: #5F5F5F;*/
	margin: 0;
	padding: 0;
}

#sidebar ul li p {
	width: 170px;
	font-weight: bold;
}



#sidebar ul li ul {
	margin: 5px 0 15px 10px;
}

#sidebar ul li ul li {
	list-style: outside url(images/cursor.gif);
	margin-left: 15px;
	line-height: 140%;
}


/* Credit */
p.credit {
	color:#000;
	font-size: 80%;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 16px 0 17px 0;
	text-align: center;
}
