@charset "utf-8";
/* ---------------
汎用スタイル style.css
テンプレートにあるclassの初期値設定
--------------- */

/* ---------------
要素の再定義
--------------- */

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:15px;
	color: #333333;
	_text-align: center;
}

/*	コンテンツ全体のボックス	*/
#wrapperBox{
	background:#FFFFFF url(../images/headerBg.gif) repeat-x left top;
	width: 1000px;
	margin: 0px auto;
	padding-top: 52px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	_text-align: center;
}


/* ---------------
へッダーボックス
--------------- */
#header {
	font-size:1em;
	margin: 0;
	text-align:center;
	width:800px;
}

/*　サイトのロゴ　*/
#siteTitle {
margin: 0px 0 20px;
padding: 0;

}


#nav{
	height: 60px;
	margin: 0;
}


/* ---------------
メインボックス
--------------- */
#main {
	display: inline;
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0;
	text-align:left;
}




/* ---------------
エントリー部分
--------------- */
/* トピックパス */
#topicpath{
	_text-align:left;
}

#topicpath,#topicpath a:link, #topicpath a:visited{
	color:#666666;
	margin-right: 10px;
}

/* タイトルのヘッダー */
.entryHeader{
	background: url(/themes/appleple/images/entryHeadBg.gif) repeat-x left top;
	margin: 0;
}

/* タイトル */
.entryTitle{
	font-size:30px;
	line-height:1.4;
	color: #C40F32;
	background: url(/themes/appleple/images/entryTitle.gif) no-repeat left 28px;
	padding: 20px 0 0 40px;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-bottom: 10px;　/*仮*/
}

/* タイトル */
.entryTitle a:link, .entryTitle a:visited{
	color: #C40F32;
}



/* 一記事のエントリー */
.entry {
	margin:0;
	padding:0 4px 10px;
	background: url(/themes/appleple/images/entryLine.gif) no-repeat left top;

}

/* ---------------
サブボックス
--------------- */
#sub {
	display: inline;
	float: right;
	width: 210px;
	margin: 0px 0px 20px 0;
	_margin: 0px 0px 20px 0;
	padding:0;
	text-align:left;
}


/* カテゴリーナビ */
#devEntryListBox{
	padding:0;
}

.devEntryList a{
	background: url(/themes/appleple/images/cateBtn2.jpg) no-repeat;
	height: 33px;
	width: 190px;
	margin: 0 2px 0 20px;
	padding: 8px 0 0 10px;
	font-size:16px;
	color: #333333;
	display: block;
}

.devEntryList a:link, .devEntryList a:visited{
	color: #333333;
}

#devEntryListBox a.stay {
	background-image: url(/themes/appleple/images/cateBtn.jpg);
	background-repeat: no-repeat;
	height: 32px;
	_width: 183px;
	color: #FFFFFF;
	font-size:16px;
	margin: 0 2px 0 0;
	padding:8px 0 0 27px;
	margin-bottom: 2px;
}

#devEntryListBox a.stay:link, #devEntryListBox a.stay:visited{
	color: #FFFFFF;
}

#devEntryListBox #viewing{
	background-image: url(/themes/appleple/images/cateBtn.jpg);
	background-repeat: no-repeat;
	height: 32px;
	_width: 183px;
	color: #FFFFFF;
	font-size:16px;
	padding:8px 0 0 27px;
	margin-bottom: 2px;
}

#devEntryListBox #viewing a:link, #devEntryListBox #viewing a:visited{
	color: #FFFFFF;
}

#subCall{
	text-align: center;
	margin-top: 30px;
}

/* サブタイトル */
.subTitle{
	background: url(/themes/appleple/images/subCateLine.gif) repeat-x left top;
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
}

.subContent{
	padding: 10px 15px;
	background: url(/themes/appleple/images/subCateLineUnder.gif) repeat-x left top;
	margin-bottom: 10px;
}

.caseLink{
	margin: 10px 0 20px;
}

.caseLink a{
	background: url(/themes/appleple/images/marker.gif) no-repeat left 9px;
	padding-left:15px;
	width: 165px;
	display: block;
}

/* フッタートピックパス */
#topicBox{
	width: 1000px;
	height: 30px;
	background: url(/themes/appleple/images/topicFoot.gif) repeat-x left top;
}

#topicBox{
	color:#FFFFFF;
	
}

#topicpathFoot{
	padding-left: 112px;
	
}

#topicpathFoot a,#topicpathFoot a:link, #topicpathFoot a:visited{
	color: #FFFFFF;
	font-size: 12px;
}

/* ------------------------------

エントリー装飾

------------------------------ */

/* 画像 */
.columnImage{
	padding: 10px;
	background: url(../images/photoFrame.gif) repeat;
}

/* 引用 */
blockquote {
	background: url(../images/blockquoteIcon.gif) no-repeat left top;
	margin-left: 10px;
	padding-left: 27px;
	
}

/* エントリー　リスト */
.entry ul {
	list-style-type: none;
	margin-left: 10px;	
}

.entry ul li {
	background: url(../images/listIcon.gif) no-repeat left center;
	padding-left: 18px;
	
}

.entry ol {
	list-style-position: inside;
	margin-left: 10px;
	padding: 0;
}
.entry ol li {
	line-height:1.2;
}




/* ------------------------------

事例紹介ページ


------------------------------ */

/* サブカラム */

/* 会社の住所 */
#companyAddress{
	background: url(/themes/appleple/images/subCateLineUnder.gif) repeat-x left top;
	padding: 20px 0 0 15px;
}

#companyAddress h4{
	color: #C40E32;
}

#subMap{
	background: url(/themes/appleple/images/photoFrame.gif) repeat;
	padding: 5px;
	margin: 20px 0 0 15px;
	width: 170px;
	height: 170px;
}

.topCasestudyBox{
	margin: 0 -20px 0 0;
	padding: 20px 0 0 0;
	background: url(/themes/appleple/images/entryLine.gif) no-repeat left top;
}

/* 事例紹介のボックス */
.topCasestudy{
	float: left;
	margin: 0 20px 30px 0px;
	_margin: 0 10px 30px 0px;
	width: 270px;
}
.topCasestudy img{
	position:relative;
}

*:first-child+html .topCasestudy {
	margin: 0 10px 30px 0px;
}


/* IE7 画像の切り取り */
*:first-child+html .topCasestudy img{
	position:static;
} 

/* 画像 */
.topCasestudyImg{
	background: url(/themes/appleple/images/photoFrame.gif) repeat;
	padding: 5px;
	width: 260px;
	margin-bottom:10px;
}


/* 新着 */
.newIcon{
	float: right;
}

/* メインのリンク */
.casestudyLink{
	background: url(/themes/appleple/images/casestudyLinkLine.gif) no-repeat left top;
	padding-top: 5px;
}


.casestudyLink,.casestudyLink a{
	color:#999999;
	font-size: 12px;
}

/* 日付 */
.casestudyDate{
	float: right;
	_margin-top: -18px;
}



/* お問い合わせバナー */
p#mainCall {
	margin-top:30px;
}


