@import 'anchor.css';

/*共通*/
#main_table {
	width: 570px;
	font-size: 12px;
}
/*パンくず*/
#topicpath {
	font-size: 12px;
	margin-bottom: 10px;
	clear: both;
}
#topicpath li {
	display:inline;
	list-style-type:none;
	color: #CC0000;
}
#topicpath li a {
padding-right:10px;
	background:url(../images/topicpath.gif) no-repeat right center;
}

h2.index {
	margin: 0px 0px 3px;
}
h2.archive-title {
	width: 540px;
	padding-bottom: 10px;
	background-image: url(../images/aboutkyoto/courselist/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	letter-spacing: 1px;
	height: 17px;
	padding-top: 4px;
	padding-left: 30px;
	margin: 0px;
	display: block;
}

div.contents {
	font-size: 0.875em;
}

/*写真リスト-----------------*/
table.list{
	margin:0.5em 0;
	table-layout: fixed;
}
ul.list{
	margin-left:2em;
	padding-left:0;
}
ul.list li{
	padding-left:18px;
	background: url(img/camera.gif) no-repeat 0% 50%;
}


/*写真-----------------*/
div.photo {
	width: 520px;
	margin: auto;
}
div.thumb{
	float:left;
	width:140px;
	padding:10px;
	margin:10px 15px 10px 0;
	border-top:1px #CCC solid;
	border-right:2px #B0B0B0 solid;
	border-bottom:2px #B0B0B0 solid;
	border-left:1px #CCC solid;
}
div.thumb_right{
	float:left;
	width:140px;
	padding:10px;
	margin:10px 0;
	border-top:1px #CCC solid;
	border-right:2px #B0B0B0 solid;
	border-bottom:2px #B0B0B0 solid;
	border-left:1px #CCC solid;
}

div.pno{
	margin-bottom:5px;
	text-align:center;
	font-size:10px;
}
div.thumb table,div.thumb_right table{
	border-collapse:collapse;
	padding:0;
	width:140px;
	height:140px;
}
div.thumb table td,div.thumb_right table td{
	padding:0;
}
div.pname{
	margin-top:5px;
	height:25px;
	font-size:10px;
	line-height: 1.2em;
}
div.psize{
	margin:3px 0;
	height:auto;
	font-size:10px;
	text-align: center;
}


/*規約-----------------*/
ol.rule{
	margin-left:2em;
}
ol.rule li{
	list-style-type:decimal;
	margin-bottom: 0.5em;
	font-weight:bold;
}
ol.rule li ul{
	margin-left:1.5em;
}
ol.rule li ul li{
	list-style-type:disc;
	font-weight:normal;
}
ol.rule li ul.sub li{
	list-style-type:circle;
}


/*入力フォーム-----------------*/
table.form{
	margin-top:0.5em;
	table-layout: fixed;
	border-bottom: #CCC 1px solid;
}
table.form td{
	padding: 3px;
	line-height:1.5em;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
table.form th{
	padding: 3px;
	background-color: #E0E0E0;
	text-align: left;
	width:150px;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
}
div.error{
	color:#C03;
	border:1px #666 dashed;
	padding:10px;
	margin-bottom:1em;
}


/*ログインフォーム-----------------*/
table.login{
	table-layout: fixed;
	width:400px;
	margin:0.5em auto;
}
table.login td{
	padding: 3px;
}
table.login th{
	padding: 3px;
	text-align: left;
	width:130px;
}
.passwd{
	text-align:center;
	margin-top:30px;
}


/*ダウンロード-----------------*/
table.down{
	table-layout: fixed;
	margin-top:0.5em;
}
table.down td{
	padding: 3px;
}
table.down th{
	padding: 3px;
	text-align: left;
	width:260px;
}
p.logout {
	clear: both;
	text-align: right;
}

/*右メニュー-----------------*/
#right ul.menu{
	background: url(img/side_index.gif) no-repeat center top;
	padding-top: 16px;
}
#right .menu li{
	padding:5px 5px 5px 28px;
	border-bottom: 1px #CCC dashed;
	font-size: 0.85em;
	background: url(img/side_camara.gif) no-repeat 7px 8px;
}
#right .menu li.even {
	background-color: #FFF;
}
#right .menu a{
	color: #333;
}

/*共有クラス-----------------*/
.submit{
	margin: 15px auto 5px;
}
.submit2{
	clear:left;
	margin: 25px auto 20px;
}

.notice{
	color:#C03;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}


