@charset "UTF-8";


/*	基本設定
---------------------------------*/

* {
	margin:0;
	padding:0;
}

a {
	outline:none;
	
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

h1,h2,h3 {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Lucida Grande, sans-serif;*/
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	line-height: 1.6;
}

#container {
	width: 918px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border:none;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}


strong {
	font-size: 1.4em;
}

b {
	font-size: 1.4em;
 }

input, textarea {
	width:100%;
	padding: 2px;
	margin: 6px 0;
	background-color: #F4F4F4;
}

textarea {
	height:200px;
}

input.btn {
	margin: 0 3px;
	float:left;
	padding:4px;
	width:149px;
	background-image: url(../images/blockStlye03_h3_inquiry.jpg);
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC807;
	border-right-color: #D07D00;
	border-bottom-color: #D07D00;
	border-left-color: #FFC807;
	cursor:pointer;
}

table {
	margin: 0 10px;
}

th, td {
	text-align:right;
	padding: 3px 5px;
}




/*	ヘッダー部
---------------------------------*/
#header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height:125px;
	background-image: url(../images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}

#header h1 {
	width:207px;
	height:55px;
	margin: 15px 0 0 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	text-indent:-9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

#header h1 a {
	display:block;
	width:207px;
	height:55px;
}

#header a#logo-pt {
	display:block;
	padding:0;
}

#header a#logo-pt img {
	float:right;
	width:115px;
	height:108px;
	margin: -45px 0 0 30px;
}


#navigation {
	
}

#navigation ul {
	list-style-type: none;
	padding:0;
	margin:0;
	margin:-22px 0 0 120px;
}

#navigation li {
	width:94px;
	height:62px;
	float:left;
	text-indent:-9999px;
}

#navigation li a {
	width:94px;
	height:62px;
	display:block;
}

#navigation li#navi-home {
	margin:34px 0 0 0;
	width:79px;
	height:28px;
	background-image:url(../images/navi-home.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-home a {
	width:79px;
	height:28px;
}

#navigation li#navi-tsheet {
	background-image:url(../images/navi-tsheet.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-print {
	background-image:url(../images/navi-print.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-blog {
	background-image:url(../images/navi-blog.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-flow {
	background-image:url(../images/navi-flow.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-company {
	background-image:url(../images/navi-company.jpg);
	background-repeat: no-repeat;	
}

#navigation li#navi-inquiry {
	background-image:url(../images/navi-inquiry.jpg);
	background-repeat: no-repeat;	
}

/*	コンテンツ部
---------------------------------*/

#mainContent {
	padding: 0 15px 5px 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#contentend {
	clear:both;
	
}


#mainContent h2.pageTitle {
	margin:0 0 0 -8px;
	text-indent:-9999px;
	padding: 0;
	height:100px;
	width:904px;
}

#mainBlock {
	overflow:hidden;
	float:left;
	width:400px;
	margin: 20px 20px 0 20px;
	overflow:hidden;
}


#sideBlock {
	overflow:hidden;
	float:left;
	width: 400px;
	margin: 20px 20px 20px 10px;
}


/*	フッター部
---------------------------------*/

#footer {
	height:50px;
	margin: 0 auto 0 auto;
	background-image: url(../images/bg-footer2.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer img#logo-footer {
	float:left;
	width:108px;
	margin: 30px 0 ;
}

#footer address {
	margin: 20px 0;
	float:left;
	width:210px;
	height:100px;
	background-image: url(../images/footer-address.gif);
	text-indent:-9999px;
	background-repeat: no-repeat;
}

#navi-footer {
	
}

#navi-footer ul {
	margin: 25px 20px 15px 0;
	list-style:none;	
	float:right;
}

#navi-footer li {
	heigh:24px;
	line-height:24px;
	vertical-align:middle;
	float:left;
	padding: 0 7px 0 13px;
	background-image: url(../images/footer-navi-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}

#footer p#copy {
	margin: 0 20px 0 0;
	float:right;
}

