@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"MS P Gothic","MS Pゴシック",sans-serif;
		font-size:75%;
		line-height:1.4;
		background:#FFFFFF;
}

a:link{
 color:#555555;
 text-decoration:none;
}

a:visited{
 color:#888888;
 text-decoration:none;
}

a:hover{
 color:#ff6600;
 text-decoration: underline;
}

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


img {
	border: none;
	vertical-align: top;
}


ul { 
	    list-style:none; 
} 

hr {
		display:none;
}



/* レイアウト　*/

#wrapper {
		margin:0 auto;
		width: 940px;
		background-image:url(../images/wrapper.gif);
		background-repeat:repeat-y;
}

/* /レイアウト　*/

/* ヘッダ　*/
#header {
		background:url(../images/header_01.gif) repeat-x;
		margin:0 auto;
		width:900px;

}

#masthead {
		position:relative;
		z-index:1;
}

#copy {
		font-size:120%;
		color:#CC0000;
		position:absolute;
		/*right:250px;*/
		right:240px;
		top:50px;
		text-align:left;
		/*padding-top:50px;*/
		z-index:2;
}


#siteinfo{
		position:absolute;
		right:10px;
		text-align:right;
		top:0px;
		z-index:3;
		padding-top:58px;
}

#siteinfo img{
		vertical-align:baseline;
}

#logo {
		text-align:left;
}

#gnav {
		width:900px;
		height:50px;
		margin:0px;
		padding:0px;

}

#gnav li{
		margin:0px;
		padding:0px;
		float:left;
}

#gnav li a{
		margin:0px;
		padding:0px;
}
		

/* /ヘッダ　*/

/* コンテンツ　*/

#contents {
			clear:both;
			width:900px;
			margin:0 auto;

}

/* 左サイド　*/

#navi {
		width:180px;
		float:left;
		margin:20px 0 0 0;
}

#leftmenu {
		background:repeat-y url(../images/left/left_waku.gif);
		width:180px;
		/*height:460px;*/
		margin-bottom:20px;
}

#leftmenu h3{
		padding:3px 7.5px 5px 7.5px;
}

#leftmenu ul{
		padding:0px 10px 10px 10px;
}

#guidebox li{
		padding:0px 10px 10px 10px;
}

#leftmenu p{
		text-align:center;
		padding:5px 0px 5px 0px;
}

#leftmenu p a {
	color: #333333;
	text-decoration: none;
}

#leftmenu p a:hover {
	color:#ff6600;
 text-decoration: underline;
}

#calendar {
		padding:0 2px;
}

#company {
		margin-bottom:10px;
}

#company p{
		text-align:center;
		font-size:112%;
		line-height:1.6;
}

/* /左サイド　*/

/* メイン　*/

#division {
			float:right;
			width:710px;
}

/* 真ん中　*/

#main {
		width:530px;
		float:left;
		margin:20px 0 0 0;
}

.main_banner{
		margin:0 0 10px 0;
}

#sub_banner{
		margin:0 0 10px 0;
}

#assist-nav{
		width:500px;
		height:101px;
		margin:20px 15px;
}

#assist-nav li{
		float:left;
		width:240px;
}

#assist-nav_a{
		margin:0 10px 0 0;
}

#assist-nav_b{
		margin:0 0 0 10px;
}

#lnav-a {
		width:500px;
		height:80px;
		margin:20px 15px;	
}

#lnav-a li{
		float:left;
		width:240px;
}

#lnav-a1{
		margin:0 10px 0 0;
}

#lnav-a2{
		margin:0 0 0 10px;
}

#lnav-b {
		width:500px;
		height:80px;
		margin:20px 15px;	
}

#lnav-b li{
		float:left;
		width:240px;
}

#lnav-b1{
		margin:0 10px 0 0;
}

#lnav-b2{
		margin:0 0 0 10px;
}

/* info　*/

/*iframe{
		width:520px;
		height:270px;
		border-top-width:1px;
		border-right-width:1px;
		border-bottom-width:1px;
		border-left-width:1px;
}*/

/*dl#information{
		margin:0 0 10px 0;
		padding:0px;
}*/						/*フレーム中止*/

div#information{
	margin:0 0 20px;
	padding:0;
}

/*dl#information dt,
dl#information dd{
		margin:0px;
		padding:0px;
		
}*/
dl#infodata {
	width:503px;
	border: #CCCCCC solid 1px;
	font-size:1em;
		line-height:1.4em;
		margin:0px;
		padding:0px;
		background-color:#FFFFFF;
}

