*{
	margin:0;
	padding:0;
	}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	text-align:center;
	color:#000;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/main-bg40-mayuyu.jpg) repeat fixed 50% 0 #fff;
	}

/*ブログ全体の外枠設定*/
#container{
	margin:0 auto;
	width:850px;
	background: url(http://blog-cdn.oricon.co.jp/_images/watarirouka/cont-foot-mayuyu.jpg) no-repeat 50% 100% #fcfcf3;
	}
/*clearfix*/
#container:after {
	content: "";
	display: block;
	clear: both;
	}

/*ブログ全体のリンク色設定*/
a{
	color:#f61b68;
	text-decoration:none;
	}

/*ヘッダー箇所の設定　--ここから--*/
#banner{
	margin:0;
	padding:0;
	text-align:center;
	width:850px;
	height:410px;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/head-mayuyu.jpg) no-repeat;
	}

#banner a{
display:block;
	margin:0;
	padding:0;
	text-align:center;
	width:850px;
	height:410px;
	text-indent: -9999px;
	}

/*ブログタイトル*/
h1 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:24px;

	}

/*ブログ説明文*/
.description {
	font-weight:normal;
	margin:10px 0 0 0;
	padding:10px 0;
	color:#f61b68;
	font-weight:bold;
	/*visibility :hidden;*/
	}

/*ヘッダー箇所の設定　--ここまで--*/

/*記事表示箇所の設定　--ここから--*/
#content {
	padding:0 15px;
	float:left;
	width:440px;
	}

/*ナビゲーションの設定*/
.navi {
	text-align:center;
	margin:10px 0;
	}

/*記事全体の外枠設定*/
.blog {
	padding:0;
	text-align:left;
	}

/*記事投稿日時の設定*/
.date{
	clear:left;
	margin-top:10px;
	padding:10px;
	padding-left:0px;
	font-size:10px;
	color: #000;
	}

h2 {
	font-weight:bold;
	text-align:left;
	}

/*記事タイトル・記事本文・記事投稿日時の外枠設定*/
.blogbody {
	margin-bottom:10px;
	color: #333;
	width:440px;
	/*background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/txtbg-cd41f-32df6.gif) no-repeat center bottom;*/
	background-color:#fecdc6;
	}

/*記事タイトルの設定*/
h3 {
	font-size:14px;
	font-weight:bold;
	padding: 8px;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/ttl-bar-mayuyu.gif) no-repeat 50% 100%;
	/*border: 1px solid #5d5da8;*/
	}
h3 a{
	padding:2px 3px 5px 36px;
	line-height:22px;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/ttl-icon-mayuyu.jpg) no-repeat;
	text-decoration: none;
	color:#f61b68;
	display:block;
	}
.title{
	font-weight:bold;
	}
.title a{
	border:none;
	}

/*記事本文の設定*/
.text{
	margin-top:0;
	padding:10px 20px;
	line-height:1.8;
	}

/*Postedの設定*/
.posted{ 
	text-align: right;
	padding:30px 10px 10px 0;
	font-size:10px;
width:338px;
	}
.posted a{ 
	font-weight:bold;
	color: #f61b68;
	}
.posted a:hover{ 
	text-decoration: underline;
	}

.posted img{ 
	margin:0px;
padding:0px;
	}
/*引用文の設定*/
blockquote{
	border:1px solid #fff;
	padding:5px;
	margin:10px;
	}

/*タグの設定*/
.tag-word{
	margin:20px 0px 0px 0px;
	line-height:1.8;
	}

/*記事表示箇所の設定　--ここまで--*/

/*左サイドバーの設定*/
#links-left {
	font-size:12px;
	font-weight:normal;
	float:left;
	width:180px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	margin: 0;
	text-align:center;
	}

/*右サイドバーの設定*/
#links {
	float:left;
	width:180px;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:10px;
	margin: 0;
	text-align:center;
	}

/*カレンダーの設定--ここから--*/

/*カレンダー外枠の設定*/
#calendar {
	margin-top:0px;
	margin-bottom:10px;
	}

