@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

#index .entry_text {
display:none;
}
.entry_text {
display:block;
}


/* ページ全体のテキスト色 */
html {color:#000000;} 

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-color:#faf9e0; /* クリーム色 */
}


/* ページ全体のリンク色 */
a {color:#444444;text-decoration:underline;}
a:link {color:#014a92;text-decoration:underline;}
a:visited {color:#444444;text-decoration:underline;}
a:hover {color:#444444;text-decoration:none;}
a:active {color:#444444;text-decoration:none;}

/* ブログ名の色
h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#999999;text-decoration:none;}
*/

h2 a,h2 a:link,h2 a:visited {color:#444444;text-decoration:none;}
h2 a:hover,h2 a:active {color:#444444;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#014a92;text-decoration:none;}
#side a:link {color:#014a92;text-decoration:none;}
#side a:visited {color:#444444;text-decoration:none;}
#side a:hover {color:#444444;text-decoration:none;}
#side a:active {color:#444444;text-decoration:none;}

/* ナビゲーションリンク色 */
#nav a,#entryNav a {color:#444444;text-decoration:none;}
#nav a,#entryNav a:link {color:#444444;text-decoration:none;}
#nav a,#entryNav a:visited {color:#444444;text-decoration:none;}
#nav a,#entryNav a:hover {color:#444444;text-decoration:none;}
#nav a,#entryNav a:active {color:#444444;text-decoration:none;}

/* TOPへ戻るリンク色 */
#page-top a {color:#ffffff;text-decoration:none;}
#page-top a:link {color:#ffffff;text-decoration:none;}
#page-top a:visited {color:#ffffff;text-decoration:none;}
#page-top a:hover {color:#ffffff;text-decoration:none;}
#page-top a:active {color:#ffffff;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する（関係なし）
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  ・上記＋25 = A？
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */


/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:960px; /* A */
	margin:0 auto;
	padding:0 0;
	text-align:left;
	background-color:#faf9e0; /* クリーム色 */
/* IE6でのヘッダのマイナスpxの崩れを防ぐ */
position:relative;
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:1051px;  /* B （関係なし）*/
	height:227px;
	/* clear:left; */
	margin:0 auto;
	padding:0;
	background-color:#faf9e0;  /* クリーム色 */
	background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120629_33499.png);  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;
/* ヘッダを左にずらす */
position: relative;
/*margin:0px;*/
margin-left: -54px;
/* menu-navに対して */
overflow:hidden;
}

#menu-nav{
width:960px; /* paddingやmarginで増やす */
/* ヘッダーのbackgroundにリンクを貼るため、margin-top:163pxを0に */
margin:0 0 0 86px;
}

/* マニュアル */
#menu-nav ul li.m{
float:left;
margin-right:30px;
}

/* よくある質問集 FAQ */
#menu-nav ul li.f{
float:left;
margin-right:30px;
}

/* 助け合い掲示板 */
#menu-nav ul li.b{
float:left;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
/* widthを指定するとIE6で枠線が表示される */
width:918px;
	margin:0 auto;
/* 右の13px触ると青い枠線が崩れる */
	padding:0 13px 0 28px;
border:1px #0084c0;
border-style:none solid none solid;
background-color:#fff;
/* menu-navに対して */
clear:both;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
float:right;
width:310px;  /* C */
height:497px;
/*　サイドの斜めの背景自体の位置（右8pxでちょうどいい）　*/
margin:33px 0 40px 0;
/*　ここの左右増やすとカラム落ちする　*/
padding:20px 10px 0 0;
background:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33192.png) no-repeat;
background-color:#fff;
/*border:1px dashed blue;*/
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:560px;  /* D */
/* この15px IEでも必要 */
	padding:0 15px 0 0;
margin-top:33px;
/*border:1px dashed #2c8111;*/
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名（不要）*/
h1 {
}

#supportMenu{
width:700px;
height:163px;
text-indent:-9999px;
}

.headerLink{
width:700px;
height:163px;
display:block;
}

/* インフォメーション */
.info{
margin:0 10px 30px 3px;
}

/* ナビゲーション */

/* カテゴリータイトル全体 */
#nav{
margin-bottom:30px;
font-size: 1.2em;
font-weight:bold;
overflow:hidden;
}

/* カテゴリータイトルの青い画像*/
div#nav ul li {
/*
list-style-position:outside;
list-style-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33153.gif);
*/
padding-bottom:15px;
}

div#nav ul li.category_entry {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33394.png);  
background-repeat:no-repeat;
background-position:left 5%;
padding-left:25px;
}

div#nav ul li.category_blog {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120704_33532.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#nav ul li.category_mobile {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33386.png);  
background-repeat:no-repeat;
background-position:left 3%;
padding-left:25px;
}