dl#infodata dt{
		color:#663300;
		margin:0px;
		padding:7px 0 0 20px;
		font-size: 1.2em;
}

/*body#infobody{
		font-size:0.9em;
		line-height:1.4em;
		margin:0px;
		padding:0px;
		background-color:#FFFFFF;
}

dl#infodata{
		width:503px;
		margin:0px;
		padding:0px;
}*/

dl#infodata dd{
	margin: 0 0 5px;
	padding: 0 0 5px 40px;
 border-bottom-width:1px;
 border-bottom-style:dotted;
 border-bottom-color:#999999;
 color: #666666;
}

dl#infodata dd p{
 margin:0px;
 padding:3px;
}

dl#infodata dd p a{
	color: #ff6600;
	text-decoration: none;
}

dl#infodata dd p a:hover{
 color:#ff6600;
 text-decoration: underline;
}

/* /info　*/

/* tシャツ君　*/

div#print-kiki {
	margin: 0 0 10px;
}

div#print-kiki div#printData {
	width:503px;
	border: #CCCCCC solid 1px;
	font-size:1em;
	line-height:1.4em;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

div#print-kiki div#printData h5 {
	padding: 7px 0 7px 20px;
	font-size: 1.3em;
	font-weight: bold;
	color:#FF0000;
}

div#print-kiki div#printData ul {
	padding: 0 0 8px 50px;
}

div#print-kiki div#printData li {
	padding: 4px 8px;
	font-size: 1.1em;
	color: #666666;
	list-style: square;
	line-height: 1.4em;
}

/* tシャツ君　*/

/* パンくず */

#rootList {
	font-size: 0.9em;
	line-height: 30px;
	text-transform: uppercase;
	margin:20px 0 0 5px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	clear:both;
	
}

#rootList li {
	display: inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rootList li a:link {
	color: #663300;
	text-decoration: none;
}

#rootList li a:visited {
	color: #663300;
	text-decoration: none;
}

#rootList li a:hover {
	color: #663300;
	text-decoration: underline;
}

#rootList li a:active {
	color: #663300;
	text-decoration: none;
}


/* /パンくず */

/* 商品一覧 */

#productList {
		/*margin:35px 0 35px 10px;*/
		margin:17px 0 35px 10px;
}

#productList h2 {
		/*margin:0 10px 10px 0px;*/
		padding: 0 10px 15px 0px;
}

#productList li {
	float: left;
	width: 165px;
	height:310px;
	margin: 0 10px 20px 0;
	text-align: center;
	background:repeat-y url(../images/pro/nakawaku.gif);
}

#productList h3 a:hover {
	text-decoration: none;
}

#productList h3 span {
	display: block;
	padding: 3px 0;
	color:#FFFFFF;
	font-weight: normal;
	background: #222222;
}

#productList h3 span a{
		color:#FFFFFF;
}

.table1 th{
		font-size:0.8em;
}

.table1 td{
		line-height:1.2em;
		font-size:1em;
}

/* /商品一覧 */

/* 商品詳細 */

#detail {
		margin:10px 5px;
		width:275px;
		float: left;
		text-align: left;
}

#detailWrap{
		margin:15px 7.5px;
		width:400px;
		float:right;
		background:repeat-y url(../images/p_detailed/p_data_waku.gif);
}

#detailTitle{
		font-size:150%;
		color:#FF0000;
}

#detailimg{
		margin:0;
}

#detailWrap dt {
		color: #663300;
		font-size:150%;
		padding:3px;
}

#detailWrap dl dd.productData{
		margin:10px 0;
		padding:5px;
}


table.table2{
		width:390px;
		border-spacing:3px;
}

.table2 td{
		text-align:left;
}

.table2 td span.style01{
		font-size:1.4em;
		color:#FF0000;
}

table.table3 {
		margin:10px auto;
}

table.table3 caption{
		font-size:1.1em;
}


#detailWrap p{
		margin-left:3px;
		margin-top:5px;
}

.tyumonsyo{
		margin-right:15px;
		margin-bottom:15px;
		text-align:right;
}

/* /商品詳細 */

/* リコメンド */

#recommend {
		margin:35px 0 35px 10px;
}

#recommend h2 {
		margin:0 0 5px 0px;
}

