﻿/*
Theme Name: ise-grsq
Theme URI: http://isegrsq.com/
Description: 伊勢グルービースクエアのテンプレート
Version: 1.0
Author: nao
Author URI: http://isegrsq.com/
*/


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的な設定 */

a { text-decoration: none; color: #EAEAEA; }

a:hover { color: #FFBB00; }

li { list-style: none; }


/* レイアウトに関する指定 */

body {
	font-size: 14px;
	color: #EAEAEA;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #000000;
}

#container {
	width: 900px;
	background-color: #1A1A1A;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0 0 0 0;
}

/* トップ部分の指定 */

#header {
	width: 100%;
	height: 200px;
	margin-bottom: 0px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	background-position: 100% 0;
}

h1 {
	color: #888888;
	font-size: 100%;
	font-weight: normal;
	position: absolute;
	width: 138px;
	height: 20px;
	left: 11px;
	top: 6px;
	text-align: right;
}

.logo {
	font-size: 100%;
	position: absolute;
	top: 6px;
	left: 150px;
	width: 167px;
}

.logo a {
	color: #888888;
}

.logo a:hover {
  color: #FFBB00;
}

#lef-box {
	width: 700px;
	float: left;	
}

/* メイン部分の指定 */

#main {
	width: 490px;
	float: right;
	padding: 0px 10px 10px 0px;
}

#main a {
	color: #EAEAEA;
}

#main a:hover {
	color: #FFBB00;
}


h2 {
	color: #EAEAEA;
	font-size: 16px;
	padding-left: 10px;
	background-image: url(img/content-title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 9px;
	padding-bottom: 3px;
}

.archive{
	font-size: 16px;
	color: #EAEAEA;
	font-weight: bold;
	text-align: left;
	padding: 6px 0px 3px 20px;
	margin: 20px 0px 0px 0px;
}

.post {
	padding: 20px 0px 20px 0px;
	clear: both;
}

.contenttext {
	color: #EAEAEA;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px;
	border: 1px solid #707070;
}

#content p {
  line-height: 1.6em;
}

.postinfo {
	color: #EAEAEA;
	text-align: right;
	font-size: 12px;
	padding: 1px 15px 3px 0px;
	background-image: url(img/content-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
}


/* ナビゲーション部分の指定 */

.navigation {
	display:block;
	margin:0px 0px 35px 0px;
	padding:0;
	text-align:center;
}

.navigation p {
	margin:0;
	padding:0;
}

.prevlink {
	margin-right:20px;
}

.nextlink {
	margin-left:20px;
}

/* トラックバク部分の指定 */

#trackback {
	text-align: left;
	color: #EAEAEA;
}

.trackback-info {
	font-size: 12px;
	margin-left:35px;
	margin-bottom:5px;
}

.trackback-title,
.comment-title,
#comments {
	color: #EAEAEA;
	font-size: 14px;
	text-align: left;
	background-image: url(img/comment.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-top:45px;
	margin-bottom:15px;
}

/* コメント部分の指定 */

.comment {
	width: 400px;
	background-color:#666666;
	border-left:5px solid #FFBB00;
	color:#EAEAEA;
	margin:0 0 15px;
	padding:8px 5px 0 8px;
}

.comment p {
	text-align: left;
	font-size:12px;
	line-height:20px;
	margin:0 0 6px;
	padding-bottom:5px;
}

#respond {
	color:#EAEAEA;
	text-align: left;
}

.loggedin {
	font-size:12px;
	text-align: center;
	margin:0px 0px 10px 0px;
}

#respond label {
	color:#EAEAEA;
	font-size:12px;
	margin-left:45px;
}

#respond input {
	margin-bottom:10px;
}

#content input,
#content textarea{
	font-size:12px;
	padding:4px;
	margin-left:35px;
	color:#EAEAEA;
	background-color: #666666;
	border:none;
	border-left:5px solid #FFBB00;
}

#content textarea{
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#FFBB00;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#666666;
}

#content .button {
	margin-top: 10px;
	border:none;
}


/* 説明部分の指定 */

h3 {
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	text-align: center;
	background-color: #666666;
	padding: 2px 0px 2px 0px;;
	margin: 10px 0px 10px 0px;
}

.menu-info {
	font-size:10px;
	line-height: 20px;
	text-align: left;
	width: 230px;
	height:190px;
	float: left;
	margin: 0px 7px 10px 7px;
}

.menu-info img {
	margin: 5px 10px 5px 5px;
	width: 100px;
	float: left;
}

/* 左サイドバー部分の指定 */

#left-sidebar {
	width: 180px;
	height: auto;
	padding: 20px 8px 10px 8px;
	float: left;
}

#left-sidebar .menu {
	text-align: left;
	margin-bottom: 20px;
}

#left-sidebar .menu-title {
	width: 177px;
	text-align: center;
	color: #FFBB00;
	font-size: 14px;
	padding: 7px 0px 8px 0px;
	margin-bottom: 10px;
	background-image: url(img/left-menu-title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#left-sidebar .menu li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
}

#grsq-logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* ここからメインメニュー部分の指定 */

.cat-menu a {
	text-align: left;
	color: #EAEAEA;
	display: block;
	width: 146px;
	font-size: 16px;
	background-image: url(img/left-menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 11px 0px 11px 30px;
	border-bottom: solid 2px #1A1A1A;
	display: block;
}

.cat-menu a:hover {
	position: relative;
	color: #96AEC8;
	background-image: url(img/left-h-menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.cat-menu li li a {
	font-size: 14px;
	padding: 6px 0px 6px 5px;
	color: #FFFFFF;
	background: #1A1A1A;
	filter: alpha(opacity=85);
	border-left: solid 2px #1A1A1A;
	border-bottom: solid 1px #666666;
}

.cat-menu li li a:hover {
	color: #FFBB00;
	background: #666666;
}

.cat-menu li {
	position: relative;
}

.cat-menu ul {
	visibility: hidden;
	position: absolute;
	left: 176px;
	top: 0px;
}

.cat-menu li:hover > ul {
	visibility: visible;
}

/* ここまでメインメニュー部分の指定 */


/* 右サイドバー部分の指定 */

#right-sidebar {
	float: left;
	width: 180px;
	height: auto;
	padding: 20px 10px 10px 10px;
}

#right-sidebar .menu {
	text-align: left;
	margin-bottom: 35px;
}

#right-sidebar .menu-title {
	width: 177px;
	text-align: center;
	color: #FFBB00;
	font-size: 14px;
	padding: 7px 0px 8px 0px;
	margin-bottom: 10px;
	background-image: url(img/left-menu-title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#right-sidebar .menu li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

#right-sidebar .search {
	text-align: center;
	margin-bottom: 35px;
}

.option {
	margin-bottom: 35px;
	text-align: center;
}

/* フッター部分の指定 */

#footer {
	clear: both;
	background: url(img/footer.jpg) repeat-x 0 0;
	height: 120px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0; 
}

#footer p {
	text-align: center;
	font-size: 12px;
	padding: 40px;
}