/*	フッター　キャラクター部
---------------------------------*/


.character {
	position:absolute;
	height:277px;
	width:155px;
	margin: -230px 0 0 860px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
* html .character {
	position:absolute;
	height:277px;
	width:155px;
	margin: -300px 0 0 860px;
}

#character-01 {
	background-image: url(../images/chara01.png);
}

* html #character-01 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara01.png)");
}

#character-02 {
	background-image: url(../images/chara02.png);
}

* html #character-02 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara02.png)");
}


#character-03 {
	background-image: url(../images/chara03.png);
}

* html #character-03 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara03.png)");
}


#character-04 {
	background-image: url(../images/chara04.png);
}

* html #character-04 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara04.png)");
}

#character-05 {
	background-image: url(../images/chara05.png);
}

* html #character-05 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara05.png)");
}

#character-06 {
	background-image: url(../images/chara06.png);
}

* html #character-06 {
	background-image: none;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/chara06.png)");
}




/*	共通スタイル
---------------------------------*/


img.imgFlame01 {
	padding:2px;
	border: 5px solid #E4E4E4;	
}

.imgFlame02 {
	clear:left;
	float:left;
	background-image: url(../images/bg_imgFlame02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:20px 0 0 20px;
	padding:0 0 16px 0;
	
}

.imgFlame02 img {
	margin:0px 12px 0 0px;
	padding:8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}


.imgFlame02 p {
	width:350px;
	float:left;
	padding:0 8px 8px 8px;
	text-align:center;
	color: #000;
	font-weight: bold;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
}

.memo {
	float:left;
	width:370px;
	margin: 10px 8px;
	background-image: url(../images/bg-memo.gif);	
	padding: 0 0 10px 0;
}

.memo strong {
	text-align:center;
	float:left;
	width:360px;
	padding: 5px;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #999999;
}

.memo p {
	float:left;
	width:335px;
	margin: 10px 0 0 0;

}



.blockStyle01 {

	font-size: 1em;
	font-weight: normal;
	
}

.blockStyle01 h2 {
	float:left;
	margin: 0 0 15px 0;
}

.blockStyle01 h3 {
	float:left;
	margin: 0;
	background-image: url(../images/blockStyle01_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 3px solid #DDDDDD;
	padding: 3px 15px;
	color: #FFFFFF;
	clear:both;
	vertical-align:middle;
}

.blockStyle01 dl {
	float:left;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

.blockStyle01 dt {
	float:left;
	color: #000000;
	margin: 0;
	text-align:right;

}

.blockStyle01 dd {	
	float:left;
	color: #AC2F2F;
	text-align:right;
	margin: 0;
}


.blockStyle02 {
	font-size: 1em;
	font-weight: normal;
	
}

.blockStyle02 h2 {
	float:left;
	margin: 0 0 15px 0;
}

.blockStyle02 h3 {
	float:left;
	margin: 0;
	background-image: url(../images/blockStyle01_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 3px solid #DDDDDD;
	padding: 3px 15px;
	color: #FFFFFF;
	clear:both;
	vertical-align:middle;
}

.blockStyle02 dl {
	float:left;
	font-weight: bold;
	padding: 5px 0 15px 15px;
}

.blockStyle02 dt {
	float:left;
	color: #4B7AAA;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align:middle;
	clear:both;
}

.blockStyle02 dd {	
	float:left;
	padding: 0 0 10px 25px;
	clear:both;
}


.blockStyle03 {
	clear:both;
}

.blockStyle03 h3 {
	font-weight: bold;
	color: #FFFFFF;	
	height:40px;
	padding: 2px 30px;
	vertical-align:middle;
	line-height: 45px;
}

.blockStyle03 dl {
	padding: 10px 20px 10px 40px;
}

.blockStyle03 dt {
	font-weight: bold;
}

.blockStyle03 dd {
	padding: 0 0 5px 30px;
	clear:both;
}

.blockStyle03 p {
	padding: 10px 20px 10px 20px;
}


.blockStyle03 ul {
	list-style:none;
	margin: 0 0 0 40px;
	padding: 10px 0 10px 0;
	list-style-image: url(../images/icon-list.gif);
	list-style-position: outside;
}

.blockStyle03 li {
	padding: 0 0 0 5px;
	vertical-align: top;
}



.blockStyle04 {

}

.blockStyle04 h3 {
	font-weight: bold;
	color: #FFFFFF;	
	height:40px;
	padding: 2px 30px;
	vertical-align:middle;
	line-height: 45px;
}

.blockStyle04 h4 {
	font-weight: bold;
	margin: 0 0 0 15px;
	color:#0099CC;
	font-size:1.2em;
}

.blockStyle04 dl {
	padding: 10px 20px 10px 10px;
}

.blockStyle04 dt {
	padding: 5px 0;
	float:left;
	width:110px;
	text-align:right;
	color: #40C83D;
	font-weight: bold;
}

.blockStyle04 dd {
	padding: 5px 20px 5px 130px;
	background-image: url(../images/blockStyle03_underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.blockStyle04 p {
	padding: 0 15px 0px 20px;
}

.blockStyle04 dd.text-right {
	text-align:right;
}


.blockStyle05 {

}



.blockStyle05 h3 {
	font-weight: bold;
	color: #FFFFFF;	
	height:40px;
	padding: 2px 30px;
	vertical-align:middle;
	line-height: 45px;
}

/* コラムスペース */
.colomnBox {
	margin: 10px;
	padding: 15px;
	float:left;
	width:350px;
	background-color: #BAF59C;
	border: 2px dotted #66CC66;
}

.colomnBox h4 {
	padding:3px 5px 3px 10px;
	color: #336600;
	font-size:1.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336600;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
}

.colomnBox p {
	margin:10px 0;
	font-size:0.9em;
}

.colomnBox img {
	float:right;
}

.colomnBox ul, ol {
	margin:10px 0px 10px 30px;
	padding:0;
}

.colomnBox li {
	font-size:0.9em;
}

.colomnBox p.tel {
	text-align:center;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #66CC66;
}


/*	TOPページ
---------------------------------*/
#topbnr {
		
}

#topbnr ul {
	list-style:none;	
}

#topbnr li {
	float:left;
	width:290px;
	margin:3px;
}

#topprice {
	float:left;
	padding: 0 5px;
	width:295px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#topprice h2 {
	height:42px;
	width:260px;
	margin: 10px 0 0 5px;
	text-indent: -9999px;
	background-image: url(../images/title_topprice.gif);
	background-repeat: no-repeat;	
}


#topprice h3 {
	width:260px;
	
}

#topprice dt{
	width:70px;
	
}

