* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY--------------------------------------------*/
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height:1.5;
	color: #666;
	list-style: none;
	text-align: center;
}

img {
	border: none;
	vertical-align: middle;
}

a:link, a:visited, a:active {color: #6699CC;text-decoration: none;}
a:hover{color : #FF6633;text-decoration: underline;}

/*引用属性*/
blockquote {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #CCC;
	scrollbar-face-color: #DCEBF0;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	text-align: left;
	}
	
/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 12px; color: #666;}
td {height: 5px;}


#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #FFF url("http://www.bura10.jp/kotoni/img/logo-twitter.png") no-repeat;
	position: relative;
	border-top: 3px solid #F37F0C;
}

/*ヘッダー-----------------------------------*/
#header {
	height:100px;
	margin: 0;
	color: #666;
}
#header h1{
	margin : 0;
	padding: 0;
	float: left;
	text-indent: -2000px;
}
 h1 a {
	width:750px;
	height:75px;
	background: #FFF url("http://www.bura10.jp/kotoni/img/logo-twitter.png") no-repeat;
	display: block;
}

#header .navi{
	position: absolute;
	top: 0;
	right: 0;
}

#header .navi a:link, #header .navi a:visited, #header .navi a:active{
	float: right;
	margin: 0 0 0 2px;
	color: #666;
	font-size: 12px;
	background: url("http://www.bura10.jp/kotoni/img/navi01.gif") no-repeat;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
}
#header .navi a:hover{
	background: url("http://www.bura10.jp/kotoni/img/navi02.gif") no-repeat;
}

/*記事枠等の属性*/
#content {
	float: right;
	width: 550px;	
	margin:10px 0 0 0;
	background: #FFF;
	overflow-x: hidden;	
}

#content .doc {
	text-align: left;
	margin-left: 10px;
}

#content h2 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	background: #F37F0C;
	color: #FFF;
	font-weight: bold;
	font: bold 117%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	text-indent: 5px;
}

#content h3 {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #F37F0C;
	background: #FFF;
	color: #333;
	font: bold 100%/1.7  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content h3 a {
	text-decoration: none;
	color: #333;
}
					
#content h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h4 {
	margin: 5px 0;
	color: #CCB333;
	font: normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #F37F0C;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h5 {
	margin: 5px 0;
	color: #666;
	font: normal 10px/1.3  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content h6 {
	margin: 5px 0;
	color: #666;
	font: normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
	text-align: left;
	text-indent: 5px;
}

#content .info{
	margin: 0;
}

#content .info div{
	padding: 10px;
	font-size: 100%;
	text-align: left;
	font:normal 100%/1.5  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/*記事枠左の属性*/
#content #left {
	float: left;
	width: 400px;	
	margin: 5px 10px 5px 0;
	background: #FFF;
	overflow-x: hidden;	
	text-align: left;
}

#content #left .cat{
	margin: 0;
	font-size: 100%;
	line-height: 150%;
	color: #666;
	text-align: left;
}

#content #left .ent{
	margin: 0;
	font-size: 117%;
	line-height: 150%;
	color: #333;
	text-align: left;
}

#content #left img{
	float: left;
	margin: 0 5px;
	border: none;
}

#content #left .next {margin : 5px 0;float: right;font-size: 100%;}
#content #left .next a{color: #8080C0;text-decoration: none;}
#content #left .next a:hover{color: #FF6600;text-decoration: underline;}
#content #left .next img{margin: 0;vertical-align: middle;}

/* 右寄せのリンク指定 */
.detail {
 clear: both;
 float:right;
 font-size: 100%;
 margin : 0px;
 padding : 5px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*記事枠右の属性*/
#content #right {
	float: right;
	width: 125px;	
	margin: 5px 0;
	background: #FFF;
	overflow-x: hidden;	
}

#content #right div{
	float: right;
	margin: 0 0 5px 0;
	font-size: 85%;
	line-height: 120%;
	color: #666;
	text-align: left;
}

/*パンくずリスト*/
#content .navi2 {
	margin :0px;
	width: 100%;
	font-size: 85%;
	padding: 0 5px;
	text-align: left;
	}

#content .navi2 a {
	color: #6699CC;
	text-decoration: none;
	}

#content .navi2 a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

/*記事一覧*/
#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
	margin: 5px 0;
	font-size: 100%;
	color; #666;
}

/*サイドメニュー等の属性*/
#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	background: #FFF;
	overflow-x: hidden;
}

#sidebar .ads{
	margin: 0 5px 0 10px;
}

/* 検索モジュール用 */
#sidebar .search{	
	margin: 0;
	width: 180px;
}

#sidebar .search div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
}

#sidebar .search_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.bura10.jp/kotoni/img/search_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .search_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.bura10.jp/kotoni/img/search_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* インフォメーション（左サイド） */
#sidebar .info_left{	
	margin: 0;
	width: 180px;
}