#recommend li {
	float: left;
	width: 165px;
	height:310px;
	margin: 0 10px 20px 0;
	text-align: center;
	background:repeat-y url(../images/pro/nakawaku.gif);
}

#recommend h3 a:hover {
	text-decoration: none;
}

#recommend h3 span {
	display: block;
	padding: 3px 0;
	color:#FFFFFF;
	font-weight: normal;
	background: #222222;
}

table.table1{
		width:165px;
}

table.table1 th{
		width:25%;
}

table.table1 td{
		width:75%;
		text-align:right;
		font-size:1.2em;
}

/* /リコメンド */

/* カラー */
#colordeta{
		margin-top:10px;
		clear:both;
}

#colordeta h2{
		font-size:120%;
		color:#FF0000;
		padding-bottom:5px;
}

/* /カラー */

/* 支払い・送料 */

#howto{
		margin:10px;
		padding:0;
}

.about01 h2{
		background-color:#EFEFEF;
		font-size:150%;
		color:#0850B2;
		margin-bottom:8px;
		padding-top:2px;
		padding-left:10px;
		border-bottom:4px solid #CCCCCC;
}

.about01 h3{
		font-size:1.4em;
		line-height:1.2;
		color:#003333;
		margin-left:20px;
		margin-top:15px;
		margin-bottom:15px;
}

.about01 ul.area01{
		margin-left:30px;
		margin-top:15px;
		margin-bottom:0px;
}

ul.area01 li{
		margin:0;
		padding-left:5px;
		font-size:135%;
		color:#333333;
}

.about01 ul.area02{
		margin-left:35px;
		margin-top:15px;
		margin-bottom:0px;
}

ul.area02 li{
		margin:5px;
		font-size:1em;
		color:#555555;
		list-style-type:disc;
}

ul.area02 li strong{
		font-size:1.2em;
		color:#CC0000;
}

.about01 p{
		font-size:1.2em;
		line-height:1.3;
		color:#666666;
		margin-top:15px;
		margin-bottom:15px;
		margin-right:10px;
		margin-left:20px;
}

.about01 p#hurikomi{
		font-size:135%;
		color:#333333;
}

.about01 p#souryou01{
		margin:0 5px 10px 35px;
		font-size:1.1em;
		color:#CC0000;
}

.about01 p#souryou02{
		margin:0 5px 50px 35px;
		line-height:1.2em;
		color:#555555;
}

/* /支払い・送料 */

/* 質問 */
#question{
		margin:10px;
		padding:0;
}

#question h2{
		background-color:#EFEFEF;
		font-size:150%;
		color:#0850B2;
		margin-bottom:8px;
		padding-top:2px;
		padding-left:10px;
		border-bottom:4px solid #CCCCCC;
}

#question dt.q1{
		font-size:1.4em;
		line-height:1.4;
		margin:15px 5px 5px 5px;
}

#question dt.q2{
		font-size:1.4em;
		line-height:1.4;
		border-top:1px dotted #CCCCCC;
		margin:5px;
		padding-top:15px;
}

#question dd{
		font-size:1.2em;
		line-height:1.5em;
		color:#666666;
		margin-left:3em;
		margin-bottom:20px;
		text-indent:-1.2em;
}

#question dd a {
	text-decoration: underline;
}

/* /質問 */

/* ご注文の流れ　*/

.step{
		background:repeat-x url(../images/step/step_waku.gif);
		width:690px;
		height:250px;
		margin:10px auto;
		clear:both;
}

.step img{
		margin:0 10px 0 0;
		float:left;
}
.step h3{
		margin:5px;
		padding:5px;
		color:#0033CC;
}

.step p{
		margin:0;
		padding:5px;
		color:#666666;
		line-height:1.3em;
}

.step p a{
		color:#0066CC;
		text-decoration:none;
}

.step p a:hover{
 color:#ff6600;
 text-decoration: underline;
}

img.hansita{
		float:right;
		text-align:right;
}

/* /ご注文の流れ　*/

/* お問い合わせ　*/

#orderForm fieldset {
	margin-top: 30px;
	border: 1px solid #cccccc;
}
#orderForm legend {
	padding-top: 2px;
	margin-left:4px;
	font-size:1.4em;
	color:#666666;
	font-weight: bold;
	border-bottom: 3px solid #CC0000;
}
#orderForm dl {
	padding: 10px 20px 20px 20px;
}
#orderForm dt {
	margin-top: 10px;
	font-size:1em;
}
#orderForm dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
#orderForm em {
		color:#DC0101;
	font-style: normal;
}
#orderForm .submit {
	margin-top: 30px;
	text-align: center;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
	font-size: 100%;
}
#orderForm .text1 {
	width: 150px;
}
#orderForm .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 200px;
}

