@import "css/tables.css";
@import "css/commonstyles.css";


/* 基本レイアウト
------------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0; }


/* リンク色（ページ全体）
------------------------------------------------------- */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900;
/* position: relative;left: 1px;top: 1px; */
}


/* リンク色（サイトタイトル）
------------------------------------------------------- */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff;}

/* タイトル背景画像
------------------------------------------------------- */
#banner h1 { background: url(img/bhbg.gif); }

/* バナー画像（写真部分）
------------------------------------------------------- */
#banner { background: url(http://www.joshbayerart.com/img/01.jpg) top no-repeat; }

/* コンテンツ背景画像
------------------------------------------------------- */
body { background: url(img/bbg-right.gif) repeat-y center; }

/* フッター画像
------------------------------------------------------- */
#footer{ background: url(http://www.joshbayerart.com/img/foot.gif) no-repeat; }

/* コンテンツ見出し1背景画像
------------------------------------------------------- */
.header1 { background: url(img/hd1.gif)  no-repeat; }

/* コンテンツ見出し2背景画像
------------------------------------------------------- */
.header2 { background: url(http://www.joshbayerart.com/img/hd2.gif)  no-repeat left; }

/* サイドバー見出し画像
------------------------------------------------------- */
.side-header { background: url(img/mh.gif)  no-repeat left; }

/* サイドバーリンク背景・説明文ボックス背景画像
------------------------------------------------------- */
#side li a:hover, .des { background: url(img/dbg.gif) ; }


/* 文字装飾
------------------------------------------------------- */
.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.bb { font-weight: bold;font-size:1.2em; }
.line { background: #ffff66; }
.u { border-bottom:1px solid; }


/* ページレイアウト
------------------------------------------------------- */
body {
	min-width: 800px;
	text-align: center; /* center on ie */
	font-family: "MS Pゴシック","osaka", sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	line-height: 1.5;
}

#container
{
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* サイト見出しレイアウト
------------------------------------------------------- */
#banner {
	position: relative;
	width: 780px; /* necessary for ie win */
	/* height: 230px; */
	height: 40px;
	border-bottom: 1px solid #666;
}


/* サイトタイトル
------------------------------------------------------- */
#banner h1
{
	margin: 0;
	width: auto;
	color: #666;
	font-size: 1.4em;
	line-height: 1.25;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #666;
}

#header-img{
	background: url(img/header.jpg) top center no-repeat;
	height: 200px;
	overflow: hidden;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------- */

#pagebody
{
	position: relative;
	width: auto;
	text-align: center;
	margin: 10px 15px 15px;
}

#pagebody:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------- */
#main
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 510px;
	margin: 0;
}


/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------- */
#side
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 215px;
	margin: 0;
}


/* 記事見出し
------------------------------------------------------- */
.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	clear: both;
	position: relative;
	width: auto;
	margin: 5px 0;
	padding: 35px 0 35px 100px;
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.25;
	clear: both;
	border-bottom: 2px dotted #ccc!important;
}

.header2 {
	margin: 10px 0 1px;
	padding: 10px 0 10px 50px;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 0!important;
}

.entry-header {
	margin: 10px 0 1px;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;

}

.entry-header a {
	color: #333;
	font-weight: bold;
        text-decoration: none;
}

.header1 a, .header2 a { text-decoration: none; }

h3,h4,h5,h6,#main dt{
	clear: both;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
}
h3 a,h4 a,h5 a,h6 a,#main dt a{text-decoration: none;}
h3{
	font-size: 1.4em;
	border-bottom: 3px dotted #ccc;
}
h4{
	font-size: 1.3em;
	padding-bottom: 3px;
	border-bottom: 2px dotted #ccc;
}
h5,h6,#main dt{
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}
h6{border-bottom: 0;}

#main dd{margin:0 10px 5px;font-size: 0.9em;}

/* 記事コンテンツ
------------------------------------------------------- */
.entry { line-height: 1.5; margin: 10px; font-size: 1.1em;}
.more{ text-align: right; margin: 0 0 15px; }
.bread
{
	margin: 10px;
	padding: 5px;
	text-align: right;
	font-size: 0.8em;
}