/*カレンダーのテーブルの設定*/
#calendar table {
	width:100%;
	}

/*カレンダー年月及びカレンダーナビの設定　--ここから--*/

/*年月及びカレンダーナビ外枠の設定*/
.calendarhead {
	padding:0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:9px auto;
	color:#f61b68;
	width:180px;
	height:35px;
	line-height:28px;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/side-ttl-mayuyu.jpg) ;
	background-color:#5d5da8;
	/*border: 1px solid #5d5da8;*/
	}

/*年月の文字色設定*/
.calendarhead a{
	color:#f61b68;
	text-decoration:none;
	}

/*ナビの文字色設定(リンクなしの場合)*/
.calendarhead .calendarday{
	color:#f61b68;
	}

/*ナビの文字色設定(リンクありの場合)*/
.calendarhead .calendarday a{
	color:#f61b68;
	text-decoration:none;
	}

/*カレンダー年月及びカレンダーナビの設定　--ここから--*/

/*カレンダー中のtd及びthの設定(リンクなしの場合)*/
.calendarday {
	padding:3px;
	margin-bottom:10px;
	color:#000;
	font-size:10px;
	}

.calendarday a:link .calendarday a:visited {
	text-decoration:none;
	}
.calendarday a:hover {
	text-decoration:underline;
	}

/*カレンダー中のtdの設定(リンクありの場合)*/
.calendarday-a {

	}

/*カレンダーの「日」にリンクがあった際の文字設定*/
.calendarday-a a {
	color: #f61b68;
	}

/*カレンダーの設定--ここまで--*/

/*サイドコンテンツのタイトル設定*/
.sidetitle {
	padding:0px;
	text-align:center;
	font-weight:bold;
	margin-left:9px auto;
	font-size:12px;
	color:#f61b68;
	width:180px;
	height:35px;
	line-height:28px;
	background:url(http://blog-cdn.oricon.co.jp/_images/watarirouka/side-ttl-mayuyu.jpg);
	/*border: 1px solid #5d5da8;*/
	}

/*サイドコンテンツの内容表示箇所設定*/
.side {
	padding:5px 10px 10px 0px;
	margin-bottom:10px;
	margin-left:0;
	font-size:10px;
	line-height:1.8;
	text-align:left;
	}

.side-2 {
	padding:5px 10px 10px 0px;
	margin-bottom:10px;
	margin-left:0;
	font-size:10px;
	line-height:1.8;
	text-align:left;
	}

/*サイドコンテンツの表示箇所設定*/

/*サイドコンテンツのリンク色を変更する場合の設定*/
.side a{
	font-size:12px;
	margin:0 0 0 5px;
	padding:0;
	}

.side a:link, .side a:visited {
	color:#f61b68;
	text-decoration:none;
	}

.side a:hover{
	color:#f61b68;
	text-decoration:underline;
	}

.side-2 a{
	height:15px;
	font-size:12px;
	margin:0 0 0 5px;
	padding:0 0 0 0px;
	}

.side-2 a:link, .side a:visited {
	color:#f61b68;
	text-decoration:none;
	}

.side-2 a:hover{
	color:#f61b68;
	text-decoration:underline;
	}
/*サイドコンテンツのリンク色を変更する場合の設定*/


/*サイドコンテンツのタグ表示箇所設定*/
.side-tag {
	padding:5px 10px 10px 0px;
	margin-bottom:10px;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	}

/*サイドコンテンツのタグリンク色設定*/
.side-tag a{
	font-size:12px;
	}
.side-tag a:hover{
	text-decoration:underline;
	}

/*inputの最大幅設定*/
input{
	max-width:200px;
	border:1px solid #000;
	}

/*submitボタンの設定*/
.input-submit{

	}

/*Powered byの設定*/
.powered {
	padding:20px 0px 20px 0px;
	text-align:center;
	}
.powered table{
	margin:0px auto;
	text-align:center;
	}

/*RSSフィードの設定*/
.syndicate {
	margin-right:10px;
	text-align:center;
	font-size:10px;
	margin-left:10px;
	margin-bottom:10px;
	}

/*コメント枠の設定　--ここから--*/

/*コメント表示領域の外枠設定*/
#comments {
	padding:10px 0 10px 21px;
	margin-bottom:30px;
	margin-top:25px;
	text-align:left;
	border:solid 1px #000;
	}

