/*
Theme Name: PresidentBlog
Description: This theme uses the president blog for wordpress ME.
Version: 1.0
*/

/* **************************************************************************
 * 一般設定 
 * ************************************************************************** */
* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body {
	text-align: left;
}

#container {
	width: 800px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	margin: 0 auto;
	text-align: left;

	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
}

#main {
	margin: 1px 15px;
}

#content {
	width: 540px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
	margin-left: 25px;
}

#footer {
	clear: both;
}

a:link {
/*	color: #495865; */
	color: #0000ff; 
	text-decoration: underline;

}

a:hover {
	color: #0000ff; 
	font-size:24px
	text-decoration: underline;

}

a:visited {
	color: #80008; 
	text-decoration: underline;

}



ul {
	margin: 1px 1px 1px 18px;
	padding: 0;
}

li {
	margin-bottom: 2px;
}

.none {
  display: none;
}

blockquote {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cccccc;
	margin: 10px 15px;
	padding-left: 5px;
}

/* **************************************************************************
 * ヘッダー部分 
 * ************************************************************************** */
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 148px;
}

#header h1 {
	padding-top: 10px;
	padding-left: 85px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
}

#header h1 a {
	color: #444444;
	text-decoration: none;
	font-size: 24px;
}

#header p {
	margin-top: 4px;
}

#header div.tel {
 	margin-top: -25px;
	margin-left: 600px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444444;
}

/* **************************************************************************
 * コンテンツ部分 
 * ************************************************************************** */
/* 記事タイトル部分 */
.post h2 {
	font-size: 18px;
	color: #444444;
	padding: 0 0 3px 25px;
	margin-top: 40px;
}

.post h2.storytitle {
	background-image: url('images/mark.gif');
	background-repeat: no-repeat;
	background-position: 0% 25%;
}

.post h2.storytitle a {
	color: #444444;
	text-decoration: none;
	font-size: 18px;
}

.post p.date {
	font-size: 11px;
	font-weight:700;
	text-align:right;
	line-hight:180%;
	margin-bottom: 1.8em;
	margin-top: 0;
	vertical-alighn:top;
}


.post table.title_underline {
	border-bottom: 3px solid #005AA0;
	margin-bottom: 5px;
}


/* 記事内容 */
.post h3 {
	font-size: 16px;
	color: #444444;
        font-weight:bold
	padding: 0 0 3px 25px;
	margin-top: 40px;
}
.post p {
	color: #444444;
	margin-top: 10px; 
/*	margin-bottom: 15px; */ 
	line-height: 1.8em;
	clear: both;
}

.post {
	margin-bottom: 0px;
}

.post p.postmetadata {
	text-align: right;
	margin: 2px 0;
	border-bottom: 3px solid #005AA0;
}

.post p img {
	margin: 5px;
}

/* ページナビ */
.pagenav {
	margin-top: 20px;
}

/* コメント&トラックバック */
#comments h3 {
	padding-bottom: 5px;
	margin-top: 20px;
	color: #444444;
}

.com {
	border-bottom: dotted 2px #005AA0;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.com p {
	margin: 5px 0;
	color: #444444;
}

.commeta {
	color: #888888;
	text-align: right;
}

#tb {
	border: solid 1px #005AA0;
	padding: 8px;
	line-height: 150%;
	color: #444444;
	margin-bottom: 20px;
}

#commentform p {
	margin-top: 10px;
}

#commentform p label {
	border-left: 5px solid #005AA0;
	padding-left: 5px;
}

#commentform textarea#comment {
	font-family: monospace;
}

.nocomments {
	margin-top: 10px;
	color: #444444;
}

#content p.noarticle {
	color: #444444;
	font-size: 18px;
	margin: 20px;
}

#content ul {
	margin: 0 40px;
	color: #444444;
	list-style-type: disc;
}

.comment_none {
	margin-top: 10px;
	margin-left: 10px;
	color: #444444;
}

/* **************************************************************************
 * サイドバー部分
 * ************************************************************************** */
#sidebar ul {
	color: #495865;
	list-style-type: disc;
	padding: 0;
}

#sidebar h2 {
/*	padding: 14px 0 0 40px;  */
	position: relative;
	text-align: left;
/*	height: 25px;  */
}

#sidebar h3 {
	margin: 5px 0;
	padding: 14px 0 0 40px;
	position: relative;
	color: #ffffff;
	text-align: left;
	height: 25px;
}

#sidebar h3.no_marked {
	background: url(images/blocktitle.gif);
	background-repeat: no-repeat;
}
#sidebar h3.marked {
	background: url(images/blocktitle-marked.gif);
	background-repeat: no-repeat;
}



#profile {
	width:200px;
	margin: 0 auto;
}

#profile p {
	background: #eee
}

#profile p.intro {
	text-align:left;
	color: #777;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#profile .president_picture {
	background: url(images/president.gif);
	background-repeat: no-repeat;
	height: 220px;
}
/* 角丸用*/
.rtop, .rbottom {
	display:block;
}
.rtop *, .rbottom * {
	display: block; 
	height: 1px;
	overflow: hidden; 
	background: #eee
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* リンク */
.link_withit {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 5px;
}

.link_withit a {
	display: block;
	background: url(images/banner-withit.co.jp.gif);
	background-repeat: no-repeat;
	height: 79px;
}

.link_something4 {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 5px;
}

.link_something4 a {
	display: block;
	background: url(images/banner-something4.gif);
	background-repeat: no-repeat;
	height: 79px;
}

.link_webcome {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 5px;
}

.link_webcome a {
	display: block;
	background: url(images/banner-webcome.gif);
	background-repeat: no-repeat;
	height: 78px;
}

.link_withit_info {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 5px;
}

.link_withit_info a {
	display: block;
	background: url(images/banner-withit.info.gif);
	background-repeat: no-repeat;
	height: 79px;
}

.link_withit_diagnosis {
	list-style-type: none;
	margin-left: -18px;
	margin-bottom: 5px;
}

.link_withit_diagnosis a {
	display: block;
	background: url(images/banner-diagnosis.gif);
	background-repeat: no-repeat;
	height: 79px;
}
/* カレンダー */
#calendar table#wp-calendar {
	width: 180px;
	margin: 0 auto;
}

#calendar table#wp-calendar caption, #calendar table#wp-calendar th, #calendar table#wp-calendar td {
	text-align: center;
	margin: 0 auto;
}

#calendar table#wp-calendar td#today {
	background-color: #d85f7d;
}

/* **************************************************************************
 * フッタ部分
 * ************************************************************************** */
#footer address {
	background: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 53px;
	text-align: center;
	font-style: normal;
}

