* {
margin: 0;
padding: 0;
}

.imgleft  {
	float: left;  
	margin: 1em;
}


body {
	background-color:transparent;
	color:#454545;
	font-size: 12px;
	line-height:160%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif, "Osaka‐等幅";
	margin: auto;
	width: 1000px;
}

#wrapper_body {
	border-top:15px solid #FFFFFF;
}

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	margin:0px auto;
	width:1000px;
}

#header  {
	background:url("dr-hips_header.jpg") no-repeat scroll center top transparent;
	color:#FFFFFF;
	padding:65px 80px 50px;
}

#header a, a:link, a:visited, a:active {
color:#FFFFFF;
text-decoration:none;
}

#content {
	padding:10px;
}

#content #side_left {
	float:left;
	width: 168px;
}

#content #side_right {
	float:right;
	width: 168px;
}

#content #main {
	margin:0 180px;
	padding:3px 0 0 0;
}

#time {
	margin:0 180px;
	padding:3px 0 0 0;
}

#footer {
	margin:0 210px 50px;
	text-align:center;
}

#footer address {
	text-align:left;
	font-size:x-small;
	font-style:normal;
}

/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a,
a:link,
a:visited,
a:active	{ color: #0088CC; text-decoration: none; }
a:hover		{ color: #0088CC; text-decoration: none; }


/* 記事 */
.entry a,
.entry a:link,
.entry a:visited,
.entry a:active	{ border-bottom:1px dotted #CCC;}
.entry a:hover		{ border-bottom:1px dotted #666; }

/* カレンダー */
#calendar .cell a,
#calendar .cell a:link,
#calendar .cell a:visited,
#calendar .cell a:active	{ background:#D9D9D9; display:block; width: 22px; height:20px; }
#calendar .cell a:hover		{ background:none;}

.li_type2 a 		{ color: #666; text-decoration: underline; }
.li_type2 a:link	{ color: #666; text-decoration: underline; }
.li_type2 a:visited	{ color: #666; text-decoration: underline; }
.li_type2 a:active	{ color: #666; text-decoration: underline; }
.li_type2 a:hover	{ color: #0088CC; text-decoration: underline; }


/* =================================== */
/* 角丸の画像の設定 */
/* =================================== */

/* エントリーの角丸ボックス */
.entry {
	background:#FFF;
	margin-bottom:10px;
}

.entry .padding {
	padding:10px 20px 0px 20px;
	margin-top: 5px;
}

.entry .north { background: url(./07north.gif) repeat-x top; }
.entry .east { background: url(./07-curve-right-middle.gif) repeat-y right; }
.entry .south { background: url(./07south.gif) repeat-x bottom; }
.entry .west { background: url(./07-curve-left-middle.gif) repeat-y left; }
.entry .ne { background: url(./07-curve-right-head.gif) no-repeat top right; }
.entry .se { background: url(./07-curve-right-bottom.gif) no-repeat bottom right; }
.entry .sw { background: url(./07-curve-left-bottom.gif) no-repeat bottom left; }
.entry .nw { background: url(./07-curve-left-head.gif) no-repeat top left; }



/* コメント・トラックバックエリアの角丸ボックス */
#comment .octopus,
#trackback .octopus,
#profile .octopus {
	background:#ECECEC;
	margin-bottom:10px;
}
#comment .padding,
#trackback .padding,
#profile .padding {
	padding:10px 20px 0px 20px;
}

#comment .north,
#trackback .north,
#profile .north { background: url(./north_2.gif) repeat-x top; }
#comment .east,
#trackback .east,
#profile .east { background: url(./east_2.gif) repeat-y right; }
#comment .south,
#trackback .south,
#profile .south { background: url(./south_2.gif) repeat-x bottom; }
#comment .west,
#trackback .west,
#profile .west { background: url(./west_2.gif) repeat-y left; }
#comment .ne,
#trackback .ne,
#profile .ne { background: url(./ne_2.gif) no-repeat top right; }
#comment .se,
#trackback .se,
#profile .se { background: url(./se_2.gif) no-repeat bottom right; }
#comment .sw,
#trackback .sw,
#profile .sw { background: url(./sw_2.gif) no-repeat bottom left; }
#comment .nw,
#trackback .nw,
#profile .nw { background: url(./nw_2.gif) no-repeat top left; }



/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border-left:3px solid #858585;
	padding-left:10px;
	margin:5px 0px;
}

.lightup {
	background-color: #ECECEC;
	cursor: pointer;
}


.clear {
	clear: both;
	font: 0/0 sans-serif;
}

img.spacer {
	width:1px;
	height:10px;
}

.ul_type1 {
	margin:10px 30px;
	padding:0px;
	list-style-type: disc;
	line-height:170%;
}

.ul_type2 {
	margin:10px;
	padding:0px;
	list-style-type: none;
	line-height:170%;
}

.li_type2 {
	margin-right: 10px; 
	display: inline;
}

.ul_type3 {
	margin:15px 10px;
	padding:0px 0px 10px;
	list-style-type: none;
	line-height:170%;
	font-size: 9.5px;
	border-bottom: 1px dotted #CCC;
}

.li_type3_01 {
	margin-bottom: 5px;
}

.li_type3_02 {
	margin-left: 10px; 
}

.ul_type4 {
	list-style-type: disc;
	line-height:170%;
	padding-top: 6px;
}

.ul_type4 {
	line-height:200%;
	margin-left:1em;
	padding-top:6px;
}



/* =================================== */
/* #header */
/* =================================== */

#header h1 {
	font-size:28px;
	line-height:120%;
}

#header p {
	font-size:12px;
}


/* =================================== */
/* #main */
/* =================================== */

/*ナビゲーション*/

#view {
	margin: 20px 0;
	text-align: center;
}

.entry_link{
	margin:10px 0px;
	text-align:center;
	font-size:x-small;
}

.page_link{
	margin:10px 0px;
	text-align:center;
	font-size:x-small;
}

.entry_navi {
text-align:center;
margin:20px 0;
font-size:10px;
}


/* エントリー部分全体 */

.border {
	border-bottom:1px dotted #B5B5B5;
	padding:5px 0px;
}

/* エントリータイトル */
h2.entry_title {
	font-size:16px;	
}

/* エントリー時刻 */
.entry_date {
	color:#666;
	text-align: right;
}

/* エントリー本文 */
.entry_body {
	padding:15px 0px;
	color:#333333;
}

.entry_description {
	font-size:14px;
	line-height:1.5em;
}

.entry_more {
	margin-top:10px;
}


/* エントリー情報 */
.entry_state {
	font-size:10px;
	text-align:right;
	padding:10px 0px;
}

.entry_list_description {
	padding:10px 10px 20px;
	margin:7px 0 15px;
	border:0px #ccc solid;
	list-style:none;
	font-size:14px;
}


/*コメント、トラックバック、プロフィールエリア*/

#comment_area {
	padding:10px;
	color:#555;
	border-top:1px dotted #B5B5B5;
	font-size:10px;
}

#comment_area .close {
	text-align:right;
	font-size:11px;
}


#comment_area .comment_body {
	margin: 0 0 30px;
}

