@charset "EUC-JP";

/*
* Title: 仙台医療センターブログ element
* Last Modified: 2007-08-21
* Author: M.S
*
* Description:
* デフォルトスタイルのリセットとベーススタイルの定義
*
*/
/*--------------------------------------

共通

@Tree
+div#wrapper
+div#main
+div#content
+div#utilities
+div#footer
+Class
---------------------------------------*/

/*--------------------------------------
+div#wrapper
---------------------------------------*/

div#wrapper {
width: 800px;
margin: 0 auto;
text-align: center;
background: url(http://www.tohoku-hiv.info/blog/images/main_bg.jpg) #ffffff repeat-y;
}

div#wrapper h1 a{
color: #666666;
width: 700px;
_width: 800px;
height: 86px;
_height: 184px;
padding: 98px 0 0 100px;
background: url(http://www.tohoku-hiv.info/blog/images/index_img.jpg) repeat-x;
display: block;
font-size: 12px;
font-weight: normal;
text-align: left;
}

div#wrapper h1 a{

}
/*--------------------------------------
+div#main
---------------------------------------*/

div#main {
width: 760px;
_width: 800px;
background: url(http://www.tohoku-hiv.info/blog/images/main_bg.jpg) #ffffff repeat-y;
padding: 20px;
margin: 0;
text-align: left;
}

/*--------------------------------------
+div#contents
---------------------------------------*/

div#contents {
float: left;
width: 510px;
margin: 0 0px 0 10px;
padding: 0px;
font-size: 80%;
}

div#contents h2 {
background: url(http://www.tohoku-hiv.info/blog/images/h2_title.jpg) no-repeat #fff;
padding: 10px 0 0 30px;
font-size: 14px;
height: 46px;
_height: 56px;
margin-bottom: 15px;
}

div#contents h2 .time{
font-size: 12px;
font-weight: normal;
}

div#contents h3 {
color: #999999;
font-size: 12px;
border: 1px solid #cccccc;
display: block;
background: #f0f0f0;
padding: 3px 5px;
}

div#contents .starts {
position: relative;
background: url(http://www.tohoku-hiv.info/blog/images/hr.gif) top no-repeat #fff;
font-size: 10px;
margin: 10px 0 20px 0;
padding: 10px 0 0 0;
}
div#contents .contributor {
margin: 0;
position: absolute;
top: 10px;
right: 0px;
}

div#contents div#topicsScene {
position: relative;
font-size: 12px;
margin: 0px 0 20px 0;
padding: 0px 0 0 0;
}

div#contents div#topicsScene .next {
margin: 0;
position: absolute;
top: 0px;
right: 0px;
}

div#contents ul li {
margin: 0 0 0 20px;
}

/*--------------------------------------
+div#utilities
---------------------------------------*/

div#utilities {
width: 200px;
float: right;
font-size: 12px;
}

div#utilities ul li {
list-style: none;
margin:0;
padding: 0;
}

div#utilities h3 {
width: 200px;
height: 35px;
text-indent: -2000px;
}

div#utilities h3.calendar {
background: url(http://www.tohoku-hiv.info/blog/images/calendar.gif) no-repeat #fff;
}

div#utilities h3.category {
background: url(http://www.tohoku-hiv.info/blog/images/category.gif) no-repeat #fff;
}

div#utilities h3.article {
background: url(http://www.tohoku-hiv.info/blog/images/article.gif) no-repeat #fff;
}

div#utilities h3.archive {
background: url(http://www.tohoku-hiv.info/blog/images/archive.gif) no-repeat #fff;
}

div#utilities h3.link {
background: url(http://www.tohoku-hiv.info/blog/images/link.gif) no-repeat #fff;
}

div#utilities h3.search {
background: url(http://www.tohoku-hiv.info/blog/images/search.gif) no-repeat #fff;
}

div#utilities .contents_box {
background: #f0f0f0;
padding: 10px;
margin-bottom: 10px;
}

div#utilities .contents_box form {
margin-bottom: 10px;
padding: 0;
}

div#utilities .contents_box table.calendar {
font-size: 10px;
width: 155px;
text-align: center;
}

div#utilities .contents_box table.calendar td {
color: #666666;
text-align: center;
}

div#utilities .contents_box table.calendar td a {
background: #D1E0FF;
padding: 3px;
}

/*--------------------------------------
+div#footer
---------------------------------------*/

