/*
Theme Name: GPunch2
Theme URI: http://www.goopunch.net/
Description: For goopunch.net Theme.
Author: goopunch.net
Author URI: http://www.goopunch.net/
Version: 2.0
*/

body {
	text-align: center;
}
body div {
	text-align: left;
	margin: 0 auto;
}

body {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font: 80% Helvetica, Arial, sans-serif;
  color: #000000;
  background: #FFFFFF;
  text-align: center;
  border: 1px #336699 dotted;

}

a {color: #336699; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline; }
h2 {font-size: 1.1em; margin: 1em 0 0 0; }
h3 {font-size: 1.3em; margin: 1em 0 0 0; }
p {margin: 0 0 1em 0;}
img{border: none; padding: 1px;}
form {border: 0; margin: 0;}

blockquote {
    margin:  0em 0em 1em 1em;
    padding: 0em 1em 0em 1em;
    color:            #111111;
    background-color: #999999;
    border: dotted;
    border-width: 1px;
    white-space:-moz-pre-wrap/*Mozilla対策*/;
    white-space:-pre-wrap;/*Opera対策*/
    white-space: -o-pre-wrap; /*Opera7対策*/ 
    white-space: pre-wrap; /*？*/
}

hr {
margin-right: 5px;
border-top:1px dotted #336699;
border-bottom:none;
border-left:none;
border-right:none;
color: #ffffff;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;
        margin-left:0.5em; 
	}
li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;
        margin-left:0em; 
	}

#content{
  width: 896px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
  float: center;

}

#top{
  width: 894px;
  text-align: left;
  clear : both ;
}

#main{
  width: 730px;
  margin: 0px 0px 0px 5px;
  padding: 5px 10px 5px 10px;
  float: left;
  border: 1px #336699 dotted;

}

#side{
  width: 125px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  float: left;

  line-height: 1.5em;
  font-size: 0.9em;
  border: 1px #336699 dotted;
}

#side a {font-weight: bold; text-decoration: none;}
#side a:hover {text-decoration: underline; }

.clear { clear:both; }