#topprice dd{
	width:75px;
}


#topTopics {
	float:left;
	padding: 0 5px;
	width:220px;
}

#topTopics h2 {
	height:42px;
	width:190px;
	margin: 10px 0 0 5px;
	text-indent: -9999px;
	background-image: url(../images/title_toptopics.gif);
	background-repeat: no-repeat;	
}

#topTopics dt{
	width:210px;
	
}

#topTopics dt img {
	margin: 0 0 0 15px;
	vertical-align:middle;
}

#topTopics dd {
	width: 190px;
	line-height:1.2;
}

#topbnr2 {
	float:left;
	width:170px;
	text-align:center;
	margin: 20px 0 0 10px;	
}

#topbnr2 a{
	float:left;
	width:100%;
	margin: 0 auto 5px auto;	
}


#topAdSound {
	float:left;
	width: 157px;
	height:223px;
	margin: 20px 0 0 10px;	
}

/*	Tシャツプリントページ
---------------------------------*/

h2#titleTsheet {
	
	background-image: url(../tsheet/images/img_header.jpg);	
}


.blockStyle03_tsheet h3 {
	background: url(../images/blockStyle03_h3_tsheet.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
}

/*.blockStyle03_tsheet dt {
	color:#6488CC;
}

.blockStyle03_tsheet li {
	float:left;
	width:150px;
}
*/

.blockStyle03_tsheet dt {
	color:#6699CC;
}

.blockStyle03_tsheet li {
	list-style-image: url(../images/icon-list.gif);
	list-style-position: outside;
	float:left;
	width:115px;
}

.blockStyle03_tsheet table {
	float:left;
	width:360px;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
	margin: 10px 20px;
	clear:both;
}


.blockStyle03_tsheet table caption {
	text-align:left;
	margin:0;
	padding: 0 0 0 15px;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align:middle;
	clear:both;
}

.blockStyle03_tsheet table th {
	width:140px;
	background-color:#78C7CB;
	color:#FFFFFF;
	margin:1px;
}

.blockStyle03_tsheet table td {
	width:180px;
	background-color: #E8E8E8;
	margin:1px;
}

.sheetExample {
	float:left;
	margin: 20px 0;
	clear:both;
}

.sheetExample h4 {
	margin: 0 0 0 15px;
	
}


.sheetExample ul {
	list-style:none;
	margin: 0 30px;
}

.sheetExample li {
	float:left;
	width: 141px;
	margin: 5px 10px;
}

.sheetExample li a img {

}
.sheetExample li a {
	float:left;
	background-color: #DDDDDD;
	padding: 3px;
}

.sheetExample li a:hover {
	background-color: #62B0FF;
}


/*	ブログページ
---------------------------------*/

#sidebar {
	float:left;
	width:230px;
	padding: 30px;

}

