@charset "utf-8";
/*
Theme Name: free_sample002
Theme URI: http://theme.o2gp.com/
Description: free_sample002
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
/* font: 14px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
	font-size: 14px;
	line-height: 1.4;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
	color:#252525;
}


a{color:#37a937;text-decoration:none;}
a:hover{color:#5dd75d;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
/* dk
background: url(images/header.png) no-repeat 100% 0;
height: 80px;
*/
}

#header h1 {
padding: 7px 0 10px;
font-size: 12px;
font-weight: normal;
}

/* --------------- dk ---------------- */

#header div.labname {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 18px;
	color: #000000;
	line-height: 1.2;
}

#header div.labname a{
	/* text-shadow: 1px 1px 3px #444; */
	/* text-shadow: 2px 2px 0px #eee, 4px 4px 0px #707070; */
	/* text-shadow: 5px 5px 0px #eee; */
	color: #000066 ;
}

#header div.labname a:hover{
	color: #486D94 ;
}

#main p.ichiran {
	margin-left: 0px;
}

#sidebar p.ichiran {
	margin-left: 10px;
	margin-bottom: 30px;
}

/*************
/* トップナビゲーション
*************/
#topnav {
	width: 910px;
	/* dk margin-top: 21px; */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	height: 46px;
	clear: both;
} 

#topnav li {
	display: inline;
	/* dk */
	text-align: center;
}
  
#topnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/topnavi_bg.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 35px;
	/* dk width: auto; widthはpaddingを含まない */
	width: 130px;
	padding-top: 5px;
	line-height: 30px;
	/* dk 20px -> 10px
	padding-right: 20px;
	padding-left: 20px; */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
	text-align: center;
}

#topnav li a:hover {
	color: #FFFFFF;
	background-image: url(images/topnavi_bg_over.png);
}

#breadcrumb li {
	display: inline;
}

/* dk container */
#container p.lab {
	margin-left: auto;
	margin-right: auto;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 0;
display: inline;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 40px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333333;
background: #0b82be url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#journals h3 {
	font-size: 14px;
	line-height: 30px;
	background:  #dcdcdc;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 0.2em;
	color: #333333;
	text-indent: -1.0em;
}



/* dk main */
#members2 p {
	padding-bottom: 5px;
	padding-top: 5px;
	/* color: #ff4500; */
}
#members2 p.reset {
	clear:both;
	padding-bottom: 30px;
	padding-top: 5px;
}
#members2 .clear hr {
	display:none;
}

#xcode pre
      {
         font-family: 'Courier New', monospace;
         background-image: url('images/code.gif');
         background-repeat: no-repeat;
         background-position: right top;
	 background-color: #f0f0f0;
	 margin: 0px 0px 40px 20px;
      }
#xcode .comment
      {
         color: #003399;
      }

#aboutlab {
	width: 600px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	height: 46px;
	clear: both;
} 

#aboutlab li {
	display: inline;
	text-align: center;
}
  
#aboutlab li a {
	color: #000000;
	background-color: #DDDDDD;
	text-decoration: none;
	/* background-image: url(images/topnavi_bg.png); */
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	padding-top: 0px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 10px;
	background-position: bottom;
	text-align: center;
}

#aboutlab li a:hover {
	background-color: #eee;
	color: #000000;
	/* color: #FFFFFF; */
	/* background-image: url(images/topnavi_bg_over.png); */
}

#ipaddr th {
	width: 200px;
	text-align: center;
	border-bottom: solid 1px;
}

#ipaddr td {
	text-align: center;
}

#jikkenshitsu th {
	width: 200px;
	text-align: center;
	border-bottom: solid 1px;
	/* border-collapse: collapse;
	padding-left: 50px;
	margin-left: 50px;*/
}

#jikkenshitsu div.id {
	margin-left: 50px;
}

#jikkenshitsu td {
	text-align: center;
}

#probit .command {
	background-color: #B6C5D4;
}

#probit pre {
	padding: 10px;
	margin: 10px 10px;
}

#probit th {
	width: 100px;
	text-align: center;
}

#probit td {
	text-align: center;
}

p.update {
	text-align: right;
}

p.author {
	text-align: right;
	font-style: oblique;
	/* font-style: italic; */
}

#faq ol {
	padding-left: 40px;
}

#xcode ol {
	padding-left: 40px;
}

#kakari p.category {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 25px;
	/*background-color: #4169e1;*/
}