div#footer {
padding-bottom: 20px;
_padding-bottom: 40px;
clear: both;
background: url(http://www.tohoku-hiv.info/blog/images/footer_bg.jpg) no-repeat #fff;
text-indent: -2000px;
}

/*--------------------------------------
+Class
---------------------------------------*/

.padding_10 {
padding: 10px;
margin-bottom: 10px;
}

.padding_5 {
padding: 5px;
}

.center {
text-align: center;
}

img.img {
margin-bottom: 10px;
}

.red {
color: #ff0000;
}

.blue {
color: #0000ff;
}

/*--------------------------------------

デフォルト

@Tree
+Structure Module
+Text Module
+HyperText Module
+List Module
+Table Module
+Form Module
+Image Module

---------------------------------------*/

* {
margin: 0;
padding: 0;
}

/*--------------------------------------
Structure Module
---------------------------------------*/

body {
line-height: 1.5;
border: none;
margin: 0;
padding: 0;
text-align: center;
background: url(http://www.tohoku-hiv.info/blog/images/bg.jpg) #FBFCFE repeat-x;
}

/*--------------------------------------
Text Module
---------------------------------------*/

p,pre,address,li,dt,dd {
}

p,pre,blockquote,cite {
}

p {
}

em {
}

strong {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

blockquote {
}

cite {
}

abbr,acronym{
}

address {
}

pre {
}

code {
}

/*--------------------------------------
HyperText Module
---------------------------------------*/

a {
color: #0066cc;
text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover {
color: #ff6600;
text-decoration:none;
}

a:active {
}

/*--------------------------------------
List Module
---------------------------------------*/

ul,ol {
}

li {
}

dl {
}

dt {
}

dd {
}

ol li {
}

li ul,
li ol {
}

dd ul,
dd ol {
}

li li,
li dt,
li dd,
li p,
dd dd,
dd li,
dd p {
}

/*--------------------------------------
Table Module
---------------------------------------*/

table {
}

caption {
}

td,th {
line-height: 150%;
}

th {
}

td {
}

/*--------------------------------------
Form Module
---------------------------------------*/

form {
}

fieldset {
}

legend {
}

input,
textarea {
}

input.button {
}

input.button:hover {
}

input.radio {
}

textarea {
}

dl dd form {
margin: 0;
border: none;
}

dl dd form fieldset {
border: none;
}

dl dd form legend {
display: none;
}

dl dd form input {
margin-left: 0;
}

dl dd form input.inputField {

}

/*--------------------------------------
Image Module
---------------------------------------*/

img {
border: 0;
}

img.left {
float: left;
margin-right: 10px;
}

img.right {
float: right;
margin-left: 10px;
}

hr {
}

.f10 {
font-size: 10px;
}

/*---------------------------------------
アーカイブ
----------------------------------------*/

div.entry {
margin: 0 0 0 0;
padding: 1px 0;
}

div.entry h2 a {
border-bottom: 1px solid #01b0f0;
text-decoration: none;
color: #000;
}

div.entry h2 a:visited {
color: #000;
}

div.entry h2 a:hover {
color: #01b0f0;
}

div.entry ul.info {
margin-top: 0.4em;
margin-bottom: 0.2em;
}

div.entry ul.info li {
margin: 0.1em 0 0.1em 0;
display: inline;
}

div.entry div.textBody {
margin: 0.8em 0;
padding: 1px 0;
letter-spacing: 1px;
}

div.entry div.textBody h2 {
margin-top: 2em;
}

div.entry div.textBody dl,
div.entry div.textBody ul,
div.entry div.textBody ol {
border-bottom: 1px solid #fff;
}

p.continue {

}

p.continue a {
padding: 0 0 0.5em 0;
color: #0180b1;
background-color: #f5f5f5;
text-decoration: none;
}

p.continue a:hover {
color: #fff;
background-color: #000;
}

div.entry ul.reaction {
margin-top: 0;
}

div.entry ul.reaction li {
margin: 0.1em 0px 0.1em 0;
display: inline;
}

dl.headline {

}

dl.headline dt {
margin: 0;
padding: 0.3em 0;
width: 100px;
float: left;
background-color: #cccccc;
color: #ffffff;
}

dl.headline dd {
margin: 0 0 0 0;
padding: 0.3em 0;
background-color: #f0f0f0;

}

.mt-image-left {
float: left;
margin: 0 20px 20px 0;
}

.mt-image-center {
display: block;
margin: 0 auto 20px;
text-align: center;
}

.mt-image-right {
float: right;
margin: 0 0 20px 20px;
}