.linktitle {
	font-size:11px;
	font-weight:bolder;
	color:#6E6E6E;
	margin-top:10px;
	margin-bottom:10px;
	}


dl#comment,
dl#trackback {
	width:90%;
	margin:30px auto 0px auto;
}

dl#comment dt,
dl#trackback dt,
dl#profile dt {
	text-align:center;
	font-weight:bolder;
	font-family:"Arial";
	margin-bottom:10px;
}

dl#comment p,
dl#trackback p,
dl#profile p {
	padding:5px 0px;
	color:#858585;
}

#comment .form {
	width:250px;
}

#trackback .tb_url {
	text-align:center;
	margin-bottom:10px;
}

#trackback .tb_url strong {
	margin-left:10px;
}

#trackback .tb_title {
	font-weight:bolder;
}

#profile h3 {
	font-size:12px;
}

#profile p {
}


.form_line {
	font-size: 12px;
}

.form_box {
	font-size: 12px;
}

/* =================================== */
/* サイドコンテンツ */
/* =================================== */

#side_left dl,
#side_right dl {
	padding:10px 0px 25px 0px;
	margin-bottom:10px;
	background:url(./slash.gif) repeat-x;/* スラッシュの画像 */
	background-position:left bottom;
}

#side_left dt,
#side_right dt {
	margin-bottom:10px;
	font-size:11px;
	font-weight:bolder;
	color:#6E6E6E;
}