/*コメント入力欄の外枠設定*/
#comments form {
	margin:0px;
	padding:0px;
	}

/*コメント本文入力欄の設定*/
textarea{
	width:300px;
	margin-bottom:5px;
	border:1px solid #000;
	}

/*コメントタイトルの設定*/
.comments-head{ 
	font-weight:bold;
	margin:0px;
	padding: 0px;
	}

/*コメント本文の設定*/
.comments-body {
	margin:0px;
	}

/*コメント投稿日時の設定*/
.comments-post {
	padding:10px;
	text-align:right;
	font-size:10px;
	}

/*コメント枠の設定　--ここまで--*/

/*トラックバックの設定*/
#trackback {
	margin:25px auto 30px auto;
	padding:5px;
	text-align:left;
	border:1px solid #000;
	}

/*フッターの設定*/
#footer{
	clear:left;
	}

/*タグページの設定　--ここから--*/
/*タグ表示箇所の外枠設定*/
.tag{
	padding:10px;
	position:relative;
	border:1px solid #fff;
	margin-top:20px;
	margin-left:21px;
	}

/*タグクラウドの設定*/
#tag_cloud{
	border:1px solid #fff;
	padding:10px;
	text-align:left;
	position:relative;
	}
#tag_cloud a {
	padding:2px;
	}

/*タグページのタイトル設定*/
.tag-title{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	}

/*記事・画像等の表示領域外枠の設定*/
.tag-body{
	margin:10px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
	}

/*記事・画像等のサービス名の設定*/
.tag-service{
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:0px 0px 5px 0px;
	clear:left;
	position:relative;
	}

/*「サービス全体で検索する」の設定*/
.tag-search{
	text-align:right;
	padding:5px 0px;
	margin-bottom:10px;
	font-weight:bold;
	position:relative;
	}

/*記事表示外枠の設定*/
.tag-article{
	padding:0px 10px 10px 10px;
	text-align:left;
	position:relative;
	}

/*記事タイトルの設定*/
.tag-article-title{
	line-height:180%;
	text-align:left;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	position:relative;
	}

/*記事投稿日時の設定*/
.tag-article-posted{
	font-weight:normal;
	position:relative;
	}
.tag-article-summary{
	padding:0px 10px;
	line-height:180%;
	position:relative;
	}
/*「もっと見る」の設定*/
.tag-more{
	text-align:right;
	margin:10px 0px;
	clear:left;
	position:relative;
	}

/*画像の外枠設定*/
.tag-photos{
	float:left;
	margin:10px;
	position:relative;
	width:140px;
	height:200px;
	}

/*画像のタイトルの設定*/
.tag-photos-title{
	line-height:180%;
	padding:5px 0px;
	text-align:left;
	position:relative;
	}

/*オーディオの外枠設定*/
.tag-audios{
	margin:5px;
	position:relative;
	}

/*オーディオのタイトル設定*/
.tag-audios-title{
	text-align:left;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	position:relative;
	}

/*オーディオの投稿日時設定*/
.tag-audios-posted{
	font-weight:normal;
	position:relative;
	}

/*ビデオの外枠設定*/
.tag-videos{
	float:left;
	margin:10px;
	position:relative;
	}

/*ビデオのタイトル設定*/
.tag-videos-title{
	line-height:180%;
	padding:5px 0px;
	text-align:left;
	position:relative;
	}

/*タブページのナビ設定*/
.tag-navi{
	clear:left;
	text-align:center;
	margin:10px 0px;
	position:relative;
	}

/*タグページの設定　--ここまで--*/
ul {
	margin-top:1em;
	text-align:left;
	padding-left:30px;
}
