@charset "shift_jis";





/* -------------------------------------------------------------
body box 設定
------------------------------------------------------------- */

#block {
	width: 630px;
	float: left;
	margin-top: 30px;
}


#body_in_width {
	width: 630px;
	text-align: left;
	float: right;
}

#body_in_works {
	width: 630px;
	text-align: left;
	float: right;
	background-image: url(../images/top/ink_bottle_s.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 30px;
}

#body_in_left {
	width: 350px;
	float: left;
	text-align: left;
}

#body_in_right {
	width: 254px;
	float: right;
	text-align: left;
}


/* -------------------------------------------------------------
body内のタイトル設定
-------------------------------------------------------------*/
.title_top {
	width: 615px;
	display: block;
	font-size: 170%;
	margin-bottom: 20px;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	font-weight: bold;
}

.title_body {
	width: 615px;
	display: block;
	font-size: 170%;
	margin-bottom: 20px;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	font-weight: bold;
}

.title_works {
	width: 420px;
	display: block;
	font-size: 170%;
	margin-bottom: 20px;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	font-weight: bold;
}

.title_navi {
	width: 180px;
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #be3939;
	margin-bottom: 20px;
}

/* -------------------------------------------------------------
　余白マージン設定
-------------------------------------------------------------*/

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

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

.works-margin {
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.top20-bottom20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top-20 {
	margin-top: 20px;
}

.bottom-20 {
	margin-bottom: 20px;
}

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

.bottom-50 {
	margin-bottom: 50px;
}

.top_image {
	margin-bottom: 15px;
}

.left-100 {
	margin-left: 100px;
}

.float-right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

h3,h4,h5,h6 { margin-top: 3em; }



/* -------------------------------------------------------------
　テキスト装飾設定
-------------------------------------------------------------*/

.text-small {
	font-size: 80%;
	line-height: 2em;
	color: #333;
}

.works-bold {
	font-size: 77%;
	font-weight: bold;
}


/* -------------------------------------------------------------
　テーブル設定
------------------------------------------------------------- */

#table {
	width: 630px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666;
	line-height: 1.5em;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
}

#table th {
	padding: 8px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 1.5em;
	text-align: left;
}
#table td {
	padding: 8px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

/* -------------------------------------------------------------
かどまるの設定
-------------------------------------------------------------*/

div.kadomaru {
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border: 1px solid #CCC;     /* 枠線の装飾 */
	background-color: #DCDCDC;
	padding: 1px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 120px;
	float: right;
	text-align: center;
	font-size: 90%;
}

.kadomaru {
	border-radius: 2px;         /* CSS3 */
	-moz-border-radius: 2px;    /* Firefox */
	-webkit-border-radius: 2px; /* Safari,Chrome */
	border: 1px solid #999;     /* 枠線の装飾 */
	background-color: #DCDCDC;
	width: 560px;
}

/* -------------------------------------------------------------
粉もんブルース　写真設定
-------------------------------------------------------------*/
.osaka_small_w {
	background-image: url(../images/blues/photo_small_w.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 18px;
}

.osaka_small_h {
	background-image: url(../images/blues/photo_small_h.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}

.osaka_big_h {
	background-image: url(../images/blues/photo_big_h.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
}

.top_works {
	background-color: #CCC;
	display: inline;
	padding: 15px;
	float: left;
	width: 170px;
	text-align: center;
}

.top_works_right {
	background-color: #CCC;
	display: block;
	padding: 15px;
	width: 170px;
	text-align: center;
	line-height: 1.3em;
	float: right;
	clear: right;
}
.top_works_left {
	background-color: #CCC;
	display: block;
	padding: 15px;
	float: left;
	text-align: center;
	line-height: 1.3em;
	width: 160px;
}
.top_works_center {
	background-color: #999;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	padding: 15px;
	float: left;
	width: 170px;
	text-align: center;
	line-height: 1.3em;
}

/* -------------------------------------------------------------
つれづれ草子　写真設定
-------------------------------------------------------------*/
.oneself_frame200_w {
	background-image: url(../images/oneself/frame_200.gif);
	background-repeat: no-repeat;
	padding-top: 46px;
	padding-right: 22px;
	padding-bottom: 44px;
	padding-left: 21px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.oneself_frame200_box {
	background-image: url(../images/oneself/frame_200.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 24px;
	padding-left: 21px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------
トップ works image photo 写真設定
-------------------------------------------------------------*/

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

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

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

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

#block .both_1 {
	background-color: #CCC;
	display: inline;
	padding: 15px;
	float: left;
	width: 160px;
	text-align: center;
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 30px;
	height: 220px;
}

#block .center_1 {
	background-color: #999;
	display: inline;
	padding: 15px;
	float: left;
	width: 160px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 30px;
	height: 220px;
}