.f-navi
{
	margin: 15px 0;
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.gotop { text-align: right; clear: both;}

.img
{
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.des
{
	border: 5px solid #ccc;
	margin: 0 0 10px;
	padding: 10px;
}

.des h2, .des h5, .destitle
{
	line-height: 1.25;
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.content
{
	background-color: #f5f5f5;
	border: 1px dotted #ccc;
	margin-bottom: 15px;
	padding: 10px;
}

.content a
{
	color: #666;
	text-decoration: none;
}

/* フッター
------------------------------------------------------- */
#footer
{
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	width: auto;
	height: 90px;
	text-align: center;
	font-size: 0.8em;
	line-height: 60px;
	clear: both;
	color: #999;
	background: #fff;
	border-top: 1px solid #ccc;
}

.footer-navi
{
	width: auto;
	margin: 0 10px;
	padding: 7px 0;
	line-height: 1.25;
	background: #eee;
}
#footer p
{
	padding: 10px 0 0;
	line-height: 1.25;
}

/* サイドメニュー内部
------------------------------------------------------- */
.side-header {
	/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;
	height: 39px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 0 0 0 40px;
	color: #333;
	display: block;
	line-height: 39px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}

#side p {
	padding: 5px;
}
#side ul, #side dl, #side dd
{
	margin: 0;
	padding: 0;
	list-style : none ;
}

#side dl, #side dd
{
	margin: 5px;
	padding: 0;
	list-style : none ;
}

#side li a
{
	width: auto;
	display: block;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 5px 0;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px dotted #dcdcdc;
	text-decoration: none;
}


/* --ＴＯＰ一覧　----- */

.top-itiran {
line-height: 1.5;
margin: 10px;
font-size: 1.0em;
}

.cat-desc {
font-size: 0.9em;
padding: 0px 0px 5px 50px;
}


/* --サイドバー自由領域　----- */

.side-free1 {
padding:5px 5px ;
line-height: 120%;
font-size: 12px;
}



/* --　footer文　----- */

.footer-b {

}
.footer-b a {
color: #9C9A9C;
text-decoration: none;
}




/* best2 */

#jyob1 {
margin: 50px 0px 50px 0px;
padding: 0px 0px 0px 0px;
}
#jyob1 h3,#jyob1 h4 {
font-size: 1.5em;
}
#jyob1 .gaiyo {
font-size: 1.1em;
padding: 15px 15px 15px 15px;
text-align: left;
}

table.tb02 {
width: 90%;
border-collapse: collapse;
margin: 0px 0px 30px 0px;
padding: 0px 0px 0px 0px;
}

.tb02 td {
border: solid 1px #E2E0E2;
/* border: solid 1px #CECFCE; */
}

.tb02 td.m1 {
/* ココで幅を調整 */
width: 30%;
text-align: center;
font-size: 1.1em;
font-weight: bold;
line-height: 130%;
/* ココで背景を調整 */
/* background: #f7f7f7; */
padding:10px 10px ;
}
.tb02 td.m2{
/* width: 70%; */
font-size: 1.0em;
line-height: 120%;
letter-spacing: 0.2px;
padding:10px 10px ;
}
/* Pタグ間の微調整 */
.tb02 p{
clear:both;
margin: 0px 0px 15px 0px;
/* color: #000000; */
}
/* リンクの大きさ微調整 */
.tb02 a {
/* font-size: 1.2em; */
}
.tb02 a:hover {
/* color: #ff6600; */
}



/* カテゴリーページの記事タイトル */
.header1 a {
color: #313031;
}
.header1 a:hover {
color: #313031;
text-decoration: none;
}



/*　サイトマップ部分 */

.map3 ul {
	margin: 0px;
}
.map3 li {
font-weight: bold;
margin: 0;
display: list-item;
font-size: 1.1em;
background: url(img/icon1-5.gif) no-repeat 0px 1px;
padding-left: 15px;
display: inline;
margin: 0px 5px 0px 0px;
}
.map3 a {}
.map3 a:hover {}

.news li{list-style: none;}
.news li span{margin-right: 5px;font-size: 0.9em;}

#relNavigate{text-align:center;}
.FloatEnd {clear: both;margin: 0;padding: 0;width: 0;height: 0;}

.user1,.user2,.user3,.user4,.user5,.user6{
font-size: 12px;
line-height: 130%;
padding: 12px 12px 12px 100px;
margin: 10px 0;
background-repeat: no-repeat;
background-position: 12px 12px;
background-color: #EFF4FA;
border: 1px solid #C5D7ED;
min-height: 70px;
_height:70px;
_zoom: 1;
overflow: hidden;
}
.user1{background-image: url(img/userm_1.png);}
.user2{background-image: url(img/userf_1.png);}
.user3{background-image: url(img/userm_2.png);}
.user4{background-image: url(img/userm_3.png);}
.user5{background-image: url(img/userf_2.png);}
.user6{background-image: url(img/userf_3.png);}

.txt-img img{margin:0 8px 8px 8px;}

body{



font-size: 17px;
}

body{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}