@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;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

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

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

}

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

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

/* ---------------
エントリー部分
--------------- */
/* トピックパス */
#topicpath,#topicpath a:link, #topicpath a:visited{
	color:#666666;
}

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

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

.entryHeader{
	background: url(/themes/appleple/images/entryHeadBg.gif) repeat-x left top;
	/*margin: 0 0 0 20px;*/
}

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

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

/* ---------------
サブボックス
--------------- */
#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 #viewing{
	background-image: url(/themes/appleple/images/cateBtn.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 210px;
	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-top: 10px;
}

.subContent{
	padding: 10px 15px 0;
}

.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;
}

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

トップページ

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

/* 事例紹介の全体 */
.topCasestudyBox{
	margin-right: -20px;
	padding-top: 20px;
	background:transparent url(/themes/appleple/images/entryLine.gif) no-repeat scroll left top;
}


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

/* 事例紹介 */
.topCasestudy {
	float:left;
	margin:0 20px 30px 0px;
	_margin:0 10px 30px 0px;
	width:270px;
}

.topCasestudyImg img{
	position:relative;
}

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

*:first-child+html .topCasestudyImg img{
	position:static;
}

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




/* 新着 */
.newIcon{
	float: right;
	display:none;/* 段落ちのため緊急措置 */
}

/* メインのリンク */
.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: -22px;
}

/* システム開発の全体 */
.topDevBox{
	background: url(/themes/appleple/images/entryLine.gif) no-repeat left top;
	padding-top: 20px;
}

.topDevBox h3{
	margin-bottom: 30px;
}

/* applepleのロゴ */
#topDevAppleple{
	float: left;
	height: 74px;
	width: 198px;
}

/* a-blog cmsのロゴ */
#topDevAblogcms{
	float: left;
	height: 46px;
	width: 268px;
	margin: 8px 0 0 68px;
}

/* お知らせ */
#topNewsEntry{
	color: #999999;
}

#topNewsEntry a{
	color: #333333;
	display:inline-block;
}

#topNewsEntry span{
	background: url(/themes/appleple/images/subList.gif) no-repeat left 6px;
	padding-left: 20px;
	display:inline-block;
	_background: url(/themes/appleple/images/subList.gif) no-repeat left top;
	_position: relative;

}

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

.topNewsDate{
padding: 0 0 5px 20px;
}

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

#companyAddress h4{
	color: #C40E32;
}

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

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

ページスタイル関連

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

/* 続きを読む (事例紹介) */
#caseContinueLink{
	float: right;
	width: 139px;
	height: 30px;
	margin: 0 20px 30px 0;
	background: url(/themes/appleple/images/continueLink.gif) no-repeat;
	text-indent: -9999px;
}

#caseContinueLink a{
	display:block;
	width: 140px;
	height: 30px;
}

