div#nav ul li.category_smp {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33393.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#nav ul li.category_design {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33383.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#nav ul li.category_plus {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33387.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#nav ul li.category_service {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120627_33384.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#nav ul li.category_etc {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120706_33551.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

/* カテゴリータイトル（左） */
#nav1{
width:230px;
margin-left:10px;
padding-left:0;
float:left;
}

/* カテゴリータイトル（右） */
#nav2{
width:295px;
padding-left:0;
float:right;
}

.ttl{
/* 青い帯の画像サイズ */
width:510px;
height:41px;
/* テキスト指定 */
font-size: 1.2em;
font-weight:bold;
color:#ffffff;
padding-left:20px;
/* 青い帯の画像 */
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33159.gif);  
background-repeat:no-repeat;
/* テキストを上下中央揃えにするため */
position:relative;
/* 青い帯を手前に */
z-index:2;
}

#ttlEntry{
clear:both;
}

/* .ttlの方でline-height:35px;するとアイコンもあがってしまうのでこちらで */
.topTtl{
/* テキストを上下中央揃えにする */
line-height:35px;
/*height:35px;*/
/* テキストを上下中央揃えにする_old */
position:absolute;
/*top:50%;
margin-top:-1em;*/
}

#ttlBlog{
}

#ttlMobile{
}

#ttlDesign{
}

#ttlPlus{
}

#ttlService{
}

/* 青い帯上のアイコン */

/* 記事の投稿 */
#E{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33490.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* ブログの設定 */
#B{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120704_33535.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* ケータイ設定 */
#M{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33446.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* デザイン設定 */
#D{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33492.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* JUGEM PLUS */
#P{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33488.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* サービスのご利用 */
#S{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33433.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* スマートフォン設定 */
#Smart{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33427.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

/* 外部サービス連携 - あとでアイコン変える */
#etc{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120706_33552.png);  
background-repeat:no-repeat;
background-position:left center;
padding-left:25px;
}

.QuestionBlock{
}

.QuestionBox{
/* ピンクの背景色 */
background-color:#fbeffb;
margin-left:13px;
/* leftの指定でタイトル、Qが全体的に右へ */
padding:55px 30px 20px 20px;
/* ピンクの背景を後ろに */
z-index:1;
/* 青い帯の画像を重ねる指定 */
position: relative;
top: -55px;
}

.QuestionCategory{
 /* テキストの指定 */
font-size: 1.1em;
font-weight:bold;
color:#444444;
 /* 青いアイコン（大）画像 */
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33157.gif);
background-repeat:no-repeat;
background-position:0 19px; /* 位置修正必要 */
padding:15px 0 10px 20px;
}

.q {
 /* 青いアイコン（小）画像 */
list-style-position:outside;
list-style-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33156.gif);
padding-bottom:8px;
margin-left:20px; /* 水色アイコンが右におさまる */
font-size:13px;
}

/* ----------------------------------------
 フォントを一部強調
---------------------------------------- */

.bg{
/*background:none repeat scroll 0 0 #fdbeec;ピンク*/
/*background:none repeat scroll 0 0 #ffff99;黄*/
/*background:none repeat scroll 0 0 #d3fde6;緑*/
/*background:none repeat scroll 0 0 #fbdee7;うすいピンク*/
/*background:none repeat scroll 0 0 #deedfb;うすい青*/
/*background:none repeat scroll 0 0 #fbf5de;クリーム*/
background:none repeat scroll 0 0 #defbfb;
/*font-weight:bold;*/
}

.new{
font-size:13px;
font-weight:normal;
color:#d60e0e;
}

#entry {
width:550px;
margin:0 0 15px 11px;
/*border:1px dashed #cca11e;*/
}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}


#pager{padding:10px 0 20px;text-align:center;width:100%;}
#pager span{margin:0 3px;}

#pager span.current{
	background-color:#1e1e1e;
	padding:4px 7px;
	color:#fff;
	font-weight:bold;
}

#pager span a{
	background-color:#e4e4e4;
	color:#565656;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}


/* --------------------------------------
　記事
--------------------------------------- */

/* 記事のタイトル */
h2 {
font-size:13px;
font-weight:bolder;
}

#entryTitle{
/* 青い背景色 */
background-color:#d6eafc;
padding:10px 20px 10px 55px;
/* Qアイコン */
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33188.gif);
background-repeat:no-repeat;
background-position:3% 50%;
}


/* 記事本文 */
.entryBody {
margin:0;
background:#e3f8fc;
padding:20px 20px 20px 55px;
/* Aアイコン */
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33189.gif);
background-repeat:no-repeat;
background-position:16px 18px;
widhth:550px;
font-size:13px;
}

/* パーマリンク、カテゴリー部分 */
.entryState{
background:#e3f8fc;
padding:10px 0 10px 20px;
margin-top:10px;
}