#orderForm .textarea1{
		width:350px;
}

#orderForm .text1,#orderForm .text2,#orderForm .text3{
	background: #FFFFFF;
	border: 3px double #CCCCCC;
	padding: 2px;
}

#orderForm .textarea1{
			background: #FFFFFF;
			border: 3px double #CCCCCC;
			margin:0;
			padding:0;
}


/* php関係　*/

div#Copyright {
	text-align: right;
	margin-top: 2px;
	font-size: 10px;
	color: #999999;
}

div#MAINLAYOUT {
	width: 600px;
	margin:30px auto;
	padding: 5px;
	border: 1px solid #ccc;
}

div#MAINLAYOUT h1 {
	font-size: 14px;
	background: #99c;
	color: #fff;
	padding: 2px 2px 1px 5px;
	border-left: 10px solid #448;
	margin: 0px;
}

div#MAINLAYOUT a{
		text-decoration:underline;
		color:#0033FF;
}

div#MAINLAYOUT h2 {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#FORM table {
	border: 1px solid #ccc;
	text-align:center;
	width:300px;
	margin:0 auto;
}
div#FORM {
	margin: 10px auto 15px;
}
div#FORM form {
	width:600px;
	margin: 0 auto;
}
div#FORM td {
	padding: 4px;
	background: #f1f1f1;
	width: 350px;
}
div#FORM th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #e4e4e4;
	vertical-align: top;
}

div#FORM .Submit {
	background: #fff;
	text-align: center;
}

/* /php関係　*/

/* /お問い合わせ　*/

/* 会社概要　*/

#company{
		margin:10px;
		padding:0;
}

table.table4{
		margin:15px 20px;
}

table.table4 th{
		width:120px;
		margin:0;
		padding:3px;
		font-size:1.3em;
}

table.table4 td{
		width:500px;
		margin:0;
		padding:3px;
		font-size:1.2em;
		text-align:left;
}

#toiawase{
		margin:15px 20px;
}

#toiawase dl.locate{
		margin:0px;
		padding-left:15px;
}

#toiawase dl.locate dt{
		width:130px;
		margin-top:30px;
		margin-bottom:10px;
		padding:3px;
		text-align:left;
		background-color:#EFEFEF;
		border-left:4px solid #CCCCCC;
		font-size:1.3em;
		font-weight:bold;
		color:#0000FF;
}

#toiawase dl.locate dd{
		text-indent:2em;
		font-size:130%;
}

#toiawase dl.locate dd.t1{
		color:#CC0000;
}

#toiawase dl.locate dd.t2{
		margin-bottom:30px;
}

/* /会社概要　*/

/* 個人情報　*/

.about01 ol li{
		font-size:1.2em;
		line-height:1.3;
		color:#666666;
		margin-top:15px;
		margin-right:10px;
		margin-bottom:15px;
		margin-left:30px;
}

.about01 ol li p{
		font-size:1em;
		line-height:1.3;
		color:#666666;
		margin:10px 15px;
}

/* /個人情報　*/

/* 通信法規　*/

table.table5{
		margin:30px 10px;
		border-collapse:collapse;
}

table.table5 th{
		width:170px;
		padding:3px;
		font-size:110%;
		color:#333333;
}

table.table5 td{
		width:500px;
		padding:3px;
		font-size:105%;
		color:#555555;
		text-align:left;
}

/* /通信法規　*/

/* 価格表　*/

#p_price{
		margin:10px;
		padding:0;
}

#p_price dl{
		margin:10px 10px 30px 20px;
}

#p_price dl dt{
		padding-top:15px;
		padding-bottom:5px;
		font-size:1.4em;
		color:#333333;
		font-weight:bold;
}

#p_price dl dd{
		padding-left:10px;
		font-size:1.2em;
		line-height:1.4em;
		color:#555555;
}

#p_price dl dd a{
		text-decoration:underline;
		color:#0066CC;
}

#p_price dl dd a:hover{
 color:#ff6600;
 text-decoration: underline;
}

#p_price p.exp1{
		font-size:1em;
}

#p_price p.exp2{
		font-size:1.3em;
		line-height:1.5em;
		color:#0062AC;
		margin-left:10px;
		margin-top:15px;
		margin-bottom:15px;
}