#sidebar h2 {
	float:left;
	height:40px;
	line-height:40px;
	width:230px;
	background-image: url(../images/blockStyle03_h3_blog.jpg);
	background-repeat: no-repeat;
	padding: 3px 25px;
	color: #FFFFFF;
	clear:both;
	vertical-align:middle;
}

#sidebar ul {
	list-style:none;
}

#sidebar table {
	float:left;
	width:200px;
}


#sidebar ul li ul {
	clear:both;
	padding:0 20px 0 50px;
	margin: 0 0 10px 0;
	list-style-image: url(../images/icon-list.gif);
	list-style-type: none;
	list-style-position: outside;
}


#content {
	float:left;
	width:530px;
	padding: 30px;

}

.post {
	clear:both;
	margin: 0 0 30px 0;
}


.post h2, .post h3 {
	padding:3px 10px;
	font-size: 1.2em;
	background-color: #00CA98;
	color: #FFFFFF;
}

.post h2 a, .post h3 a {
	color: #FFFFFF;
}

.post small {
	padding: 5px;
	float:left;
	width: 520px;
	background-color: #E0E0E0;
}

.post div.entry {

	clear:both;
	padding: 5px 10px;
}

.post div.entry p {
	width: 520px;
	padding: 20px 0;
	clear:both;
	float:left;
}

.post div.entry p.postmetadata {
	float:left;
	clear:both;
}


.navigation {
	width:520px;
	float:left;
	margin: 0 0 30px 0;
}

.alignleft {
	float:left;
}


.alignright {
	float:right;
}

/*	印刷サービスページ
---------------------------------*/

h2#titlePrint {
	
	background-image: url(../print/images/img_header.jpg);	
}