/* 記事の続き
.entryMore {margin:10px 0 10px 0;} */

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

ul.entryState li.es {
    display:inline;
	border-right:1px solid #999999;
	padding-right:5px;
}

/* 関連する記事枠 */
#relatedEntry {
background:#fbeffb;
padding:20px;
margin:0 0 0 0;
width:510px;
}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}

/* エントリーナビゲーション */

#entryNav{
margin:30px 0 20px 0;
font-size: 1.1em;
font-weight:bold;
overflow:hidden;
width:550px;
}

/* 記事内のタイトルメニュー よくある質問集FAQ */
div#entryNavTtl{
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33191.gif);
background-repeat:no-repeat;  
background-position:10px 3px;
padding:0 0 13px 28px;
}

/* 記事内のタイトルメニュー（青い三角矢印）*/
div#entryNav ul li {
/*
list-style-position:outside;
list-style-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33190.gif);
*/
padding-bottom:10px;
}

div#entryNav1 ul li.category_Sentry {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33484.png);  
background-repeat:no-repeat;
background-position:left 15%;
padding-left:25px;
}

div#entryNav1 ul li.category_Sblog {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120704_33536.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

div#entryNav1 ul li.category_Smobile {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33485.png);  
background-repeat:no-repeat;
background-position:left 10%;
padding-left:25px;
}

div#entryNav1 ul li.category_Ssmp {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33481.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

div#entryNav2 ul li.category_Sdesign {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33483.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

div#entryNav2 ul li.category_Splus {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33486.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

div#entryNav2 ul li.category_Sservice {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120628_33487.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

/* 外部サービス連携 - アイコン画像変える */
div#entryNav2 ul li.category_Setc {
background-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120706_33553.png);  
background-repeat:no-repeat;
background-position:left 20%;
padding-left:25px;
}

#entryNav1{
width:230px;
padding-left:30px;
float:left;
}

#entryNav2{
width:270px;
padding-left:20px;
float:right;
}

#info2{
width:510px;
background-color="#ffffff";
border:3px solid #cccccc;
padding:10px 15px 10px 20px;
margin-bottom:20px;
}

	
/* このページの先頭へ（jsに置き換え）
.pageTop {margin:10px 0 0 0} */

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:20px;
}

/* 画像 */
#main .pict {
border:1px #000000 solid;
padding:3px;
}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;

/* よくある質問、新しく追加された質問のアイコン */
background:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33154.gif);
background-repeat:no-repeat;
background-position:20px 3px;
/* left幅が緑の◎アイコンの右横の空白に反映 */
padding:0 0 5px 40px;
width:240px;
}

/* サイドメニューの内容 */
.sideContents {
width:240px;
font-size:12px;
margin:0;
/* 左の20pxが下の#topSideのleftに加算されてる */
/* leftの幅が検索フォームと新しい質問の左の空白に反映 */
padding:0 0 20px 20px;
}

/* アカウント再設定、パス再発行 */
#topSide{
width:240px;
padding:0 0 20px 39px;
}

/* アカウント再設定、パス再発行 */
div#topSide ul li {
list-style-position:outside;
list-style-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120616_33152.gif);
padding-bottom:5px;
}

/* 検索ボタン */

#search{
margin-top:5px;
}

#image-btn {
    border: 0px;
    width: 88px;
    height: 28px;
    background: url(http://img-cdn.jg.jugem.jp/f24/2364042/20120619_33198.gif) left top no-repeat;
margin:5px 0 0 10px;
}

/* 新しく追加された質問タイトル（タグ入力の場合） */
#newQuestion ul li {
font-size:12px;
list-style-position:outside;
list-style-image:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120622_33260.gif);
padding:0 25px 3px 0;
margin:3px 0 0 38px; /* 水色アイコンが左におさまる */
}

#newQuestion{
margin:10px 0 15px 0;
}

.rss{
background:url(http://img-cdn.jg.jugem.jp/f24/2364042/20120618_33193.png);
background-repeat:no-repeat;
background-position:210px;
/* left幅が緑の◎アイコンの右横の空白に反映 */
padding-left:230px;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
width:919px;
margin:0px auto;
background:#cccccc;
padding:10px 20px;
/* copyrightのfloatに対して */
overflow:hidden;
border:1px solid #a19e9e;
}

#copyright {
width:400px;
float:right;
text-align:right;
font-size:11px;
}

/* ----------------------------------------
 Topに戻るボタン
---------------------------------------- */

#page-top{
/* IE6用 */
margin:600px 10px 0 190px;
}

.topIcon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}

#page-top a {
/* ボタンの背景色 */
	background: #737272;
	text-decoration: none;
/* 文字色 */
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
/* マウスオーバーした時の背景色 */
	background: #575757;
}