#p_price p.exp2 strong{
		color:#CC0000;
		font-size:1.3em;
}

#p_price p.exp3{
		margin-top:40px;
		margin-bottom:40px;
		padding-left:10px;
		font-size:1.2em;
		line-height:1.4em;
		color:#555555;
}

#p_price p.exp3 a{
		text-decoration:underline;
		color:#0066CC;
}

#p_price p.exp3 a:hover{
 color:#ff6600;
 text-decoration: underline;
}

.TabbedPanelsContent h3{
		font-size:124%;
		color:#FFFFFF;
		background-color:#000000;
		padding:4px 4px 4px 9px;
		font-weight:normal;
}

table.table6{
		margin:24px auto;
		border-collapse:collapse;
		background-color:#FFFFFF;
}

th.count1{
		background-color:#666666;
		color:#FFFFFF;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:normal;
}

th.count2{
		width:60px;
		background-color:#666666;
		color:#FFFFFF;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:normal;
}

th.count3{
		width:100px;
		background-color:#666666;
		color:#FFFFFF;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:normal;
}


td{
		text-align:center;
		padding:2px;
}

tr.color1{
		border-top:#000000 solid 2px;
}

tr.color2{
		background-color:#999999;
}

/* /価格表　*/

/* キャンペーン　*/

.campaign {
		width:690px;
		margin:10px auto;
		clear:both;
}

.campaign div.kakakuhyou img {
		margin: 10px 0 30px;
}

.campaign ul li.cam-nor {
	color: #666666;
	font-size: 14px;
	margin: 10px 10px 10px 20px;
	padding: 0;
	list-style: disc inside;
}

.campaign ul li.cam-nor em {
	color: #FF0000;
	font-size: 16px;
	font-style: normal;
}

.campaign ul li.cam-nor a {
	color:#0033CC;
	text-decoration: underline;
}

.campaign ul li.cam-nor a:hover{
	 color:#ff6600;
	 text-decoration: underline;
}

.campaign p.cam-em {
	font-size: 18px;
	color: #009900;
}

.campaign p.cam-con {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.campaign div.tokuten img {
	margin: 20px 0;
}

/* キャンペーン　*/

/* 版下の作り方　*/

.step2{
		width:690px;
		height:202px;
		margin:10px auto;
		clear:both;
}

.step2 img{
		margin:0 10px 0 0;
		float:left;
}
.step2 h3{
		margin:5px;
		padding:5px;
		color:#0033CC;
}

.step2 p{
		margin:0;
		padding:5px;
		color:#666666;
		line-height:1.3em;
}

.step2 p a{
		color:#333333;
}

.step2 p a:hover{
 color:#ff6600;
 text-decoration: underline;
}

table.table7{
		border-collapse:collapse;
		margin-bottom:45px;
}

table.table7 th{
		font-size:1.3em;
		background-color:#999999;
		color:#222222;
		width:180px;
}

table.table7 td{
		font-size:1.2em;
		background-color: #CCCCCC;
		color:#333333;
		text-align:left;
}

table.table7 td a{
		text-decoration:underline;
		color:#0066CC;
}

table.table7 td a:hover{
 color:#ff6600;
 text-decoration: underline;
}

/* /版下の作り方　*/

/* プリント機器　*/
#print-machine{
	margin:10px;
	padding:0;
}

#machine01 {
	padding: 10px;
	border: 1px solid #00FFFF;
}

#machine01 ul{
	float: left;
	width: 400px;
}

#machine01 ul li {
	line-height: 1.5;
}

#machine01 ul li a {
	text-decoration: underline;
	color: #ff6600;
}

#machine01 ul li a:hover {
	text-decoration: underline;
	color: #0000FF;
}

div#order {
	clear: both;
	margin-top: 20px;
}

div#order p {
	line-height: 1.4;
}

div#order p a {
	text-decoration: underline;
	color: #ff6600;
}

div#order p a:hover {
	text-decoration: underline;
	color: #0000FF;
}

div#order p span.color3 {
	color: #FF0000;
	font-weight: bold;
}

div#machine02 {
	margin-top: 20px;
}

#machine02 dl.about-machine {
	margin: 20px;
}

#machine02 dl.about-machine dt {
		background-color: #66FFFF;
		font-size:150%;
		color:#0850B2;
		margin-bottom:8px;
		padding-top:2px;
		padding-left:10px;
		border-bottom:4px solid #FFFFCC;
}

