@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */



/* anchor */
a:link {
	color: #68b028;
}
a:visited {
	color: #68b028;
}
a:hover, a:active {
	color: #e42;
}

/* HTML, BODY, WRAPPER */
body {
	border-top:5px solid #000099;
	line-height: 150%;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color:#444;
}
#wrapper {
	position: relative;
	width: 882px;
	margin: 0px auto;
	line-height: 150%;
	background-repeat: repeat-y;
}

/* HEADER */
h1 {
	padding: 8px 0 0 10px;
	margin: 5px 0 0 10px;
	width: 200px;
	float:left;
}
#header .qr{
	display: block;
	width: 45px;
	float:right;
	margin: 5px 25px 0 0;
	text-align: center;
	line-height: 1em;
}
#header .qr img{
	width: 45px;
	height: 45px;
	overflow:hidden;
}
#header h1 a{
	display: block;
	width: 200px;
	text-decoration:none;
	overflow: hidden;
}
#header h1 a img{
	display: block;
}

/* FOOTER */
#footer {
	border-top: 1px solid #ccc;
	clear:both;
	padding: 5px 5px 15px 5px;
	text-align:center;
}
#footer ul li{
	display:inline;
}
#footer a{
	color:#444;
	text-decoration:none;
}
address {
	font-style:normal;
}


/* H2 */
h2 {
	padding: 8px 10px 8px 20px;
	margin: 5px 0;
	border-right: 1px solid #ccc;
	color: #766;
	font-size: 16px;
	background-image:url(../img/h2.gif);/* H:34px */
	background-repeat:no-repeat;
}

/* Dl */
dl {
	padding: 5px;
}
dt {
	font-weight:bold;
	13px;
}
dd {
	padding: 5px 10px 10px;
}

/* p */
p {
	padding: 0px 10px 8px 10px;
}
p.ddd {
	margin: 5px;
	padding: 5px;
	background-color: #ddd;
}


/* Contents */
#contents {
	width:597px;
	float: right;
	padding: 2px 22px 10px 7px;
}
.blog {
	padding: 10px;
}
.del {
	text-align:right;
	padding: 10px;
}
.date {
	padding:0;
	margin:0;
	width: 300px;
	text-align:right;
	float:right;
}
.next {
	padding:0;
	margin:0;
	width: 200px;
	float:left;
}
.blogMenu{
	padding:0 0 15px 0;
}

/* Side */
#side {
	width:222px;
	float: left;
	padding: 2px 17px 10px 17px;
}
.sideBox {
	padding: 5px 5px 15px 5px;
}
.sideBox ul li {
	background-image:url(../img/liBg.gif);
	background-repeat: no-repeat;
	padding: 6px 0 5px 23px;
	font-size:13px;
}

.sideBox ul li a{
	text-decoration:none;
}
.sideBox ul li a:link {
	color: #333;
}
.sideBox ul li a:visited {
	color: #333;
}
.sideBox ul li a:hover, a:active {
	color: #999;
}

/* Comment Trackback */
#messageDiv div{
	background-color: #ffffbb;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}
.foodIconDivBox, .stationeryIconDivBox, .electricIconDivBox, .workIconDivBox, .infoIconDivBox, .otherIconDivBox{
	background-image: url(http://www.ltm.jp/image/colors/business/contentsBg.png);
}
.checkTextColor{
	background-color:white;
	color: black;
}
div.commentWin, div.addFavoriteArtstWin{
	background-color: #eee;
	border: 1px solid #ccc;
}
.commentTable, .commentPage, .commentDiv {
	border-top: 1px solid #ccc;
}

/* HR */
hr {
	border: 1px dotted #ccc;
}

/* COLOR */
.red {
	color:red;
}
.blue {
	color:blue;
}
.gray {
	color:gray;
}
.green {
	color:green;
}
.orange {
	color:orange;
}
.white {
	color:white;
}
.black {
	color:black;
}

/* google ads */
#googleAdsFrame{
	width: 470px;
	height: 77px;
	margin:0 auto;
}
#gogoleAds {
	position: absolute;
		top: 113px;
		left: 311px;
}

/* other */
.pageTop{
	text-align:right;
}
ul.makeAccountBtn {
	padding: 10px 5px 5px 5px;
}
li.makeAccountBtn {
	padding: 0 0 5px 0;
	text-align:center;
	list-style:none;
}
#login {
	margin: 0 6px;
	padding: 5px;
	background-color: #fff;
}

#indicator1, #indicator2{
	margin:5px;
	display:none;
	color:gray;
	text-align:center;
}
.alert,.antispam{
	padding: 5px 10px 7px 10px;
	margin: 5px;
	color: #740c0c;
	font-weight: bold;
}
.alert{
	background: url(img/alert.gif) repeat-x bottom;
}
.antispam{
	background: url(img/antispam.gif) repeat-x bottom;
}
table.form {
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
td.formLeft {
	border: solid 5px #ffffff;
	border-left: 0;
	padding: 5px;
	width: 165px;
	background-color:#eee;
}
td.formRight {
	border: solid 5px #ffffff;
	padding: 5px;
}
td.submit {
	padding: 10px;
}
.googleSearch {
	padding: 0 0 15px 10px;
}
#header p.description {
	padding: 5px 10px;
}
.clear {
	height:0;
	overflow:hidden;
	clear:both;
}
.padding10px {
	padding:10px;
}