#kakari ul {
	list-style-image: url(http://www.psycho.hes.kyushu-u.ac.jp/new/wp-content/themes/free_sample002/images/003.gif);
	/* margin-left: 100px; */
	padding-left: 20px;
	padding-bottom: 40px;
	/* margin-bottom: 50px; */
}

#xcode ul, #a0 ul, #bosyu ul, #member ul, #poster ul, #ronbunlist ul, #ensyushitsu ul,
#jikkenshitsu ul, #musen ul, #report ul, #word ul, 
#youshi ul, #link ul, #faq ul, #kenkyushitsu ul, #sns ul, #main ul.oshirase,
#rintenki ul {
	list-style-image: url(http://www.psycho.hes.kyushu-u.ac.jp/new/wp-content/themes/free_sample002/images/003.gif);
	/* margin-left: 100px; */
	padding-left: 20px;
}

#a0 ol {
	padding-left: 60px;
}

#main p.explanation1 {
	margin: 0px;
	padding: 0px 5px;
}

#main p.explanation2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*padding: 0px 10px;*/
}

#ml ul.first {
	padding: 10px 0px 30px 0px;
	background: #DDDDDD;
	padding-left: 1em;
	text-indent: -1em;
}

#ml ul.second {
	padding: 10px 0px 30px 0px;
	padding-left: 1em;
	text-indent: -1em;
}

#ml ul {
	list-style-type: none;
}

#kyoin p.midashi {
	float: left;
	width: 100px;
	padding: 15px 0;
	margin-left: 30px;
}

#kyoin p.setsumei {
	float: left;
	width: 400px;
	padding: 15px 0;
}

#members li {
	list-style-type: none;
	/* display: inline;
	width: 100px; */
}

#thesis-list ul {
	padding-left: 1em;
	text-indent: -1em;
}

#thesis-list table {
	border-collapse: collapse;
}

#thesis-list th.c1 {
	width: 300px;
	border-bottom: solid 1px #0000CC;
	padding: 2px;
}

#thesis-list th.c2 {
	width: 200px;
	border-bottom: solid 1px #0000CC;
	padding: 2px;
	text-align: center;
}

#thesis-list td {
	padding: 5px;
	/* text-align: center; */
}

#thesis-list td td {
	padding: 5px;
	text-align: center;
}

#thesis-list li {
	list-style-type: none;
}


/* 画像を右に回りこみ */

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#37a937;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}



/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box2{
float: left;
width: 138px;
margin: 0px 16px 10px 0;
line-height: 1.2;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#fff;}
p.button a:hover{color:#d9e8ff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#facebookbox {
	margin: 20px 0 40px 0;
	}

/* 
#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333333;
background: #0b82be url(images/heading2.png) no-repeat;
} 
*/

/*
#mysearch {
	padding: 0px;
	margin: 30px 50px;
}
*/

#searchform {
	padding: 0px;
	margin: 10px 10px 40px 20px;
}

/* 検索フォーム */
input[type="submit"][id="searchsubmit"] {
	color: #000;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	cursor: pointer;
	border: none;
	background: #fff url(images/3512_16.png) left top no-repeat;
}

input[type="submit" ][id="searchsubmit"]:hover{
	color: #0066cc;
}

#sidebar h3 {
    border-left:7px solid #1e90ff;  
    border-bottom:1px solid #1e90ff;  
    padding: 10px 10px 0 23px;  
    background: #fff;
    margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
}  


#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
/* border-bottom: 1px dashed #37a937; */
border-bottom: 1px dashed #1e90ff; 
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
/*display: block;*/
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

#sidebar div.rss a{
	background: url(images/rss1.png) no-repeat left bottom;
	padding: 50px 0px 0px 40px;
}

#sidebar div.rss p {
	margin: 5px 0px 50px 10px;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #37a937;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

#main p, #statistics p {
padding: 15px 15px 20px 20px;
}

/*
#statistics pre {
	padding-left: 15px;
	background-color: #000;
}

#statistics code {
	font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	font-size: 14px;
	color: white;
	line-height: 2;
}
*/


#statistics h2 {
	margin-top: 30px;
}

blockquote {
	position: relative;
	padding: 10px 10px 10px 32px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #e0e0e0;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -15px;
	content: "“";
	font-family: sans-serif;
	color: #e0e0e0;
	font-size: 70px;
	line-height: 1;
	z-index: 2;
}

blockquote:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: transparent #ffffff;
}

blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

.pl20 {
	padding-left: 20px;
}

.pl40 {
	padding-left: 40px;
}

.pl60 {
	padding-left: 60px;
}