.blockStyle03_print h3 {
	background: url(../images/blockStyle03_h3_print.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear:both;
}

.blockStyle03_print h3.today {
	background: url(../images/blockStyle03_h3_print2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.blockStyle03_print dt {
	color:#6699CC;
}

.blockStyle03_print li {
	float:left;
	width:100px;
}

.blockStyle03_print table {
	float:left;
	width:170px;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF
}


.blockStyle03_print table caption {
	text-align:left;
}

.blockStyle03_print table th {
	width:70px;
	background-color:#78C7CB;
	color:#FFFFFF;
	margin:1px;
}

.blockStyle03_print table td {
	width:90px;
	background-color: #E8E8E8;
	margin:1px;
}





/*	流れページ
---------------------------------*/

h2#titleFlow {
	
	background-image: url(../flow/images/img_header.jpg);	
}

.blockStyle03_flow h3 {
	background: url(../images/blockStyle03_h3_flow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.blockStyle03_flow dt {
	color:#666600;
}


.blockStyle03_flow ol {
	list-style-type: none;
	
}


.blockStyle03_flow dl {
	padding: 10px 0;
	margin: 10px 10px;
	height:auto;
}

.blockStyle03_flow dt {
	float:left;
	width:66px;
	color:#FFFFFF;
}

.blockStyle03_flow dt b {
	float:left;
	font-size:25px;
	width:66px;
	height:71px;
	background-image: url(../flow/images/bg_flow_tsheet_no.jpg);
	background-repeat: no-repeat;
	line-height:71px;
	vertical-align:middle;
	text-align:center;
	clear:left;
	font-weight: normal;
}

.blockStyle03_flow dt p {
	float:left;
	font-size:12px;
	width:66px;
	height:29px;
	background-image: url(../flow/images/bg_flow_tsheet_time.jpg);
	background-repeat: no-repeat;
	line-height:29px;
	vertical-align:middle;
	text-align:center;
	clear:left;
	font-weight: bold;
	
}

.blockStyle03_flow dd {
	float:left;
	width:313px;
	padding:5px 0 10px 0;
	
}

.blockStyle03_flow dd strong {
	float:left;
	width:310px;
	color:#666600;
	font-size: 1.0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding:0 0 5px 5px;
}

.blockStyle03_flow dd p {
	float:left;
	width: 142px;
	margin:5px 0;
}

.blockStyle03_flow dd img {
	float:right;
	margin:5px 0;
}

.blockStyle03_flow dd b {
	width:100px;
	height:50px;
}

.blockStyle04_flow h3 {
	background: url(../images/blockStyle03_h3_flow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.blockStyle04_flow h4 {
	margin:20px 0 0 20px;
	color:#666600;
	font-size:1.1em;
	padding: 0 0 0 15px;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align:middle;
}

.blockStyle04_flow dt {
	color:#666600;

}





/*	会社概要ページ
---------------------------------*/
h2#titleCompany {
	
	background-image: url(../company/images/img_header.jpg);	
}


.blockStyle03_company h3 {
	background: url(../images/blockStyle03_h3_company.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.blockStyle03_company dt {
	color: #40C83D;
}


/*	お問い合わせページ
---------------------------------*/

h2#titleInquiry {
	
	background-image: url(../inquiry/images/img_header.jpg);	
}

.blockStyle03_inquiry h3 {
	background-image: url(../images/blockStlye03_h3_inquiry.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

.blockStyle03_inquiry dt {
	color:#FF6600;
}


.errorBox {
	margin:10px 30px;
	width:340px;
}
.errorBox h4 {
	padding:4px 8px;
	width:324px;
	background-color: #CC3300;
	color: #FFFFFF;
}

.errorBox p {
	background-color: #DDDDDD;
	font-size: 0.9em;
}


/*	リンク集箇所
---------------------------------*/

#sitelink {
	width:900px;
	margin: 10px 0 0 0;
	clear:both;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sitelink div.linkbox{
	float:left;
	width:160px;
	margin:8px;
}


#sitelink div.linkbox a {
	float:left;
	display:block;
	width:160px;
	text-decoration: none;
}

#sitelink div.linkbox h3 {
	padding: 5px 10px;
	display:block;
	background-image: url(../images/link-titlebg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#sitelink div.linkbox p {
	padding:8px;
	height:70px;
	font-size: 9px;
	background-color: #E6E6E6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #43CE3F;
	border-bottom-color: #43CE3F;
	border-left-color: #43CE3F;
	background-image: url(../images/btn-link.jpg);
	background-repeat: no-repeat;
	background-position: center 63px;
	color:#333333;
}