#machine02 dl.about-machine dt a {
	color:#0850B2;
}

#machine02 dl.about-machine dt a:hover {
	text-decoration: none;
}

#machine02 dl.about-machine dt img {
	padding-left: 8px;
}

#machine02 dl.about-machine dd {
	padding: 0 18px;
}

#machine02 dl.about-machine dd p {
	font-size: 1em;
}

#machine02 dl.about-machine dd p a{
	text-decoration: underline;
}

#machine02 dl.about-machine dd p a:hover{
	text-decoration: underline;
	color: #0000FF;
}

#machine02 dl.about-machine dd.price01 {
	padding: 0 10px;
	text-align: right;
	font-size: 12px;
}

#machine02 dl.about-machine dd.kinds {
	padding: 0 13px;
	font-size: 14px;
	color: #333333;
}

#machine02 dl.about-machine dd.etc {
	padding: 5px 18px;
	text-align: right;
	border-bottom: 1px dotted #999999;
}

/* プリント機器　*/

/* 加盟店　*/

div#order p {
	line-height: 1.6;
}

div#order p span.big {
	font-size: 24px;
	color: #000000;
}

div#machine02 dd span.big {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#machine02 dl.about-shop {
	margin: 20px;
}

#machine02 dl.about-shop dt {
		background-color: #66FFFF;
		font-size:150%;
		color:#0850B2;
		margin-bottom:8px;
		padding-top:2px;
		padding-left:10px;
		border-bottom:4px solid #FFFFCC;
}

#machine02 dl.about-shop dd {
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 1.1px;
	padding: 5px;
}

#machine02 dl.about-shop dd a {
	color:#0850B2;
	text-decoration: underline;
}

#machine02 dl.about-shop dd a.big02 {
	font-size: 16px;
}

#machine02 dl.about-shop dd a:hover{
	text-decoration: underline;
	color: #ff6600;
}

#machine02 dl.about-shop dd ul li {
	list-style: inside square;
}

/* 加盟店　*/

/* 作品　*/

div#print-work{
	margin:10px;
	padding:0;
}

div#order {
	clear: both;
	margin-top: 20px;
}

div#print-photo {
	margin-top: 20px;
}

div.caution {
	padding: 10px 30px 10px 0;
}

div.caution p {
	color: #333333;
}
/* 作品　*/


/* サイトマップ　*/
#s_map{
		margin:10px;
		padding:0;
}

.sitemapList{
		margin:0 0 20px 0;
		padding:5px 0 5px 10px;
		border:1px solid #00FFFF;
		width:340px;
}

.sitemapList dt{
		margin:0 0 5px 0;
		padding:0;
		font-size:1.1em;
		color:#333333;
}

.sitemapList dd{
		margin:0 0 0 25px;
		padding:0;
		font-size:0.9em;
		line-height:1.5em;
}

.sitemapList ul{
		margin:0;
		padding:0;
		list-style-type:disc;
}

/* /サイトマップ　*/

/* /真ん中　*/

/* 右サイド　*/

#sub {
		width:170px;
		float:right;
		margin:20px 0 0 0;
}

#rightmenu {
		background:repeat-y url(../images/right/right_waku.gif);
		width:170px;
		height:370px;
		margin-bottom:20px;
}

#rightmenu h3{
		padding:3px 2.5px 5px 2.5px;
}

#rightmenu ul{
		padding-top:15px;
}

#rightmenu li{
		padding:0 10px 10px 10px;
}


#rightbox li{
		padding:0 0 10px 0;
}

/* /右サイド　*/

#gotoTop{
		font-size:1em;
		text-align:right;
		text-transform:lowercase;
		height:40px;
		margin:0;
		padding-right:10px;
		clear: both;			/* 変更　*/
}

#gotoTop img{
		vertical-align:baseline;
}


/* /メイン　*/

/* /コンテンツ　*/

/* フッター　*/
#footer {
		clear:both;
		background:#333333;
		margin:0 auto;
		width:900px;
		height:60px;

}

#footer ul{
		text-align:center;
		padding:3px 0 0 0;
}

#footer li{
		display:inline;
		color:#FFFFFF;
		font-size:0.9em;
}

#footer a{
		color:#FFFFFF;
}

address{
 color:#999999;
 font-size:0.9em;
 font-style:normal;
 text-align:center;
 padding-top:18px;
 }


/* /フッター　*/