#sidebar .info_left div {
	padding: 10px;
	text-align: left;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
}

#sidebar .info_left_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.bura10.jp/kotoni/img/info_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .info_left_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.bura10.jp/kotoni/img/info_bottom.gif") no-repeat;
	text-indent: -1000px;
}

/* メニュー指定 */
#sidebar .menu{
	margin: 0;
}

#sidebar .cate_top{
	margin: 10px 0 0 0;
	width: 180px;
	height: 40px;
	background: url("http://www.bura10.jp/kotoni/img/cate_top.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar .cate_bottom{
	margin: 0;
	width: 180px;
	height: 20px;
	background: url("http://www.bura10.jp/kotoni/img/cate_bottom.gif") no-repeat;
	text-indent: -1000px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li.pt{
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 25px;
	background: #f5f5f5 url("http://www.bura10.jp/kotoni/img/menu01.gif") no-repeat;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
	border-bottom: 1px solid #F37F0C;
	display: block;
}

#sidebar li.pt a {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 25px;
	text-decoration: none;
	background: #f5f5f5 url("http://www.bura10.jp/kotoni/img/menu01.gif") no-repeat;
	display: block;
}

#sidebar li.pt a:hover {
	background: #FFF url("http://www.bura10.jp/kotoni/img/menu02.gif") no-repeat;
	color: #333;
}

#sidebar li {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 35px;
	background: #f5f5f5 url("http://www.bura10.jp/kotoni/img/menu01.gif") no-repeat;
	border-left: 1px solid #F37F0C;
	border-right: 1px solid #F37F0C;
	border-bottom: 1px solid #F37F0C;
	display: block;
}

#sidebar li a {
	margin: 0;
	width: 178px;
	height: 25px;
	color: #666;
	line-height: 200%;
	font-size: 100%;
	text-align: left;
	text-indent: 35px;
	text-decoration: none;
	background: #f5f5f5 url("http://www.bura10.jp/kotoni/img/menu01.gif") no-repeat;
	display: block;
}

#sidebar li a:hover {
	background: #FFF url("http://www.bura10.jp/kotoni/img/menu02.gif") no-repeat;
	color: #333;
}


/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 85%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

/* フッター-----------------*/
#footer {
	clear: both;
	width: auto;
	height: 35px;
	background-color: #F37F0C;
	margin: 0;
}
#footer div {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
	color: #FFF;
	font-size: 85%;
	line-height: 1.0;
	text-align: right;
}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF0;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}

/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}
	
.powered {
	margin: 10px 0;
	text-align: center;
}

/*  ページ分割  */
.paginate {
    text-align: center;
    font-size: 15px;
}

/*  サイドメニューの折りたたみ  */
.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}
 
.sidetitle2 a {
    width: auto;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}
 
/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* 練習 */
/*表の外枠*/
table.pricelist {
   border: 2px #002800 solid;   /*2px の実線で表示*/
   border-collapse: collapse;   /*隣り合うセルの枠線を重ねて表示*/
}
/*表の内側全体*/
table.pricelist th,
table.pricelist td {
   padding: 0.3em;              /*セルの余白*/
   font-size: 90%;              /*全体の文字を縮小*/
   border: 1px #002800 solid;   /*1px の実線で表示*/
   border-style: dashed solid;  /*波線（上下） 実線（左右）*/
   border-color: #002800;       /*線の色*/
   border-width: 1px;           /*線の太さ*/
   text-align: left;            /*左寄せ*/
}
/*ヘッダを装飾*/
table.pricelist thead th {
   border-bottom: 3px double #002800;/*3px の二重線で表示*/
   background-color: #FFAAFF;        /*背景色*/
}
/*フッタを装飾*/
table.pricelist tfoot th {
   /* th要素（「合計」と書かれたセル） */
   color: #cc0000;                   /*文字色を指定*/
}
table.pricelist tfoot td {
   /* td要素（「48,980円」と書かれたセル） */
   color: red;                  /*文字色を指定*/
   font-weight: bold;           /*文字スタイルを太文字に*/
}
table.pricelist tfoot th ,
table.pricelist tfoot td {
   border-top: 2px solid #002800;/*両方を共通のスタイルに*/
   background-color: #ffffcc;        /*背景色*/
}
/*価格表示を右寄せ*/
table.pricelist td.price {
   text-align: right;           /*右寄せ*/
}
/*文字の間隔を調整*/
table.pricelist thead th {
   letter-spacing: 0.15em;      /*ヘッダの文字間隔を指定*/
   text-align: center;          /*ヘッダの文字をセンタリング*/
   color: #000000;                   /*文字色を指定*/
}
table.pricelist tfoot th {
   letter-spacing: 2em;         /*フッタの文字間隔を指定*/
}