#side_left dd,
#side_right dd {
	font-size:10px;
}

#side_left ul,
#side_right ul {
	list-style-type:disc;
	margin-left:1em;
}

#side_left li,
#side_right li {
	margin-left:10px;
	margin-bottom:5px;
	line-height:130%;
	list-style-type: disc;
}


/*カレンダー*/

.calendar table{
	margin:0 auto;
}

.cell {
	width: 22px;
	height:20px;
	text-align:center;
}
.sun {
	color:#F72C48;
}
.sat {
	color:#4F72C1;
}
.date {
	font-weight:bolder;
	color:#858585;
}


/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	margin: 10px 0px;
	text-align:center;
}

.pager strong {
	font-size: 130%;
	font-weight: bold;
}


/* =================================== */
/* CALENDAR */
/* =================================== */

.calendar {
	margin: 10px 0px;
}

.calendar td {
	font-size: 10px;
	text-align: center;
	padding: 2px 3px;
}

.calendar_month td {
}

.calendar_week td {
	font-family: "monospace";
}

.calendar_day td a {
	background-color: #FFF;
}


/* =================================== */
/* 角丸の設定 */
/* =================================== */

.curve-07-head{
 font-size:1px;
 height:7px;
 background:url(07-curve-right-head.gif) top right no-repeat;
 margin-top:5px;
}
.curve-07-head div{
 font-size:1px;
 height:7px;
 background:url(07-curve-left-head.gif) top left no-repeat;
}
.curve-07-body{
 background:url(07-curve-left-middle.gif) top left repeat-y;
 padding:0 0 0 20px;
}
.curve-07-body div{
 background:url(07-curve-right-middle.gif) top right repeat-y;
 font-size:14px;
}
.curve-07-bottom{
 font-size:1px;
 height:7px;
 background:url(07-curve-right-bottom.gif) bottom right no-repeat;
 margin-bottom:10px;
}
.curve-07-bottom div{
 font-size:1px;
 height:7px;
 background:url(07-curve-left-bottom.gif) bottom left no-repeat;
}


.curve-01{
 /* background:#E0E9FA; /* ここの色を変えたら色んな角丸ができる */
 background:url(03-background.gif) repeat;
 margin:5px 0;
}
.curve-01 div.curve-head{
 font-size:1px;
 height:5px;
 background:url(01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
 font-size:1px;
 height:5px;
 background:url(01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
 font-size:1px;
 height:5px;
 background:url(01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
 font-size:1px;
 height:5px;
 background:url(01-curve-right-bottom.gif) bottom right no-repeat;
}






/* =================================== */
/* Appleの設定 */
/* =================================== */

#navigation {
font-size:1.1em;
line-height:1.2em;
}

#navigation .module  {
margin-bottom:8px;
}

#navigation .module h2 {
background:url("column-h2-top.png") no-repeat scroll 0 0 transparent;
overflow:hidden;
float:left;
padding:5px 0 0;
width:100%;
}

#navigation .module h2 span {
background:url("h2.png") repeat-x scroll 0 0 #2D5E9F;
color:#FFFFFF;
display:block;
font-size:13px;
font-weight:bold;
line-height:14px;
padding:0 0 5px 12px;
text-shadow:1px 1px 1px #224272;
}

#navigation .modulecontent {
background:url("column-bg.png") repeat-y scroll 0 0 transparent;
padding:0;
display:inline;
float:left;
width:100%;
}

#navigation .module h3 {
background:url("column-h3-bg.png") repeat-y scroll 0 0 transparent;
color:#333333;
font-size:11px;
font-weight:bold;
line-height:14px;
width:100%;
padding:5px 12px;
}

#navigation .module h4 {
background:url("column-h3-bg.png") repeat-y scroll 0 0 transparent;
color:#333333;
font-size:18px;
font-weight:bold;
margin-top:-15px;
padding:5px 12px;
}

#navigation .modulecontent p {
color:#666666;
line-height:1.5em;
margin:0 1px  8px 0;
padding:0.5em 11px;
}

#navigation .module_btm  {
background:url("column-btm.png") no-repeat scroll 0 0 transparent;
clear:left;
float:left;
height:5px;
line-height:5px;
margin-bottom:7px;
width:100%;
}
